COLOR #E6E0CC

HEX: #E6E0CC
RGB: (230,224,204)

Color info

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

RGB color model

#E6E0CC color RGB value is (230,224,204).

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

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 204 of 255 = 80%

230
224
204

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

Portions of RGB colors in percentages

R + G + B =
230 + 224 + 204 = 658 (100%)
R 230 of 658 ~ 34.95%
G 224 of 658 ~ 34.04%
B 204 of 658 ~ 31%

%34.95
%34.04
%31

CMYK color model

#E6E0CC color CMYK value is (0,3,11,10).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK:
(0,3,11,10)
C0M3Y11K10 
(0%,3%,11%,10%)
(0.00/0.03/0.11/0.10)	

CMYK percentages

%0
%2.61
%11.3
%9.8

Codes

Color #E6E0CC in popluar color models

E6E0CC
RGB230224204
HSL46°34.21%85.10%
HSB/HSV46°11.30%90.20%
CMYK0.00%2.61%11.30%
9.80%

Color #E6E0CC in popluar number systems.

HEXE6E0CC
Decimal230224204
Binary111001101110000011001100
Octal346340314

Shades and tints

Shades of #E6E0CC

#E6E0CC
(230,224,204)
#D2CCBA
(210,204,186)
#BEB8A8
(190,184,168)
#AAA496
(170,164,150)
#969084
(150,144,132)
#827C72
(130,124,114)
#6E6860
(110,104,96)
#5A544E
(90,84,78)
#46403C
(70,64,60)
#322C2A
(50,44,42)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #E6E0CC

#E6E0CC
(230,224,204)
#E8E2D0
(232,226,208)
#EAE4D4
(234,228,212)
#ECE6D8
(236,230,216)
#EEE8DC
(238,232,220)
#F0EAE0
(240,234,224)
#F2ECE4
(242,236,228)
#F4EEE8
(244,238,232)
#F6F0EC
(246,240,236)
#F8F2F0
(248,242,240)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E0CC; }

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

This text font color is #E6E0CC.


Background Color

.myBgColor { background-color: #E6E0CC; }

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

This div background color is #E6E0CC.


Border color

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

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

This div border color is #E6E0CC.


Opacity

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

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

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

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

This text has shadow with #E6E0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0CC on black background.


Color preview on white background

This text has color #E6E0CC on white background.



Black color preview on #E6E0CC background

This text has black color on #E6E0CC background.


White color preview on #E6E0CC background

This text has white color on #E6E0CC background.