COLOR #E5CADC

HEX: #E5CADC
RGB: (229,202,220)

Color info

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

RGB color model

#E5CADC color RGB value is (229,202,220).

  • red value is 229;
  • green value is 202;
  • blue value is 220.
RGB:
(229,202,220)
(90%,79%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 220 of 255 = 86%

229
202
220

R + G + B ~ 85%. #E5CADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 202 + 220 = 651 (100%)
R 229 of 651 ~ 35.18%
G 202 of 651 ~ 31.03%
B 220 of 651 ~ 33.79%

%35.18
%31.03
%33.79

CMYK color model

#E5CADC color CMYK value is (0,12,4,10).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(0,12,4,10)
C0M12Y4K10 
(0%,12%,4%,10%)
(0.00/0.12/0.04/0.10)	

CMYK percentages

%0
%11.79
%3.93
%10.2

Codes

Color #E5CADC in popluar color models

E5CADC
RGB229202220
HSL320°34.18%84.51%
HSB/HSV320°11.79%89.80%
CMYK0.00%11.79%3.93%
10.20%

Color #E5CADC in popluar number systems.

HEXE5CADC
Decimal229202220
Binary111001011100101011011100
Octal345312334

Shades and tints

Shades of #E5CADC

#E5CADC
(229,202,220)
#D1B8C8
(209,184,200)
#BDA6B4
(189,166,180)
#A994A0
(169,148,160)
#95828C
(149,130,140)
#817078
(129,112,120)
#6D5E64
(109,94,100)
#594C50
(89,76,80)
#453A3C
(69,58,60)
#312828
(49,40,40)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #E5CADC

#E5CADC
(229,202,220)
#E7CEDF
(231,206,223)
#E9D2E2
(233,210,226)
#EBD6E5
(235,214,229)
#EDDAE8
(237,218,232)
#EFDEEB
(239,222,235)
#F1E2EE
(241,226,238)
#F3E6F1
(243,230,241)
#F5EAF4
(245,234,244)
#F7EEF7
(247,238,247)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CADC color. Also use rgb(229,202,220) instead hex code.

Text Font Color

.myTextColor { color: #E5CADC; }

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

This text font color is #E5CADC.


Background Color

.myBgColor { background-color: #E5CADC; }

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

This div background color is #E5CADC.


Border color

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

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

This div border color is #E5CADC.


Opacity

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

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

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

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

This text has shadow with #E5CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CADC on black background.


Color preview on white background

This text has color #E5CADC on white background.



Black color preview on #E5CADC background

This text has black color on #E5CADC background.


White color preview on #E5CADC background

This text has white color on #E5CADC background.