COLOR #E6E5DB

HEX: #E6E5DB RGB: (230,229,219)

Color info

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

RGB color model

#E6E5DB color RGB value is (230,229,219).

RGB: (230,229,219) (90%, 90%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 229 of 255 = 90%
B 219 of 255 = 86%

230
229
219

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

Portions of RGB colors in percentages

R + G + B = 230 + 229 + 219 = 678 (100%)
R 230 of 678 ~ 33.92%
G 229 of 678 ~ 33.78%
B 219 of 678 ~ 32.3'%

%33.92
%33.78
%32.3

CMYK color model

#E6E5DB color CMYK value is (0,0,5,10).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 4.78%
  • key color value is 9.80%

CMYK: (0,0,5,10)
C0M0Y5K10 (0%, 0%, 5%, 10%)
(0.00 / 0.00 / 0.05 / 0.10)

CMYK percentages

%0
%0.43
%4.78
%9.8

Codes

Color #E6E5DB in popluar color models

E6 E5 DB
RGB 230 229 219
HSL 55° 18.03% 88.04%
HSB/HSV 55° 4.78% 90.20%
CMYK 0.00% 0.43% 4.78%
9.80%

Color #E6E5DB in popluar number systems.

HEX E6 E5 DB
Decimal 230 229 219
Binary 11100110 11100101 11011011
Octal 346 345 333

Shades and tints

Shades of #E6E5DB

#E6E5DB
(230,229,219)
#D2D1C8
(210,209,200)
#BEBDB5
(190,189,181)
#AAA9A2
(170,169,162)
#96958F
(150,149,143)
#82817C
(130,129,124)
#6E6D69
(110,109,105)
#5A5956
(90,89,86)
#464543
(70,69,67)
#323130
(50,49,48)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #E6E5DB

#E6E5DB
(230,229,219)
#E8E7DE
(232,231,222)
#EAE9E1
(234,233,225)
#ECEBE4
(236,235,228)
#EEEDE7
(238,237,231)
#F0EFEA
(240,239,234)
#F2F1ED
(242,241,237)
#F4F3F0
(244,243,240)
#F6F5F3
(246,245,243)
#F8F7F6
(248,247,246)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5DB; }

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

This text font color is #E6E5DB.

Background Color

.myBgColor { background-color: #E6E5DB; }

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

This div background color is #E6E5DB.

Border color

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

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

This div border color is #E6E5DB.

Opacity

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

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

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

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

This text has shadow with #E6E5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E5DB.

Preview

Color preview on black background

This text has color #E6E5DB on black background.


Color preview on white background

This text has color #E6E5DB on white background.


Black color preview on #E6E5DB background

This text has black color on #E6E5DB background.


White color preview on #E6E5DB background

This text has white color on #E6E5DB background.


Related colors

Complementary color

Complementary color for #hex is #191A24.


I love getcolorcode.com

Triadic colors

1 #DBE6E5 and #E5DBE6 with #E6E5DB are triadic colors.

2 #DBE5E6 and #E5E6DB with #E6E5DB are triadic colors.