COLOR #E8EDBB

HEX: #E8EDBB RGB: (232,237,187)

Color info

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

RGB color model

#E8EDBB color RGB value is (232,237,187).

RGB: (232,237,187) (91%, 93%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 187 of 255 = 73%

232
237
187

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

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 187 = 656 (100%)
R 232 of 656 ~ 35.37%
G 237 of 656 ~ 36.13%
B 187 of 656 ~ 28.51'%

%35.37
%36.13
%28.51

CMYK color model

#E8EDBB color CMYK value is (2,0,21,7).

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

CMYK: (2,0,21,7)
C2M0Y21K7 (2%, 0%, 21%, 7%)
(0.02 / 0.00 / 0.21 / 0.07)

CMYK percentages

%2.11
%0
%21.1
%7.06

Codes

Color #E8EDBB in popluar color models

E8 ED BB
RGB 232 237 187
HSL 66° 58.14% 83.14%
HSB/HSV 66° 21.10% 92.94%
CMYK 2.11% 0.00% 21.10%
7.06%

Color #E8EDBB in popluar number systems.

HEX E8 ED BB
Decimal 232 237 187
Binary 11101000 11101101 10111011
Octal 350 355 273

Shades and tints

Shades of #E8EDBB

#E8EDBB
(232,237,187)
#D3D8AA
(211,216,170)
#BEC399
(190,195,153)
#A9AE88
(169,174,136)
#949977
(148,153,119)
#7F8466
(127,132,102)
#6A6F55
(106,111,85)
#555A44
(85,90,68)
#404533
(64,69,51)
#2B3022
(43,48,34)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #E8EDBB

#E8EDBB
(232,237,187)
#EAEEC1
(234,238,193)
#ECEFC7
(236,239,199)
#EEF0CD
(238,240,205)
#F0F1D3
(240,241,211)
#F2F2D9
(242,242,217)
#F4F3DF
(244,243,223)
#F6F4E5
(246,244,229)
#F8F5EB
(248,245,235)
#FAF6F1
(250,246,241)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDBB; }

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

This text font color is #E8EDBB.

Background Color

.myBgColor { background-color: #E8EDBB; }

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

This div background color is #E8EDBB.

Border color

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

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

This div border color is #E8EDBB.

Opacity

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

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

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

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

This text has shadow with #E8EDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDBB.

Preview

Color preview on black background

This text has color #E8EDBB on black background.


Color preview on white background

This text has color #E8EDBB on white background.


Black color preview on #E8EDBB background

This text has black color on #E8EDBB background.


White color preview on #E8EDBB background

This text has white color on #E8EDBB background.


Related colors

Complementary color

Complementary color for #hex is #171244.


I love getcolorcode.com

Triadic colors

1 #BBE8ED and #EDBBE8 with #E8EDBB are triadic colors.

2 #BBEDE8 and #EDE8BB with #E8EDBB are triadic colors.