COLOR #E6E4DB

HEX: #E6E4DB RGB: (230,228,219)

Color info

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

RGB color model

#E6E4DB color RGB value is (230,228,219).

RGB: (230,228,219) (90%, 89%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 219 of 255 = 86%

230
228
219

R + G + B ~ 88%. #E6E4DB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 228 + 219 = 677 (100%)
R 230 of 677 ~ 33.97%
G 228 of 677 ~ 33.68%
B 219 of 677 ~ 32.35'%

%33.97
%33.68
%32.35

CMYK color model

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

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

CMYK: (0,1,5,10)
C0M1Y5K10 (0%, 1%, 5%, 10%)
(0.00 / 0.01 / 0.05 / 0.10)

CMYK percentages

%0
%0.87
%4.78
%9.8

Codes

Color #E6E4DB in popluar color models

E6 E4 DB
RGB 230 228 219
HSL 49° 18.03% 88.04%
HSB/HSV 49° 4.78% 90.20%
CMYK 0.00% 0.87% 4.78%
9.80%

Color #E6E4DB in popluar number systems.

HEX E6 E4 DB
Decimal 230 228 219
Binary 11100110 11100100 11011011
Octal 346 344 333

Shades and tints

Shades of #E6E4DB

#E6E4DB
(230,228,219)
#D2D0C8
(210,208,200)
#BEBCB5
(190,188,181)
#AAA8A2
(170,168,162)
#96948F
(150,148,143)
#82807C
(130,128,124)
#6E6C69
(110,108,105)
#5A5856
(90,88,86)
#464443
(70,68,67)
#323030
(50,48,48)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #E6E4DB

#E6E4DB
(230,228,219)
#E8E6DE
(232,230,222)
#EAE8E1
(234,232,225)
#ECEAE4
(236,234,228)
#EEECE7
(238,236,231)
#F0EEEA
(240,238,234)
#F2F0ED
(242,240,237)
#F4F2F0
(244,242,240)
#F6F4F3
(246,244,243)
#F8F6F6
(248,246,246)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4DB; }

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

This text font color is #E6E4DB.

Background Color

.myBgColor { background-color: #E6E4DB; }

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

This div background color is #E6E4DB.

Border color

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

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

This div border color is #E6E4DB.

Opacity

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

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

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

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

This text has shadow with #E6E4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E4DB.

Preview

Color preview on black background

This text has color #E6E4DB on black background.


Color preview on white background

This text has color #E6E4DB on white background.


Black color preview on #E6E4DB background

This text has black color on #E6E4DB background.


White color preview on #E6E4DB background

This text has white color on #E6E4DB background.


Related colors

Complementary color

Complementary color for #hex is #191B24.


I love getcolorcode.com

Triadic colors

1 #DBE6E4 and #E4DBE6 with #E6E4DB are triadic colors.

2 #DBE4E6 and #E4E6DB with #E6E4DB are triadic colors.