COLOR #E6E7DB

HEX: #E6E7DB
RGB: (230,231,219)

Color info

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

RGB color model

#E6E7DB color RGB value is (230,231,219).

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

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 219 of 255 = 86%

230
231
219

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

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 219 = 680 (100%)
R 230 of 680 ~ 33.82%
G 231 of 680 ~ 33.97%
B 219 of 680 ~ 32.21%

%33.82
%33.97
%32.21

CMYK color model

#E6E7DB color CMYK value is (0,0,5,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(0,0,5,9)
C0M0Y5K9 
(0%,0%,5%,9%)
(0.00/0.00/0.05/0.09)	

CMYK percentages

%0.43
%0
%5.19
%9.41

Codes

Color #E6E7DB in popluar color models

E6E7DB
RGB230231219
HSL65°20.00%88.24%
HSB/HSV65°5.19%90.59%
CMYK0.43%0.00%5.19%
9.41%

Color #E6E7DB in popluar number systems.

HEXE6E7DB
Decimal230231219
Binary111001101110011111011011
Octal346347333

Shades and tints

Shades of #E6E7DB

#E6E7DB
(230,231,219)
#D2D2C8
(210,210,200)
#BEBDB5
(190,189,181)
#AAA8A2
(170,168,162)
#96938F
(150,147,143)
#827E7C
(130,126,124)
#6E6969
(110,105,105)
#5A5456
(90,84,86)
#463F43
(70,63,67)
#322A30
(50,42,48)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #E6E7DB

#E6E7DB
(230,231,219)
#E8E9DE
(232,233,222)
#EAEBE1
(234,235,225)
#ECEDE4
(236,237,228)
#EEEFE7
(238,239,231)
#F0F1EA
(240,241,234)
#F2F3ED
(242,243,237)
#F4F5F0
(244,245,240)
#F6F7F3
(246,247,243)
#F8F9F6
(248,249,246)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7DB; }

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

This text font color is #E6E7DB.


Background Color

.myBgColor { background-color: #E6E7DB; }

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

This div background color is #E6E7DB.


Border color

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

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

This div border color is #E6E7DB.


Opacity

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

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

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

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

This text has shadow with #E6E7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7DB on black background.


Color preview on white background

This text has color #E6E7DB on white background.



Black color preview on #E6E7DB background

This text has black color on #E6E7DB background.


White color preview on #E6E7DB background

This text has white color on #E6E7DB background.