COLOR #E5CECD

HEX: #E5CECD
RGB: (229,206,205)

Color info

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

RGB color model

#E5CECD color RGB value is (229,206,205).

  • red value is 229;
  • green value is 206;
  • blue value is 205.
RGB:
(229,206,205)
(90%,81%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 205 of 255 = 80%

229
206
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 206 + 205 = 640 (100%)
R 229 of 640 ~ 35.78%
G 206 of 640 ~ 32.19%
B 205 of 640 ~ 32.03%

%35.78
%32.19
%32.03

CMYK color model

#E5CECD color CMYK value is (0,10,10,10).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,10,10,10)
C0M10Y10K10 
(0%,10%,10%,10%)
(0.00/0.10/0.10/0.10)	

CMYK percentages

%0
%10.04
%10.48
%10.2

Codes

Color #E5CECD in popluar color models

E5CECD
RGB229206205
HSL31.58%85.10%
HSB/HSV10.48%89.80%
CMYK0.00%10.04%10.48%
10.20%

Color #E5CECD in popluar number systems.

HEXE5CECD
Decimal229206205
Binary111001011100111011001101
Octal345316315

Shades and tints

Shades of #E5CECD

#E5CECD
(229,206,205)
#D1BCBB
(209,188,187)
#BDAAA9
(189,170,169)
#A99897
(169,152,151)
#958685
(149,134,133)
#817473
(129,116,115)
#6D6261
(109,98,97)
#59504F
(89,80,79)
#453E3D
(69,62,61)
#312C2B
(49,44,43)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5CECD

#E5CECD
(229,206,205)
#E7D2D1
(231,210,209)
#E9D6D5
(233,214,213)
#EBDAD9
(235,218,217)
#EDDEDD
(237,222,221)
#EFE2E1
(239,226,225)
#F1E6E5
(241,230,229)
#F3EAE9
(243,234,233)
#F5EEED
(245,238,237)
#F7F2F1
(247,242,241)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CECD color. Also use rgb(229,206,205) instead hex code.

Text Font Color

.myTextColor { color: #E5CECD; }

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

This text font color is #E5CECD.


Background Color

.myBgColor { background-color: #E5CECD; }

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

This div background color is #E5CECD.


Border color

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

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

This div border color is #E5CECD.


Opacity

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

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

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

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

This text has shadow with #E5CECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CECD on black background.


Color preview on white background

This text has color #E5CECD on white background.



Black color preview on #E5CECD background

This text has black color on #E5CECD background.


White color preview on #E5CECD background

This text has white color on #E5CECD background.