COLOR #E0CBD9

HEX: #E0CBD9
RGB: (224,203,217)

Color info

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

RGB color model

#E0CBD9 color RGB value is (224,203,217).

  • red value is 224;
  • green value is 203;
  • blue value is 217.
RGB:
(224,203,217)
(88%,80%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 217 of 255 = 85%

224
203
217

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

Portions of RGB colors in percentages

R + G + B =
224 + 203 + 217 = 644 (100%)
R 224 of 644 ~ 34.78%
G 203 of 644 ~ 31.52%
B 217 of 644 ~ 33.7%

%34.78
%31.52
%33.7

CMYK color model

#E0CBD9 color CMYK value is (0,9,3,12).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(0,9,3,12)
C0M9Y3K12 
(0%,9%,3%,12%)
(0.00/0.09/0.03/0.12)	

CMYK percentages

%0
%9.38
%3.13
%12.16

Codes

Color #E0CBD9 in popluar color models

E0CBD9
RGB224203217
HSL320°25.30%83.73%
HSB/HSV320°9.38%87.84%
CMYK0.00%9.38%3.13%
12.16%

Color #E0CBD9 in popluar number systems.

HEXE0CBD9
Decimal224203217
Binary111000001100101111011001
Octal340313331

Shades and tints

Shades of #E0CBD9

#E0CBD9
(224,203,217)
#CCB9C6
(204,185,198)
#B8A7B3
(184,167,179)
#A495A0
(164,149,160)
#90838D
(144,131,141)
#7C717A
(124,113,122)
#685F67
(104,95,103)
#544D54
(84,77,84)
#403B41
(64,59,65)
#2C292E
(44,41,46)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #E0CBD9

#E0CBD9
(224,203,217)
#E2CFDC
(226,207,220)
#E4D3DF
(228,211,223)
#E6D7E2
(230,215,226)
#E8DBE5
(232,219,229)
#EADFE8
(234,223,232)
#ECE3EB
(236,227,235)
#EEE7EE
(238,231,238)
#F0EBF1
(240,235,241)
#F2EFF4
(242,239,244)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CBD9 color. Also use rgb(224,203,217) instead hex code.

Text Font Color

.myTextColor { color: #E0CBD9; }

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

This text font color is #E0CBD9.


Background Color

.myBgColor { background-color: #E0CBD9; }

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

This div background color is #E0CBD9.


Border color

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

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

This div border color is #E0CBD9.


Opacity

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

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

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

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

This text has shadow with #E0CBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CBD9 on black background.


Color preview on white background

This text has color #E0CBD9 on white background.



Black color preview on #E0CBD9 background

This text has black color on #E0CBD9 background.


White color preview on #E0CBD9 background

This text has white color on #E0CBD9 background.