COLOR #E2E5CE

HEX: #E2E5CE RGB: (226,229,206)

Color info

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

RGB color model

#E2E5CE color RGB value is (226,229,206).

RGB: (226,229,206) (89%, 90%, 81%)

RGB channels and saturation

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

226
229
206

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

Portions of RGB colors in percentages

R + G + B = 226 + 229 + 206 = 661 (100%)
R 226 of 661 ~ 34.19%
G 229 of 661 ~ 34.64%
B 206 of 661 ~ 31.16'%

%34.19
%34.64
%31.16

CMYK color model

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

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%

CMYK: (1,0,10,10)
C1M0Y10K10 (1%, 0%, 10%, 10%)
(0.01 / 0.00 / 0.10 / 0.10)

CMYK percentages

%1.31
%0
%10.04
%10.2

Codes

Color #E2E5CE in popluar color models

E2 E5 CE
RGB 226 229 206
HSL 68° 30.67% 85.29%
HSB/HSV 68° 10.04% 89.80%
CMYK 1.31% 0.00% 10.04%
10.20%

Color #E2E5CE in popluar number systems.

HEX E2 E5 CE
Decimal 226 229 206
Binary 11100010 11100101 11001110
Octal 342 345 316

Shades and tints

Shades of #E2E5CE

#E2E5CE
(226,229,206)
#CED1BC
(206,209,188)
#BABDAA
(186,189,170)
#A6A998
(166,169,152)
#929586
(146,149,134)
#7E8174
(126,129,116)
#6A6D62
(106,109,98)
#565950
(86,89,80)
#42453E
(66,69,62)
#2E312C
(46,49,44)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #E2E5CE

#E2E5CE
(226,229,206)
#E4E7D2
(228,231,210)
#E6E9D6
(230,233,214)
#E8EBDA
(232,235,218)
#EAEDDE
(234,237,222)
#ECEFE2
(236,239,226)
#EEF1E6
(238,241,230)
#F0F3EA
(240,243,234)
#F2F5EE
(242,245,238)
#F4F7F2
(244,247,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E5CE; }

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

This text font color is #E2E5CE.

Background Color

.myBgColor { background-color: #E2E5CE; }

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

This div background color is #E2E5CE.

Border color

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

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

This div border color is #E2E5CE.

Opacity

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

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

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

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

This text has shadow with #E2E5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E5CE.

Preview

Color preview on black background

This text has color #E2E5CE on black background.


Color preview on white background

This text has color #E2E5CE on white background.


Black color preview on #E2E5CE background

This text has black color on #E2E5CE background.


White color preview on #E2E5CE background

This text has white color on #E2E5CE background.


Related colors

Complementary color

Complementary color for #hex is #1D1A31.


I love getcolorcode.com

Triadic colors

1 #CEE2E5 and #E5CEE2 with #E2E5CE are triadic colors.

2 #CEE5E2 and #E5E2CE with #E2E5CE are triadic colors.