COLOR #E5E8CB

HEX: #E5E8CB
RGB: (229,232,203)

Color info

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

RGB color model

#E5E8CB color RGB value is (229,232,203).

  • red value is 229;
  • green value is 232;
  • blue value is 203.
RGB:
(229,232,203)
(90%,91%,80%)

RGB channels and saturation

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

229
232
203

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

Portions of RGB colors in percentages

R + G + B =
229 + 232 + 203 = 664 (100%)
R 229 of 664 ~ 34.49%
G 232 of 664 ~ 34.94%
B 203 of 664 ~ 30.57%

%34.49
%34.94
%30.57

CMYK color model

#E5E8CB color CMYK value is (1,0,13,9).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK:
(1,0,13,9)
C1M0Y13K9 
(1%,0%,13%,9%)
(0.01/0.00/0.13/0.09)	

CMYK percentages

%1.29
%0
%12.5
%9.02

Codes

Color #E5E8CB in popluar color models

E5E8CB
RGB229232203
HSL66°38.67%85.29%
HSB/HSV66°12.50%90.98%
CMYK1.29%0.00%12.50%
9.02%

Color #E5E8CB in popluar number systems.

HEXE5E8CB
Decimal229232203
Binary111001011110100011001011
Octal345350313

Shades and tints

Shades of #E5E8CB

#E5E8CB
(229,232,203)
#D1D3B9
(209,211,185)
#BDBEA7
(189,190,167)
#A9A995
(169,169,149)
#959483
(149,148,131)
#817F71
(129,127,113)
#6D6A5F
(109,106,95)
#59554D
(89,85,77)
#45403B
(69,64,59)
#312B29
(49,43,41)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5E8CB

#E5E8CB
(229,232,203)
#E7EACF
(231,234,207)
#E9ECD3
(233,236,211)
#EBEED7
(235,238,215)
#EDF0DB
(237,240,219)
#EFF2DF
(239,242,223)
#F1F4E3
(241,244,227)
#F3F6E7
(243,246,231)
#F5F8EB
(245,248,235)
#F7FAEF
(247,250,239)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E8CB; }

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

This text font color is #E5E8CB.


Background Color

.myBgColor { background-color: #E5E8CB; }

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

This div background color is #E5E8CB.


Border color

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

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

This div border color is #E5E8CB.


Opacity

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

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

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

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

This text has shadow with #E5E8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E8CB on black background.


Color preview on white background

This text has color #E5E8CB on white background.



Black color preview on #E5E8CB background

This text has black color on #E5E8CB background.


White color preview on #E5E8CB background

This text has white color on #E5E8CB background.