COLOR #E8EDBD

HEX: #E8EDBD
RGB: (232,237,189)

Color info

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

RGB color model

#E8EDBD color RGB value is (232,237,189).

  • red value is 232;
  • green value is 237;
  • blue value is 189.
RGB:
(232,237,189)
(91%,93%,74%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 189 of 255 = 74%

232
237
189

R + G + B ~ 86%. #E8EDBD is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 189 = 658 (100%)
R 232 of 658 ~ 35.26%
G 237 of 658 ~ 36.02%
B 189 of 658 ~ 28.72%

%35.26
%36.02
%28.72

CMYK color model

#E8EDBD color CMYK value is (2,0,20,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 7.06%
CMYK:
(2,0,20,7)
C2M0Y20K7 
(2%,0%,20%,7%)
(0.02/0.00/0.20/0.07)	

CMYK percentages

%2.11
%0
%20.25
%7.06

Codes

Color #E8EDBD in popluar color models

E8EDBD
RGB232237189
HSL66°57.14%83.53%
HSB/HSV66°20.25%92.94%
CMYK2.11%0.00%20.25%
7.06%

Color #E8EDBD in popluar number systems.

HEXE8EDBD
Decimal232237189
Binary111010001110110110111101
Octal350355275

Shades and tints

Shades of #E8EDBD

#E8EDBD
(232,237,189)
#D3D8AC
(211,216,172)
#BEC39B
(190,195,155)
#A9AE8A
(169,174,138)
#949979
(148,153,121)
#7F8468
(127,132,104)
#6A6F57
(106,111,87)
#555A46
(85,90,70)
#404535
(64,69,53)
#2B3024
(43,48,36)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #E8EDBD

#E8EDBD
(232,237,189)
#EAEEC3
(234,238,195)
#ECEFC9
(236,239,201)
#EEF0CF
(238,240,207)
#F0F1D5
(240,241,213)
#F2F2DB
(242,242,219)
#F4F3E1
(244,243,225)
#F6F4E7
(246,244,231)
#F8F5ED
(248,245,237)
#FAF6F3
(250,246,243)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDBD; }

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

This text font color is #E8EDBD.


Background Color

.myBgColor { background-color: #E8EDBD; }

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

This div background color is #E8EDBD.


Border color

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

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

This div border color is #E8EDBD.


Opacity

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

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

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

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

This text has shadow with #E8EDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDBD on black background.


Color preview on white background

This text has color #E8EDBD on white background.



Black color preview on #E8EDBD background

This text has black color on #E8EDBD background.


White color preview on #E8EDBD background

This text has white color on #E8EDBD background.