COLOR #E6E2CC

HEX: #E6E2CC
RGB: (230,226,204)

Color info

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

RGB color model

#E6E2CC color RGB value is (230,226,204).

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

RGB channels and saturation

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

230
226
204

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

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 204 = 660 (100%)
R 230 of 660 ~ 34.85%
G 226 of 660 ~ 34.24%
B 204 of 660 ~ 30.91%

%34.85
%34.24
%30.91

CMYK color model

#E6E2CC color CMYK value is (0,2,11,10).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK:
(0,2,11,10)
C0M2Y11K10 
(0%,2%,11%,10%)
(0.00/0.02/0.11/0.10)	

CMYK percentages

%0
%1.74
%11.3
%9.8

Codes

Color #E6E2CC in popluar color models

E6E2CC
RGB230226204
HSL51°34.21%85.10%
HSB/HSV51°11.30%90.20%
CMYK0.00%1.74%11.30%
9.80%

Color #E6E2CC in popluar number systems.

HEXE6E2CC
Decimal230226204
Binary111001101110001011001100
Octal346342314

Shades and tints

Shades of #E6E2CC

#E6E2CC
(230,226,204)
#D2CEBA
(210,206,186)
#BEBAA8
(190,186,168)
#AAA696
(170,166,150)
#969284
(150,146,132)
#827E72
(130,126,114)
#6E6A60
(110,106,96)
#5A564E
(90,86,78)
#46423C
(70,66,60)
#322E2A
(50,46,42)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6E2CC

#E6E2CC
(230,226,204)
#E8E4D0
(232,228,208)
#EAE6D4
(234,230,212)
#ECE8D8
(236,232,216)
#EEEADC
(238,234,220)
#F0ECE0
(240,236,224)
#F2EEE4
(242,238,228)
#F4F0E8
(244,240,232)
#F6F2EC
(246,242,236)
#F8F4F0
(248,244,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2CC; }

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

This text font color is #E6E2CC.


Background Color

.myBgColor { background-color: #E6E2CC; }

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

This div background color is #E6E2CC.


Border color

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

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

This div border color is #E6E2CC.


Opacity

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

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

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

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

This text has shadow with #E6E2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2CC on black background.


Color preview on white background

This text has color #E6E2CC on white background.



Black color preview on #E6E2CC background

This text has black color on #E6E2CC background.


White color preview on #E6E2CC background

This text has white color on #E6E2CC background.