COLOR #E5E8CC

HEX: #E5E8CC RGB: (229,232,204)

Color info

#E5E8CC contains red, green and blue colors in about the same proportion. Web safe color of #E5E8CC is #CCFFCC (or #CFC).

RGB color model

#E5E8CC color RGB value is (229,232,204).

RGB: (229,232,204) (90%, 91%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 232 of 255 = 91%
B 204 of 255 = 80%

229
232
204

R + G + B ~ 87%. #E5E8CC is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 232 + 204 = 665 (100%)
R 229 of 665 ~ 34.44%
G 232 of 665 ~ 34.89%
B 204 of 665 ~ 30.68'%

%34.44
%34.89
%30.68

CMYK color model

#E5E8CC color CMYK value is (1,0,12,9).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK: (1,0,12,9) C1M0Y12K9 (1%,0%,12%,9%) (0.01/0.00/0.12/0.09) 

CMYK percentages

%1.29
%0
%12.07
%9.02

Codes

Color #E5E8CC in popluar color models

E5 E8 CC
RGB 229 232 204
HSL 66° 37.84% 85.49%
HSB/HSV 66° 12.07% 90.98%
CMYK 1.29% 0.00% 12.07%
9.02%

Color #E5E8CC in popluar number systems.

HEX E5 E8 CC
Decimal 229 232 204
Binary 11100101 11101000 11001100
Octal 345 350 314

Shades and tints

Shades of #E5E8CC

#E5E8CC
(229,232,204)
#D1D3BA
(209,211,186)
#BDBEA8
(189,190,168)
#A9A996
(169,169,150)
#959484
(149,148,132)
#817F72
(129,127,114)
#6D6A60
(109,106,96)
#59554E
(89,85,78)
#45403C
(69,64,60)
#312B2A
(49,43,42)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #E5E8CC

#E5E8CC
(229,232,204)
#E7EAD0
(231,234,208)
#E9ECD4
(233,236,212)
#EBEED8
(235,238,216)
#EDF0DC
(237,240,220)
#EFF2E0
(239,242,224)
#F1F4E4
(241,244,228)
#F3F6E8
(243,246,232)
#F5F8EC
(245,248,236)
#F7FAF0
(247,250,240)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E8CC color. Also use rgb(229,232,204) instead hex code.

Text Font Color

.myTextColor { color: #E5E8CC; }

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

This text font color is #E5E8CC.

Background Color

.myBgColor { background-color: #E5E8CC; }

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

This div background color is #E5E8CC.

Border color

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

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

This div border color is #E5E8CC.

Opacity

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

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

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

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

This text has shadow with #E5E8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E8CC.

Preview

Color preview on black background

This text has color #E5E8CC on black background.


Color preview on white background

This text has color #E5E8CC on white background.


Black color preview on #E5E8CC background

This text has black color on #E5E8CC background.


White color preview on #E5E8CC background

This text has white color on #E5E8CC background.


Related colors

Complementary color

Complementary color for #hex is #1A1733.


I love getcolorcode.com

Triadic colors

1 #CCE5E8 and #E8CCE5 with #E5E8CC are triadic colors.

2 #CCE8E5 and #E8E5CC with #E5E8CC are triadic colors.