COLOR #E2E6CC

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

Color info

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

RGB color model

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

RGB: (226,230,204) (89%, 90%, 80%)

RGB channels and saturation

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

226
230
204

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

Portions of RGB colors in percentages

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

%34.24
%34.85
%30.91

CMYK color model

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

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%

CMYK: (2,0,11,10)
C2M0Y11K10 (2%, 0%, 11%, 10%)
(0.02 / 0.00 / 0.11 / 0.10)

CMYK percentages

%1.74
%0
%11.3
%9.8

Codes

Color #E2E6CC in popluar color models

E2 E6 CC
RGB 226 230 204
HSL 69° 34.21% 85.10%
HSB/HSV 69° 11.30% 90.20%
CMYK 1.74% 0.00% 11.30%
9.80%

Color #E2E6CC in popluar number systems.

HEX E2 E6 CC
Decimal 226 230 204
Binary 11100010 11100110 11001100
Octal 342 346 314

Shades and tints

Shades of #E2E6CC

#E2E6CC
(226,230,204)
#CED2BA
(206,210,186)
#BABEA8
(186,190,168)
#A6AA96
(166,170,150)
#929684
(146,150,132)
#7E8272
(126,130,114)
#6A6E60
(106,110,96)
#565A4E
(86,90,78)
#42463C
(66,70,60)
#2E322A
(46,50,42)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #E2E6CC

#E2E6CC
(226,230,204)
#E4E8D0
(228,232,208)
#E6EAD4
(230,234,212)
#E8ECD8
(232,236,216)
#EAEEDC
(234,238,220)
#ECF0E0
(236,240,224)
#EEF2E4
(238,242,228)
#F0F4E8
(240,244,232)
#F2F6EC
(242,246,236)
#F4F8F0
(244,248,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E6CC; }

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

This text font color is #E2E6CC.

Background Color

.myBgColor { background-color: #E2E6CC; }

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

This div background color is #E2E6CC.

Border color

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

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

This div border color is #E2E6CC.

Opacity

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

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

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

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

This text has shadow with #E2E6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E6CC.

Preview

Color preview on black background

This text has color #E2E6CC on black background.


Color preview on white background

This text has color #E2E6CC on white background.


Black color preview on #E2E6CC background

This text has black color on #E2E6CC background.


White color preview on #E2E6CC background

This text has white color on #E2E6CC background.


Related colors

Complementary color

Complementary color for #hex is #1D1933.


I love getcolorcode.com

Triadic colors

1 #CCE2E6 and #E6CCE2 with #E2E6CC are triadic colors.

2 #CCE6E2 and #E6E2CC with #E2E6CC are triadic colors.