COLOR #E2E7CB

HEX: #E2E7CB
RGB: (226,231,203)

Color info

#E2E7CB contains red, green and blue colors in about the same proportion. Web safe color of #E2E7CB is #CCFFCC (or #CFC).

RGB color model

#E2E7CB color RGB value is (226,231,203).

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

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 203 of 255 = 80%

226
231
203

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

Portions of RGB colors in percentages

R + G + B =
226 + 231 + 203 = 660 (100%)
R 226 of 660 ~ 34.24%
G 231 of 660 ~ 35%
B 203 of 660 ~ 30.76%

%34.24
%35
%30.76

CMYK color model

#E2E7CB color CMYK value is (2,0,12,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(2,0,12,9)
C2M0Y12K9 
(2%,0%,12%,9%)
(0.02/0.00/0.12/0.09)	

CMYK percentages

%2.16
%0
%12.12
%9.41

Codes

Color #E2E7CB in popluar color models

E2E7CB
RGB226231203
HSL71°36.84%85.10%
HSB/HSV71°12.12%90.59%
CMYK2.16%0.00%12.12%
9.41%

Color #E2E7CB in popluar number systems.

HEXE2E7CB
Decimal226231203
Binary111000101110011111001011
Octal342347313

Shades and tints

Shades of #E2E7CB

#E2E7CB
(226,231,203)
#CED2B9
(206,210,185)
#BABDA7
(186,189,167)
#A6A895
(166,168,149)
#929383
(146,147,131)
#7E7E71
(126,126,113)
#6A695F
(106,105,95)
#56544D
(86,84,77)
#423F3B
(66,63,59)
#2E2A29
(46,42,41)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #E2E7CB

#E2E7CB
(226,231,203)
#E4E9CF
(228,233,207)
#E6EBD3
(230,235,211)
#E8EDD7
(232,237,215)
#EAEFDB
(234,239,219)
#ECF1DF
(236,241,223)
#EEF3E3
(238,243,227)
#F0F5E7
(240,245,231)
#F2F7EB
(242,247,235)
#F4F9EF
(244,249,239)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7CB; }

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

This text font color is #E2E7CB.


Background Color

.myBgColor { background-color: #E2E7CB; }

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

This div background color is #E2E7CB.


Border color

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

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

This div border color is #E2E7CB.


Opacity

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

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

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

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

This text has shadow with #E2E7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E7CB on black background.


Color preview on white background

This text has color #E2E7CB on white background.



Black color preview on #E2E7CB background

This text has black color on #E2E7CB background.


White color preview on #E2E7CB background

This text has white color on #E2E7CB background.