COLOR #E1D6DB

HEX: #E1D6DB
RGB: (225,214,219)

Renk bilgisi

#E1D6DB contains red, green and blue colors in about the same proportion. #E1D6DB ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#E1D6DB color RGB value is (225,214,219).

  • kırmız ton 225;
  • yeşil ton 214;
  • mavi ton 219.
RGB:
(225,214,219)
(88%,84%,86%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 214 of 255 = 84%
B 219 of 255 = 86%

225
214
219

R + G + B ~ 86%. #E1D6DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 214 + 219 = 658 (100%)
R 225 of 658 ~ 34.19%
G 214 of 658 ~ 32.52%
B 219 of 658 ~ 33.28%

%34.19
%32.52
%33.28

CMYK RENK MODELİ

#E1D6DB rengi CMYK tonu (0,5,3,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.89%
  • sarı tonu 2.67%
  • ana renk tonu 11.76%
CMYK:
(0,5,3,12)
C0M5Y3K12 
(0%,5%,3%,12%)
(0.00/0.05/0.03/0.12)	

CMYK yüzdeleri

%0
%4.89
%2.67
%11.76

Codes

Color #E1D6DB in popluar color models

E1D6DB
RGB225214219
HSL333°15.49%86.08%
HSB/HSV333°4.89%88.24%
CMYK0.00%4.89%2.67%
11.76%

Color #E1D6DB in popluar number systems.

HEXE1D6DB
Decimal225214219
Binary111000011101011011011011
Octal341326333

Shades and tints

Shades of #E1D6DB

#E1D6DB
(225,214,219)
#CDC3C8
(205,195,200)
#B9B0B5
(185,176,181)
#A59DA2
(165,157,162)
#918A8F
(145,138,143)
#7D777C
(125,119,124)
#696469
(105,100,105)
#555156
(85,81,86)
#413E43
(65,62,67)
#2D2B30
(45,43,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #E1D6DB

#E1D6DB
(225,214,219)
#E3D9DE
(227,217,222)
#E5DCE1
(229,220,225)
#E7DFE4
(231,223,228)
#E9E2E7
(233,226,231)
#EBE5EA
(235,229,234)
#EDE8ED
(237,232,237)
#EFEBF0
(239,235,240)
#F1EEF3
(241,238,243)
#F3F1F6
(243,241,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D6DB color. Also use rgb(225,214,219) instead hex code.

Text Font Color

.myTextColor { color: #E1D6DB; }

<p style="color:#E1D6DB">This sample text font color is #E1D6DB.</p>

This text font color is #E1D6DB.


Background Color

.myBgColor { background-color: #E1D6DB; }

<div style="background-color:#E1D6DB">Inner text</div>

This div background color is #E1D6DB.


Border color

.myBorderColor { border: 1px solid #E1D6DB; }

<div style="border:3px solid #E1D6DB">Div</div>

This div border color is #E1D6DB.


Opacity

.myOpacity80 { color: #E1D6DB; opacity: 0.8; }

<p style="color:#E1D6DB;opacity:0.8;">80%</p>

Text with #E1D6DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E1D6DB;}

<p style="text-shadow: 3px 3px 1px #E1D6DB">Text here.</p>

This text has shadow with #E1D6DB color.

.textShadow {text-shadow: 3px 3px 1px #E1D6DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E1D6DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #E1D6DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D6DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E1D6DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #E1D6DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E1D6DB;
  -webkit-box-shadow:	1px 1px 3px 2px #E1D6DB;
  box-shadow:		1px 1px 3px 2px #E1D6DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1D6DB;
-webkit-box-shadow: 1px 1px 3px 2px #E1D6DB;
box-shadow:1px 1px 3px 2px #E1D6DB;">
Div content here</div>
This div box has shadow with color #E1D6DB.

Preview

Color preview on black background

This text has color #E1D6DB on black background.


Color preview on white background

This text has color #E1D6DB on white background.



Black color preview on #E1D6DB background

This text has black color on #E1D6DB background.


White color preview on #E1D6DB background

This text has white color on #E1D6DB background.