I know to use layers, and i do.
But i don’t know it’s possible to say tile x is getting a transparency to only a color.
I try the transparency (1,0…0,10) in tile properties but this make the tile transparent not only a color!
And if i import a tileset and set the transparent color it doesn’t work too! because the tiles color is not transparent.
The “transparent color” feature for the tileset image is not generally meant to be used to add transparency to a tile. It is rather an alternative to using a full alpha layer, commonly used for 8-bit images (where each pixel refers to a color from a palette with up to 256 colors). One of the colors used in the palette (often “magic pink”, but not always hence it can be customized) is then not rendered at all.
But it seems you’re after partial transparency, where the background is blended with the foreground. If this should apply to a full tile layer, you can reduce the opacity of the layer. If it should only apply to some tiles, you’ll need to edit them in an image editor to reduce their opacity.