COLOR #E5E4CB

HEX: #E5E4CB
RGB: (229,228,203)

Color info

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

RGB color model

#E5E4CB color RGB value is (229,228,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 203 of 255 = 80%

229
228
203

R + G + B ~ 86%. #E5E4CB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 228 + 203 = 660 (100%)
R 229 of 660 ~ 34.7%
G 228 of 660 ~ 34.55%
B 203 of 660 ~ 30.76%

%34.7
%34.55
%30.76

CMYK color model

#E5E4CB color CMYK value is (0,0,11,10).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK:
(0,0,11,10)
C0M0Y11K10 
(0%,0%,11%,10%)
(0.00/0.00/0.11/0.10)	

CMYK percentages

%0
%0.44
%11.35
%10.2

Codes

Color #E5E4CB in popluar color models

E5E4CB
RGB229228203
HSL58°33.33%84.71%
HSB/HSV58°11.35%89.80%
CMYK0.00%0.44%11.35%
10.20%

Color #E5E4CB in popluar number systems.

HEXE5E4CB
Decimal229228203
Binary111001011110010011001011
Octal345344313

Shades and tints

Shades of #E5E4CB

#E5E4CB
(229,228,203)
#D1D0B9
(209,208,185)
#BDBCA7
(189,188,167)
#A9A895
(169,168,149)
#959483
(149,148,131)
#818071
(129,128,113)
#6D6C5F
(109,108,95)
#59584D
(89,88,77)
#45443B
(69,68,59)
#313029
(49,48,41)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5E4CB

#E5E4CB
(229,228,203)
#E7E6CF
(231,230,207)
#E9E8D3
(233,232,211)
#EBEAD7
(235,234,215)
#EDECDB
(237,236,219)
#EFEEDF
(239,238,223)
#F1F0E3
(241,240,227)
#F3F2E7
(243,242,231)
#F5F4EB
(245,244,235)
#F7F6EF
(247,246,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E4CB; }

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

This text font color is #E5E4CB.


Background Color

.myBgColor { background-color: #E5E4CB; }

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

This div background color is #E5E4CB.


Border color

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

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

This div border color is #E5E4CB.


Opacity

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

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

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

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

This text has shadow with #E5E4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E4CB on black background.


Color preview on white background

This text has color #E5E4CB on white background.



Black color preview on #E5E4CB background

This text has black color on #E5E4CB background.


White color preview on #E5E4CB background

This text has white color on #E5E4CB background.