COLOR #E0C9DB

HEX: #E0C9DB
RGB: (224,201,219)

Color info

#E0C9DB contains red, green and blue colors in about the same proportion. Web safe color of #E0C9DB is #CCCCCC (or #CCC).

RGB color model

#E0C9DB color RGB value is (224,201,219).

  • red value is 224;
  • green value is 201;
  • blue value is 219.
RGB:
(224,201,219)
(88%,79%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 219 of 255 = 86%

224
201
219

R + G + B ~ 84%. #E0C9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 201 + 219 = 644 (100%)
R 224 of 644 ~ 34.78%
G 201 of 644 ~ 31.21%
B 219 of 644 ~ 34.01%

%34.78
%31.21
%34.01

CMYK color model

#E0C9DB color CMYK value is (0,10,2,12).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(0,10,2,12)
C0M10Y2K12 
(0%,10%,2%,12%)
(0.00/0.10/0.02/0.12)	

CMYK percentages

%0
%10.27
%2.23
%12.16

Codes

Color #E0C9DB in popluar color models

E0C9DB
RGB224201219
HSL313°27.06%83.33%
HSB/HSV313°10.27%87.84%
CMYK0.00%10.27%2.23%
12.16%

Color #E0C9DB in popluar number systems.

HEXE0C9DB
Decimal224201219
Binary111000001100100111011011
Octal340311333

Shades and tints

Shades of #E0C9DB

#E0C9DB
(224,201,219)
#CCB7C8
(204,183,200)
#B8A5B5
(184,165,181)
#A493A2
(164,147,162)
#90818F
(144,129,143)
#7C6F7C
(124,111,124)
#685D69
(104,93,105)
#544B56
(84,75,86)
#403943
(64,57,67)
#2C2730
(44,39,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E0C9DB

#E0C9DB
(224,201,219)
#E2CDDE
(226,205,222)
#E4D1E1
(228,209,225)
#E6D5E4
(230,213,228)
#E8D9E7
(232,217,231)
#EADDEA
(234,221,234)
#ECE1ED
(236,225,237)
#EEE5F0
(238,229,240)
#F0E9F3
(240,233,243)
#F2EDF6
(242,237,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C9DB color. Also use rgb(224,201,219) instead hex code.

Text Font Color

.myTextColor { color: #E0C9DB; }

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

This text font color is #E0C9DB.


Background Color

.myBgColor { background-color: #E0C9DB; }

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

This div background color is #E0C9DB.


Border color

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

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

This div border color is #E0C9DB.


Opacity

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

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

Text with #E0C9DB 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 #E0C9DB;}

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

This text has shadow with #E0C9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C9DB on black background.


Color preview on white background

This text has color #E0C9DB on white background.



Black color preview on #E0C9DB background

This text has black color on #E0C9DB background.


White color preview on #E0C9DB background

This text has white color on #E0C9DB background.