COLOR #E6E8CD

HEX: #E6E8CD
RGB: (230,232,205)

Color info

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

RGB color model

#E6E8CD color RGB value is (230,232,205).

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

RGB channels and saturation

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

230
232
205

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

Portions of RGB colors in percentages

R + G + B =
230 + 232 + 205 = 667 (100%)
R 230 of 667 ~ 34.48%
G 232 of 667 ~ 34.78%
B 205 of 667 ~ 30.73%

%34.48
%34.78
%30.73

CMYK color model

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

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 9.02%
CMYK:
(1,0,12,9)
C1M0Y12K9 
(1%,0%,12%,9%)
(0.01/0.00/0.12/0.09)	

CMYK percentages

%0.86
%0
%11.64
%9.02

Codes

Color #E6E8CD in popluar color models

E6E8CD
RGB230232205
HSL64°36.99%85.69%
HSB/HSV64°11.64%90.98%
CMYK0.86%0.00%11.64%
9.02%

Color #E6E8CD in popluar number systems.

HEXE6E8CD
Decimal230232205
Binary111001101110100011001101
Octal346350315

Shades and tints

Shades of #E6E8CD

#E6E8CD
(230,232,205)
#D2D3BB
(210,211,187)
#BEBEA9
(190,190,169)
#AAA997
(170,169,151)
#969485
(150,148,133)
#827F73
(130,127,115)
#6E6A61
(110,106,97)
#5A554F
(90,85,79)
#46403D
(70,64,61)
#322B2B
(50,43,43)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6E8CD

#E6E8CD
(230,232,205)
#E8EAD1
(232,234,209)
#EAECD5
(234,236,213)
#ECEED9
(236,238,217)
#EEF0DD
(238,240,221)
#F0F2E1
(240,242,225)
#F2F4E5
(242,244,229)
#F4F6E9
(244,246,233)
#F6F8ED
(246,248,237)
#F8FAF1
(248,250,241)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E8CD; }

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

This text font color is #E6E8CD.


Background Color

.myBgColor { background-color: #E6E8CD; }

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

This div background color is #E6E8CD.


Border color

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

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

This div border color is #E6E8CD.


Opacity

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

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

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

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

This text has shadow with #E6E8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E8CD on black background.


Color preview on white background

This text has color #E6E8CD on white background.



Black color preview on #E6E8CD background

This text has black color on #E6E8CD background.


White color preview on #E6E8CD background

This text has white color on #E6E8CD background.