COLOR #E5C0DB

HEX: #E5C0DB
RGB: (229,192,219)

Color info

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

RGB color model

#E5C0DB color RGB value is (229,192,219).

  • red value is 229;
  • green value is 192;
  • blue value is 219.
RGB:
(229,192,219)
(90%,75%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 192 of 255 = 75%
B 219 of 255 = 86%

229
192
219

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

Portions of RGB colors in percentages

R + G + B =
229 + 192 + 219 = 640 (100%)
R 229 of 640 ~ 35.78%
G 192 of 640 ~ 30%
B 219 of 640 ~ 34.22%

%35.78
%30
%34.22

CMYK color model

#E5C0DB color CMYK value is (0,16,4,10).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(0,16,4,10)
C0M16Y4K10 
(0%,16%,4%,10%)
(0.00/0.16/0.04/0.10)	

CMYK percentages

%0
%16.16
%4.37
%10.2

Codes

Color #E5C0DB in popluar color models

E5C0DB
RGB229192219
HSL316°41.57%82.55%
HSB/HSV316°16.16%89.80%
CMYK0.00%16.16%4.37%
10.20%

Color #E5C0DB in popluar number systems.

HEXE5C0DB
Decimal229192219
Binary111001011100000011011011
Octal345300333

Shades and tints

Shades of #E5C0DB

#E5C0DB
(229,192,219)
#D1AFC8
(209,175,200)
#BD9EB5
(189,158,181)
#A98DA2
(169,141,162)
#957C8F
(149,124,143)
#816B7C
(129,107,124)
#6D5A69
(109,90,105)
#594956
(89,73,86)
#453843
(69,56,67)
#312730
(49,39,48)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #E5C0DB

#E5C0DB
(229,192,219)
#E7C5DE
(231,197,222)
#E9CAE1
(233,202,225)
#EBCFE4
(235,207,228)
#EDD4E7
(237,212,231)
#EFD9EA
(239,217,234)
#F1DEED
(241,222,237)
#F3E3F0
(243,227,240)
#F5E8F3
(245,232,243)
#F7EDF6
(247,237,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C0DB color. Also use rgb(229,192,219) instead hex code.

Text Font Color

.myTextColor { color: #E5C0DB; }

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

This text font color is #E5C0DB.


Background Color

.myBgColor { background-color: #E5C0DB; }

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

This div background color is #E5C0DB.


Border color

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

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

This div border color is #E5C0DB.


Opacity

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

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

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

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

This text has shadow with #E5C0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C0DB on black background.


Color preview on white background

This text has color #E5C0DB on white background.



Black color preview on #E5C0DB background

This text has black color on #E5C0DB background.


White color preview on #E5C0DB background

This text has white color on #E5C0DB background.