COLOR #E6E7CD

HEX: #E6E7CD
RGB: (230,231,205)

Color info

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

RGB color model

#E6E7CD color RGB value is (230,231,205).

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

RGB channels and saturation

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

230
231
205

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

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 205 = 666 (100%)
R 230 of 666 ~ 34.53%
G 231 of 666 ~ 34.68%
B 205 of 666 ~ 30.78%

%34.53
%34.68
%30.78

CMYK color model

#E6E7CD color CMYK value is (0,0,11,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(0,0,11,9)
C0M0Y11K9 
(0%,0%,11%,9%)
(0.00/0.00/0.11/0.09)	

CMYK percentages

%0.43
%0
%11.26
%9.41

Codes

Color #E6E7CD in popluar color models

E6E7CD
RGB230231205
HSL62°35.14%85.49%
HSB/HSV62°11.26%90.59%
CMYK0.43%0.00%11.26%
9.41%

Color #E6E7CD in popluar number systems.

HEXE6E7CD
Decimal230231205
Binary111001101110011111001101
Octal346347315

Shades and tints

Shades of #E6E7CD

#E6E7CD
(230,231,205)
#D2D2BB
(210,210,187)
#BEBDA9
(190,189,169)
#AAA897
(170,168,151)
#969385
(150,147,133)
#827E73
(130,126,115)
#6E6961
(110,105,97)
#5A544F
(90,84,79)
#463F3D
(70,63,61)
#322A2B
(50,42,43)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6E7CD

#E6E7CD
(230,231,205)
#E8E9D1
(232,233,209)
#EAEBD5
(234,235,213)
#ECEDD9
(236,237,217)
#EEEFDD
(238,239,221)
#F0F1E1
(240,241,225)
#F2F3E5
(242,243,229)
#F4F5E9
(244,245,233)
#F6F7ED
(246,247,237)
#F8F9F1
(248,249,241)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7CD; }

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

This text font color is #E6E7CD.


Background Color

.myBgColor { background-color: #E6E7CD; }

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

This div background color is #E6E7CD.


Border color

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

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

This div border color is #E6E7CD.


Opacity

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

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

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

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

This text has shadow with #E6E7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7CD on black background.


Color preview on white background

This text has color #E6E7CD on white background.



Black color preview on #E6E7CD background

This text has black color on #E6E7CD background.


White color preview on #E6E7CD background

This text has white color on #E6E7CD background.