COLOR #E0E4CB

HEX: #E0E4CB
RGB: (224,228,203)

Color info

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

RGB color model

#E0E4CB color RGB value is (224,228,203).

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

RGB channels and saturation

R 224 of 255 = 88%
G 228 of 255 = 89%
B 203 of 255 = 80%

224
228
203

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

Portions of RGB colors in percentages

R + G + B =
224 + 228 + 203 = 655 (100%)
R 224 of 655 ~ 34.2%
G 228 of 655 ~ 34.81%
B 203 of 655 ~ 30.99%

%34.2
%34.81
%30.99

CMYK color model

#E0E4CB color CMYK value is (2,0,11,11).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK:
(2,0,11,11)
C2M0Y11K11 
(2%,0%,11%,11%)
(0.02/0.00/0.11/0.11)	

CMYK percentages

%1.75
%0
%10.96
%10.59

Codes

Color #E0E4CB in popluar color models

E0E4CB
RGB224228203
HSL70°31.65%84.51%
HSB/HSV70°10.96%89.41%
CMYK1.75%0.00%10.96%
10.59%

Color #E0E4CB in popluar number systems.

HEXE0E4CB
Decimal224228203
Binary111000001110010011001011
Octal340344313

Shades and tints

Shades of #E0E4CB

#E0E4CB
(224,228,203)
#CCD0B9
(204,208,185)
#B8BCA7
(184,188,167)
#A4A895
(164,168,149)
#909483
(144,148,131)
#7C8071
(124,128,113)
#686C5F
(104,108,95)
#54584D
(84,88,77)
#40443B
(64,68,59)
#2C3029
(44,48,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #E0E4CB

#E0E4CB
(224,228,203)
#E2E6CF
(226,230,207)
#E4E8D3
(228,232,211)
#E6EAD7
(230,234,215)
#E8ECDB
(232,236,219)
#EAEEDF
(234,238,223)
#ECF0E3
(236,240,227)
#EEF2E7
(238,242,231)
#F0F4EB
(240,244,235)
#F2F6EF
(242,246,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E4CB; }

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

This text font color is #E0E4CB.


Background Color

.myBgColor { background-color: #E0E4CB; }

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

This div background color is #E0E4CB.


Border color

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

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

This div border color is #E0E4CB.


Opacity

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

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

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

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

This text has shadow with #E0E4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E4CB on black background.


Color preview on white background

This text has color #E0E4CB on white background.



Black color preview on #E0E4CB background

This text has black color on #E0E4CB background.


White color preview on #E0E4CB background

This text has white color on #E0E4CB background.