COLOR #E6E7DE

HEX: #E6E7DE
RGB: (230,231,222)

Color info

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

RGB color model

#E6E7DE color RGB value is (230,231,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 222 of 255 = 87%

230
231
222

R + G + B ~ 89%. #E6E7DE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 222 = 683 (100%)
R 230 of 683 ~ 33.67%
G 231 of 683 ~ 33.82%
B 222 of 683 ~ 32.5%

%33.67
%33.82
%32.5

CMYK color model

#E6E7DE color CMYK value is (0,0,4,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(0,0,4,9)
C0M0Y4K9 
(0%,0%,4%,9%)
(0.00/0.00/0.04/0.09)	

CMYK percentages

%0.43
%0
%3.9
%9.41

Codes

Color #E6E7DE in popluar color models

E6E7DE
RGB230231222
HSL67°15.79%88.82%
HSB/HSV67°3.90%90.59%
CMYK0.43%0.00%3.90%
9.41%

Color #E6E7DE in popluar number systems.

HEXE6E7DE
Decimal230231222
Binary111001101110011111011110
Octal346347336

Shades and tints

Shades of #E6E7DE

#E6E7DE
(230,231,222)
#D2D2CA
(210,210,202)
#BEBDB6
(190,189,182)
#AAA8A2
(170,168,162)
#96938E
(150,147,142)
#827E7A
(130,126,122)
#6E6966
(110,105,102)
#5A5452
(90,84,82)
#463F3E
(70,63,62)
#322A2A
(50,42,42)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #E6E7DE

#E6E7DE
(230,231,222)
#E8E9E1
(232,233,225)
#EAEBE4
(234,235,228)
#ECEDE7
(236,237,231)
#EEEFEA
(238,239,234)
#F0F1ED
(240,241,237)
#F2F3F0
(242,243,240)
#F4F5F3
(244,245,243)
#F6F7F6
(246,247,246)
#F8F9F9
(248,249,249)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7DE; }

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

This text font color is #E6E7DE.


Background Color

.myBgColor { background-color: #E6E7DE; }

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

This div background color is #E6E7DE.


Border color

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

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

This div border color is #E6E7DE.


Opacity

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

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

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

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

This text has shadow with #E6E7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7DE on black background.


Color preview on white background

This text has color #E6E7DE on white background.



Black color preview on #E6E7DE background

This text has black color on #E6E7DE background.


White color preview on #E6E7DE background

This text has white color on #E6E7DE background.