COLOR #E0E8BD

HEX: #E0E8BD
RGB: (224,232,189)

Color info

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

RGB color model

#E0E8BD color RGB value is (224,232,189).

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

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 189 of 255 = 74%

224
232
189

R + G + B ~ 84%. #E0E8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 189 = 645 (100%)
R 224 of 645 ~ 34.73%
G 232 of 645 ~ 35.97%
B 189 of 645 ~ 29.3%

%34.73
%35.97
%29.3

CMYK color model

#E0E8BD color CMYK value is (3,0,19,9).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 18.53%
  • key color value is 9.02%
CMYK:
(3,0,19,9)
C3M0Y19K9 
(3%,0%,19%,9%)
(0.03/0.00/0.19/0.09)	

CMYK percentages

%3.45
%0
%18.53
%9.02

Codes

Color #E0E8BD in popluar color models

E0E8BD
RGB224232189
HSL71°48.31%82.55%
HSB/HSV71°18.53%90.98%
CMYK3.45%0.00%18.53%
9.02%

Color #E0E8BD in popluar number systems.

HEXE0E8BD
Decimal224232189
Binary111000001110100010111101
Octal340350275

Shades and tints

Shades of #E0E8BD

#E0E8BD
(224,232,189)
#CCD3AC
(204,211,172)
#B8BE9B
(184,190,155)
#A4A98A
(164,169,138)
#909479
(144,148,121)
#7C7F68
(124,127,104)
#686A57
(104,106,87)
#545546
(84,85,70)
#404035
(64,64,53)
#2C2B24
(44,43,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #E0E8BD

#E0E8BD
(224,232,189)
#E2EAC3
(226,234,195)
#E4ECC9
(228,236,201)
#E6EECF
(230,238,207)
#E8F0D5
(232,240,213)
#EAF2DB
(234,242,219)
#ECF4E1
(236,244,225)
#EEF6E7
(238,246,231)
#F0F8ED
(240,248,237)
#F2FAF3
(242,250,243)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8BD; }

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

This text font color is #E0E8BD.


Background Color

.myBgColor { background-color: #E0E8BD; }

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

This div background color is #E0E8BD.


Border color

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

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

This div border color is #E0E8BD.


Opacity

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

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

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

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

This text has shadow with #E0E8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8BD on black background.


Color preview on white background

This text has color #E0E8BD on white background.



Black color preview on #E0E8BD background

This text has black color on #E0E8BD background.


White color preview on #E0E8BD background

This text has white color on #E0E8BD background.