COLOR #E8EDBE

HEX: #E8EDBE
RGB: (232,237,190)

Color info

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

RGB color model

#E8EDBE color RGB value is (232,237,190).

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

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 190 of 255 = 75%

232
237
190

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

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 190 = 659 (100%)
R 232 of 659 ~ 35.2%
G 237 of 659 ~ 35.96%
B 190 of 659 ~ 28.83%

%35.2
%35.96
%28.83

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • 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
%19.83
%7.06

Codes

Color #E8EDBE in popluar color models

E8EDBE
RGB232237190
HSL66°56.63%83.73%
HSB/HSV66°19.83%92.94%
CMYK2.11%0.00%19.83%
7.06%

Color #E8EDBE in popluar number systems.

HEXE8EDBE
Decimal232237190
Binary111010001110110110111110
Octal350355276

Shades and tints

Shades of #E8EDBE

#E8EDBE
(232,237,190)
#D3D8AD
(211,216,173)
#BEC39C
(190,195,156)
#A9AE8B
(169,174,139)
#94997A
(148,153,122)
#7F8469
(127,132,105)
#6A6F58
(106,111,88)
#555A47
(85,90,71)
#404536
(64,69,54)
#2B3025
(43,48,37)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #E8EDBE

#E8EDBE
(232,237,190)
#EAEEC3
(234,238,195)
#ECEFC8
(236,239,200)
#EEF0CD
(238,240,205)
#F0F1D2
(240,241,210)
#F2F2D7
(242,242,215)
#F4F3DC
(244,243,220)
#F6F4E1
(246,244,225)
#F8F5E6
(248,245,230)
#FAF6EB
(250,246,235)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDBE; }

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

This text font color is #E8EDBE.


Background Color

.myBgColor { background-color: #E8EDBE; }

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

This div background color is #E8EDBE.


Border color

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

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

This div border color is #E8EDBE.


Opacity

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

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

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

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

This text has shadow with #E8EDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDBE on black background.


Color preview on white background

This text has color #E8EDBE on white background.



Black color preview on #E8EDBE background

This text has black color on #E8EDBE background.


White color preview on #E8EDBE background

This text has white color on #E8EDBE background.