COLOR #E6E7CC

HEX: #E6E7CC
RGB: (230,231,204)

Color info

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

RGB color model

#E6E7CC color RGB value is (230,231,204).

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

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 204 of 255 = 80%

230
231
204

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

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 204 = 665 (100%)
R 230 of 665 ~ 34.59%
G 231 of 665 ~ 34.74%
B 204 of 665 ~ 30.68%

%34.59
%34.74
%30.68

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,0,12,9)
C0M0Y12K9 
(0%,0%,12%,9%)
(0.00/0.00/0.12/0.09)	

CMYK percentages

%0.43
%0
%11.69
%9.41

Codes

Color #E6E7CC in popluar color models

E6E7CC
RGB230231204
HSL62°36.00%85.29%
HSB/HSV62°11.69%90.59%
CMYK0.43%0.00%11.69%
9.41%

Color #E6E7CC in popluar number systems.

HEXE6E7CC
Decimal230231204
Binary111001101110011111001100
Octal346347314

Shades and tints

Shades of #E6E7CC

#E6E7CC
(230,231,204)
#D2D2BA
(210,210,186)
#BEBDA8
(190,189,168)
#AAA896
(170,168,150)
#969384
(150,147,132)
#827E72
(130,126,114)
#6E6960
(110,105,96)
#5A544E
(90,84,78)
#463F3C
(70,63,60)
#322A2A
(50,42,42)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6E7CC

#E6E7CC
(230,231,204)
#E8E9D0
(232,233,208)
#EAEBD4
(234,235,212)
#ECEDD8
(236,237,216)
#EEEFDC
(238,239,220)
#F0F1E0
(240,241,224)
#F2F3E4
(242,243,228)
#F4F5E8
(244,245,232)
#F6F7EC
(246,247,236)
#F8F9F0
(248,249,240)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7CC; }

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

This text font color is #E6E7CC.


Background Color

.myBgColor { background-color: #E6E7CC; }

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

This div background color is #E6E7CC.


Border color

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

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

This div border color is #E6E7CC.


Opacity

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

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

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

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

This text has shadow with #E6E7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7CC on black background.


Color preview on white background

This text has color #E6E7CC on white background.



Black color preview on #E6E7CC background

This text has black color on #E6E7CC background.


White color preview on #E6E7CC background

This text has white color on #E6E7CC background.