COLOR #E6E6CD

HEX: #E6E6CD
RGB: (230,230,205)

Color info

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

RGB color model

#E6E6CD color RGB value is (230,230,205).

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

RGB channels and saturation

R 230 of 255 = 90%
G 230 of 255 = 90%
B 205 of 255 = 80%

230
230
205

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

Portions of RGB colors in percentages

R + G + B =
230 + 230 + 205 = 665 (100%)
R 230 of 665 ~ 34.59%
G 230 of 665 ~ 34.59%
B 205 of 665 ~ 30.83%

%34.59
%34.59
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(0,0,11,10)
C0M0Y11K10 
(0%,0%,11%,10%)
(0.00/0.00/0.11/0.10)	

CMYK percentages

%0
%0
%10.87
%9.8

Codes

Color #E6E6CD in popluar color models

E6E6CD
RGB230230205
HSL60°33.33%85.29%
HSB/HSV60°10.87%90.20%
CMYK0.00%0.00%10.87%
9.80%

Color #E6E6CD in popluar number systems.

HEXE6E6CD
Decimal230230205
Binary111001101110011011001101
Octal346346315

Shades and tints

Shades of #E6E6CD

#E6E6CD
(230,230,205)
#D2D2BB
(210,210,187)
#BEBEA9
(190,190,169)
#AAAA97
(170,170,151)
#969685
(150,150,133)
#828273
(130,130,115)
#6E6E61
(110,110,97)
#5A5A4F
(90,90,79)
#46463D
(70,70,61)
#32322B
(50,50,43)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6E6CD

#E6E6CD
(230,230,205)
#E8E8D1
(232,232,209)
#EAEAD5
(234,234,213)
#ECECD9
(236,236,217)
#EEEEDD
(238,238,221)
#F0F0E1
(240,240,225)
#F2F2E5
(242,242,229)
#F4F4E9
(244,244,233)
#F6F6ED
(246,246,237)
#F8F8F1
(248,248,241)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6CD; }

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

This text font color is #E6E6CD.


Background Color

.myBgColor { background-color: #E6E6CD; }

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

This div background color is #E6E6CD.


Border color

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

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

This div border color is #E6E6CD.


Opacity

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

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

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

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

This text has shadow with #E6E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6CD on black background.


Color preview on white background

This text has color #E6E6CD on white background.



Black color preview on #E6E6CD background

This text has black color on #E6E6CD background.


White color preview on #E6E6CD background

This text has white color on #E6E6CD background.