COLOR #E4E6CB

HEX: #E4E6CB
RGB: (228,230,203)

Color info

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

RGB color model

#E4E6CB color RGB value is (228,230,203).

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

RGB channels and saturation

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

228
230
203

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

Portions of RGB colors in percentages

R + G + B =
228 + 230 + 203 = 661 (100%)
R 228 of 661 ~ 34.49%
G 230 of 661 ~ 34.8%
B 203 of 661 ~ 30.71%

%34.49
%34.8
%30.71

CMYK color model

#E4E6CB color CMYK value is (1,0,12,10).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(1,0,12,10)
C1M0Y12K10 
(1%,0%,12%,10%)
(0.01/0.00/0.12/0.10)	

CMYK percentages

%0.87
%0
%11.74
%9.8

Codes

Color #E4E6CB in popluar color models

E4E6CB
RGB228230203
HSL64°35.06%84.90%
HSB/HSV64°11.74%90.20%
CMYK0.87%0.00%11.74%
9.80%

Color #E4E6CB in popluar number systems.

HEXE4E6CB
Decimal228230203
Binary111001001110011011001011
Octal344346313

Shades and tints

Shades of #E4E6CB

#E4E6CB
(228,230,203)
#D0D2B9
(208,210,185)
#BCBEA7
(188,190,167)
#A8AA95
(168,170,149)
#949683
(148,150,131)
#808271
(128,130,113)
#6C6E5F
(108,110,95)
#585A4D
(88,90,77)
#44463B
(68,70,59)
#303229
(48,50,41)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #E4E6CB

#E4E6CB
(228,230,203)
#E6E8CF
(230,232,207)
#E8EAD3
(232,234,211)
#EAECD7
(234,236,215)
#ECEEDB
(236,238,219)
#EEF0DF
(238,240,223)
#F0F2E3
(240,242,227)
#F2F4E7
(242,244,231)
#F4F6EB
(244,246,235)
#F6F8EF
(246,248,239)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E6CB; }

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

This text font color is #E4E6CB.


Background Color

.myBgColor { background-color: #E4E6CB; }

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

This div background color is #E4E6CB.


Border color

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

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

This div border color is #E4E6CB.


Opacity

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

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

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

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

This text has shadow with #E4E6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E6CB on black background.


Color preview on white background

This text has color #E4E6CB on white background.



Black color preview on #E4E6CB background

This text has black color on #E4E6CB background.


White color preview on #E4E6CB background

This text has white color on #E4E6CB background.