COLOR #E6E2CB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

230
226
203

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

Portions of RGB colors in percentages

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

%34.9
%34.29
%30.8

CMYK color model

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

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

CMYK percentages

%0
%1.74
%11.74
%9.8

Codes

Color #E6E2CB in popluar color models

E6E2CB
RGB230226203
HSL51°35.06%84.90%
HSB/HSV51°11.74%90.20%
CMYK0.00%1.74%11.74%
9.80%

Color #E6E2CB in popluar number systems.

HEXE6E2CB
Decimal230226203
Binary111001101110001011001011
Octal346342313

Shades and tints

Shades of #E6E2CB

#E6E2CB
(230,226,203)
#D2CEB9
(210,206,185)
#BEBAA7
(190,186,167)
#AAA695
(170,166,149)
#969283
(150,146,131)
#827E71
(130,126,113)
#6E6A5F
(110,106,95)
#5A564D
(90,86,77)
#46423B
(70,66,59)
#322E29
(50,46,41)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6E2CB

#E6E2CB
(230,226,203)
#E8E4CF
(232,228,207)
#EAE6D3
(234,230,211)
#ECE8D7
(236,232,215)
#EEEADB
(238,234,219)
#F0ECDF
(240,236,223)
#F2EEE3
(242,238,227)
#F4F0E7
(244,240,231)
#F6F2EB
(246,242,235)
#F8F4EF
(248,244,239)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2CB; }

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

This text font color is #E6E2CB.


Background Color

.myBgColor { background-color: #E6E2CB; }

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

This div background color is #E6E2CB.


Border color

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

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

This div border color is #E6E2CB.


Opacity

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

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

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

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

This text has shadow with #E6E2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2CB on black background.


Color preview on white background

This text has color #E6E2CB on white background.



Black color preview on #E6E2CB background

This text has black color on #E6E2CB background.


White color preview on #E6E2CB background

This text has white color on #E6E2CB background.