COLOR #E8EDDB

HEX: #E8EDDB RGB: (232,237,219)

Color info

#E8EDDB contains red, green and blue colors in about the same proportion. Web safe color of #E8EDDB is #FFFFCC (or #FFC).

RGB color model

#E8EDDB color RGB value is (232,237,219).

RGB: (232,237,219) (91%, 93%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 219 of 255 = 86%

232
237
219

R + G + B ~ 90%. #E8EDDB is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 219 = 688 (100%)
R 232 of 688 ~ 33.72%
G 237 of 688 ~ 34.45%
B 219 of 688 ~ 31.83'%

%33.72
%34.45
%31.83

CMYK color model

#E8EDDB color CMYK value is (2,0,8,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 7.06%

CMYK: (2,0,8,7)
C2M0Y8K7 (2%, 0%, 8%, 7%)
(0.02 / 0.00 / 0.08 / 0.07)

CMYK percentages

%2.11
%0
%7.59
%7.06

Codes

Color #E8EDDB in popluar color models

E8 ED DB
RGB 232 237 219
HSL 77° 33.33% 89.41%
HSB/HSV 77° 7.59% 92.94%
CMYK 2.11% 0.00% 7.59%
7.06%

Color #E8EDDB in popluar number systems.

HEX E8 ED DB
Decimal 232 237 219
Binary 11101000 11101101 11011011
Octal 350 355 333

Shades and tints

Shades of #E8EDDB

#E8EDDB
(232,237,219)
#D3D8C8
(211,216,200)
#BEC3B5
(190,195,181)
#A9AEA2
(169,174,162)
#94998F
(148,153,143)
#7F847C
(127,132,124)
#6A6F69
(106,111,105)
#555A56
(85,90,86)
#404543
(64,69,67)
#2B3030
(43,48,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #E8EDDB

#E8EDDB
(232,237,219)
#EAEEDE
(234,238,222)
#ECEFE1
(236,239,225)
#EEF0E4
(238,240,228)
#F0F1E7
(240,241,231)
#F2F2EA
(242,242,234)
#F4F3ED
(244,243,237)
#F6F4F0
(246,244,240)
#F8F5F3
(248,245,243)
#FAF6F6
(250,246,246)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EDDB color. Also use rgb(232,237,219) instead hex code.

Text Font Color

.myTextColor { color: #E8EDDB; }

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

This text font color is #E8EDDB.

Background Color

.myBgColor { background-color: #E8EDDB; }

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

This div background color is #E8EDDB.

Border color

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

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

This div border color is #E8EDDB.

Opacity

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

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

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

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

This text has shadow with #E8EDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDDB.

Preview

Color preview on black background

This text has color #E8EDDB on black background.


Color preview on white background

This text has color #E8EDDB on white background.


Black color preview on #E8EDDB background

This text has black color on #E8EDDB background.


White color preview on #E8EDDB background

This text has white color on #E8EDDB background.


Related colors

Complementary color

Complementary color for #hex is #171224.


I love getcolorcode.com

Triadic colors

1 #DBE8ED and #EDDBE8 with #E8EDDB are triadic colors.

2 #DBEDE8 and #EDE8DB with #E8EDDB are triadic colors.