COLOR #E4E5CE

HEX: #E4E5CE
RGB: (228,229,206)

Color info

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

RGB color model

#E4E5CE color RGB value is (228,229,206).

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

RGB channels and saturation

R 228 of 255 = 89%
G 229 of 255 = 90%
B 206 of 255 = 81%

228
229
206

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

Portions of RGB colors in percentages

R + G + B =
228 + 229 + 206 = 663 (100%)
R 228 of 663 ~ 34.39%
G 229 of 663 ~ 34.54%
B 206 of 663 ~ 31.07%

%34.39
%34.54
%31.07

CMYK color model

#E4E5CE color CMYK value is (0,0,10,10).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK:
(0,0,10,10)
C0M0Y10K10 
(0%,0%,10%,10%)
(0.00/0.00/0.10/0.10)	

CMYK percentages

%0.44
%0
%10.04
%10.2

Codes

Color #E4E5CE in popluar color models

E4E5CE
RGB228229206
HSL63°30.67%85.29%
HSB/HSV63°10.04%89.80%
CMYK0.44%0.00%10.04%
10.20%

Color #E4E5CE in popluar number systems.

HEXE4E5CE
Decimal228229206
Binary111001001110010111001110
Octal344345316

Shades and tints

Shades of #E4E5CE

#E4E5CE
(228,229,206)
#D0D1BC
(208,209,188)
#BCBDAA
(188,189,170)
#A8A998
(168,169,152)
#949586
(148,149,134)
#808174
(128,129,116)
#6C6D62
(108,109,98)
#585950
(88,89,80)
#44453E
(68,69,62)
#30312C
(48,49,44)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #E4E5CE

#E4E5CE
(228,229,206)
#E6E7D2
(230,231,210)
#E8E9D6
(232,233,214)
#EAEBDA
(234,235,218)
#ECEDDE
(236,237,222)
#EEEFE2
(238,239,226)
#F0F1E6
(240,241,230)
#F2F3EA
(242,243,234)
#F4F5EE
(244,245,238)
#F6F7F2
(246,247,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E5CE; }

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

This text font color is #E4E5CE.


Background Color

.myBgColor { background-color: #E4E5CE; }

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

This div background color is #E4E5CE.


Border color

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

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

This div border color is #E4E5CE.


Opacity

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

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

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

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

This text has shadow with #E4E5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E5CE on black background.


Color preview on white background

This text has color #E4E5CE on white background.



Black color preview on #E4E5CE background

This text has black color on #E4E5CE background.


White color preview on #E4E5CE background

This text has white color on #E4E5CE background.