COLOR #E4E2CB

HEX: #E4E2CB
RGB: (228,226,203)

Color info

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

RGB color model

#E4E2CB color RGB value is (228,226,203).

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

RGB channels and saturation

R 228 of 255 = 89%
G 226 of 255 = 89%
B 203 of 255 = 80%

228
226
203

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

Portions of RGB colors in percentages

R + G + B =
228 + 226 + 203 = 657 (100%)
R 228 of 657 ~ 34.7%
G 226 of 657 ~ 34.4%
B 203 of 657 ~ 30.9%

%34.7
%34.4
%30.9

CMYK color model

#E4E2CB color CMYK value is (0,1,11,11).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK:
(0,1,11,11)
C0M1Y11K11 
(0%,1%,11%,11%)
(0.00/0.01/0.11/0.11)	

CMYK percentages

%0
%0.88
%10.96
%10.59

Codes

Color #E4E2CB in popluar color models

E4E2CB
RGB228226203
HSL55°31.65%84.51%
HSB/HSV55°10.96%89.41%
CMYK0.00%0.88%10.96%
10.59%

Color #E4E2CB in popluar number systems.

HEXE4E2CB
Decimal228226203
Binary111001001110001011001011
Octal344342313

Shades and tints

Shades of #E4E2CB

#E4E2CB
(228,226,203)
#D0CEB9
(208,206,185)
#BCBAA7
(188,186,167)
#A8A695
(168,166,149)
#949283
(148,146,131)
#807E71
(128,126,113)
#6C6A5F
(108,106,95)
#58564D
(88,86,77)
#44423B
(68,66,59)
#302E29
(48,46,41)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #E4E2CB

#E4E2CB
(228,226,203)
#E6E4CF
(230,228,207)
#E8E6D3
(232,230,211)
#EAE8D7
(234,232,215)
#ECEADB
(236,234,219)
#EEECDF
(238,236,223)
#F0EEE3
(240,238,227)
#F2F0E7
(242,240,231)
#F4F2EB
(244,242,235)
#F6F4EF
(246,244,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E2CB; }

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

This text font color is #E4E2CB.


Background Color

.myBgColor { background-color: #E4E2CB; }

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

This div background color is #E4E2CB.


Border color

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

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

This div border color is #E4E2CB.


Opacity

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

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

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

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

This text has shadow with #E4E2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E2CB on black background.


Color preview on white background

This text has color #E4E2CB on white background.



Black color preview on #E4E2CB background

This text has black color on #E4E2CB background.


White color preview on #E4E2CB background

This text has white color on #E4E2CB background.