COLOR #E2E5C7

HEX: #E2E5C7
RGB: (226,229,199)

Color info

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

RGB color model

#E2E5C7 color RGB value is (226,229,199).

  • red value is 226;
  • green value is 229;
  • blue value is 199.
RGB:
(226,229,199)
(89%,90%,78%)

RGB channels and saturation

R 226 of 255 = 89%
G 229 of 255 = 90%
B 199 of 255 = 78%

226
229
199

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

Portions of RGB colors in percentages

R + G + B =
226 + 229 + 199 = 654 (100%)
R 226 of 654 ~ 34.56%
G 229 of 654 ~ 35.02%
B 199 of 654 ~ 30.43%

%34.56
%35.02
%30.43

CMYK color model

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

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(1,0,13,10)
C1M0Y13K10 
(1%,0%,13%,10%)
(0.01/0.00/0.13/0.10)	

CMYK percentages

%1.31
%0
%13.1
%10.2

Codes

Color #E2E5C7 in popluar color models

E2E5C7
RGB226229199
HSL66°36.59%83.92%
HSB/HSV66°13.10%89.80%
CMYK1.31%0.00%13.10%
10.20%

Color #E2E5C7 in popluar number systems.

HEXE2E5C7
Decimal226229199
Binary111000101110010111000111
Octal342345307

Shades and tints

Shades of #E2E5C7

#E2E5C7
(226,229,199)
#CED1B5
(206,209,181)
#BABDA3
(186,189,163)
#A6A991
(166,169,145)
#92957F
(146,149,127)
#7E816D
(126,129,109)
#6A6D5B
(106,109,91)
#565949
(86,89,73)
#424537
(66,69,55)
#2E3125
(46,49,37)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #E2E5C7

#E2E5C7
(226,229,199)
#E4E7CC
(228,231,204)
#E6E9D1
(230,233,209)
#E8EBD6
(232,235,214)
#EAEDDB
(234,237,219)
#ECEFE0
(236,239,224)
#EEF1E5
(238,241,229)
#F0F3EA
(240,243,234)
#F2F5EF
(242,245,239)
#F4F7F4
(244,247,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E5C7; }

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

This text font color is #E2E5C7.


Background Color

.myBgColor { background-color: #E2E5C7; }

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

This div background color is #E2E5C7.


Border color

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

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

This div border color is #E2E5C7.


Opacity

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

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

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

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

This text has shadow with #E2E5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E5C7 on black background.


Color preview on white background

This text has color #E2E5C7 on white background.



Black color preview on #E2E5C7 background

This text has black color on #E2E5C7 background.


White color preview on #E2E5C7 background

This text has white color on #E2E5C7 background.