COLOR #E2E6CB

HEX: #E2E6CB
RGB: (226,230,203)

Color info

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

RGB color model

#E2E6CB color RGB value is (226,230,203).

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

RGB channels and saturation

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

226
230
203

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

Portions of RGB colors in percentages

R + G + B =
226 + 230 + 203 = 659 (100%)
R 226 of 659 ~ 34.29%
G 230 of 659 ~ 34.9%
B 203 of 659 ~ 30.8%

%34.29
%34.9
%30.8

CMYK color model

#E2E6CB color CMYK value is (2,0,12,10).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(2,0,12,10)
C2M0Y12K10 
(2%,0%,12%,10%)
(0.02/0.00/0.12/0.10)	

CMYK percentages

%1.74
%0
%11.74
%9.8

Codes

Color #E2E6CB in popluar color models

E2E6CB
RGB226230203
HSL69°35.06%84.90%
HSB/HSV69°11.74%90.20%
CMYK1.74%0.00%11.74%
9.80%

Color #E2E6CB in popluar number systems.

HEXE2E6CB
Decimal226230203
Binary111000101110011011001011
Octal342346313

Shades and tints

Shades of #E2E6CB

#E2E6CB
(226,230,203)
#CED2B9
(206,210,185)
#BABEA7
(186,190,167)
#A6AA95
(166,170,149)
#929683
(146,150,131)
#7E8271
(126,130,113)
#6A6E5F
(106,110,95)
#565A4D
(86,90,77)
#42463B
(66,70,59)
#2E3229
(46,50,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #E2E6CB

#E2E6CB
(226,230,203)
#E4E8CF
(228,232,207)
#E6EAD3
(230,234,211)
#E8ECD7
(232,236,215)
#EAEEDB
(234,238,219)
#ECF0DF
(236,240,223)
#EEF2E3
(238,242,227)
#F0F4E7
(240,244,231)
#F2F6EB
(242,246,235)
#F4F8EF
(244,248,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E6CB; }

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

This text font color is #E2E6CB.


Background Color

.myBgColor { background-color: #E2E6CB; }

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

This div background color is #E2E6CB.


Border color

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

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

This div border color is #E2E6CB.


Opacity

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

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

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

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

This text has shadow with #E2E6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E6CB on black background.


Color preview on white background

This text has color #E2E6CB on white background.



Black color preview on #E2E6CB background

This text has black color on #E2E6CB background.


White color preview on #E2E6CB background

This text has white color on #E2E6CB background.