COLOR #E5CEC8

HEX: #E5CEC8 RGB: (229,206,200)

Color info

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

RGB color model

#E5CEC8 color RGB value is (229,206,200).

RGB: (229,206,200) (90%, 81%, 78%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 200 of 255 = 78%

229
206
200

R + G + B ~ 83%. #E5CEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 206 + 200 = 635 (100%)
R 229 of 635 ~ 36.06%
G 206 of 635 ~ 32.44%
B 200 of 635 ~ 31.5'%

%36.06
%32.44
%31.5

CMYK color model

#E5CEC8 color CMYK value is (0,10,13,10).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 12.66%
  • key color value is 10.20%

CMYK: (0,10,13,10)
C0M10Y13K10 (0%, 10%, 13%, 10%)
(0.00 / 0.10 / 0.13 / 0.10)

CMYK percentages

%0
%10.04
%12.66
%10.2

Codes

Color #E5CEC8 in popluar color models

E5 CE C8
RGB 229 206 200
HSL 12° 35.80% 84.12%
HSB/HSV 12° 12.66% 89.80%
CMYK 0.00% 10.04% 12.66%
10.20%

Color #E5CEC8 in popluar number systems.

HEX E5 CE C8
Decimal 229 206 200
Binary 11100101 11001110 11001000
Octal 345 316 310

Shades and tints

Shades of #E5CEC8

#E5CEC8
(229,206,200)
#D1BCB6
(209,188,182)
#BDAAA4
(189,170,164)
#A99892
(169,152,146)
#958680
(149,134,128)
#81746E
(129,116,110)
#6D625C
(109,98,92)
#59504A
(89,80,74)
#453E38
(69,62,56)
#312C26
(49,44,38)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #E5CEC8

#E5CEC8
(229,206,200)
#E7D2CD
(231,210,205)
#E9D6D2
(233,214,210)
#EBDAD7
(235,218,215)
#EDDEDC
(237,222,220)
#EFE2E1
(239,226,225)
#F1E6E6
(241,230,230)
#F3EAEB
(243,234,235)
#F5EEF0
(245,238,240)
#F7F2F5
(247,242,245)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CEC8; }

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

This text font color is #E5CEC8.

Background Color

.myBgColor { background-color: #E5CEC8; }

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

This div background color is #E5CEC8.

Border color

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

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

This div border color is #E5CEC8.

Opacity

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

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

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

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

This text has shadow with #E5CEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CEC8.

Preview

Color preview on black background

This text has color #E5CEC8 on black background.


Color preview on white background

This text has color #E5CEC8 on white background.


Black color preview on #E5CEC8 background

This text has black color on #E5CEC8 background.


White color preview on #E5CEC8 background

This text has white color on #E5CEC8 background.


Related colors

Complementary color

Complementary color for #hex is #1A3137.


I love getcolorcode.com

Triadic colors

1 #C8E5CE and #CEC8E5 with #E5CEC8 are triadic colors.

2 #C8CEE5 and #CEE5C8 with #E5CEC8 are triadic colors.