COLOR #E5E8BE

HEX: #E5E8BE RGB: (229,232,190)

Color info

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

RGB color model

#E5E8BE color RGB value is (229,232,190).

RGB: (229,232,190) (90%, 91%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 232 of 255 = 91%
B 190 of 255 = 75%

229
232
190

R + G + B ~ 85%. #E5E8BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 232 + 190 = 651 (100%)
R 229 of 651 ~ 35.18%
G 232 of 651 ~ 35.64%
B 190 of 651 ~ 29.19'%

%35.18
%35.64
%29.19

CMYK color model

#E5E8BE color CMYK value is (1,0,18,9).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%

CMYK: (1,0,18,9)
C1M0Y18K9 (1%, 0%, 18%, 9%)
(0.01 / 0.00 / 0.18 / 0.09)

CMYK percentages

%1.29
%0
%18.1
%9.02

Codes

Color #E5E8BE in popluar color models

E5 E8 BE
RGB 229 232 190
HSL 64° 47.73% 82.75%
HSB/HSV 64° 18.10% 90.98%
CMYK 1.29% 0.00% 18.10%
9.02%

Color #E5E8BE in popluar number systems.

HEX E5 E8 BE
Decimal 229 232 190
Binary 11100101 11101000 10111110
Octal 345 350 276

Shades and tints

Shades of #E5E8BE

#E5E8BE
(229,232,190)
#D1D3AD
(209,211,173)
#BDBE9C
(189,190,156)
#A9A98B
(169,169,139)
#95947A
(149,148,122)
#817F69
(129,127,105)
#6D6A58
(109,106,88)
#595547
(89,85,71)
#454036
(69,64,54)
#312B25
(49,43,37)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #E5E8BE

#E5E8BE
(229,232,190)
#E7EAC3
(231,234,195)
#E9ECC8
(233,236,200)
#EBEECD
(235,238,205)
#EDF0D2
(237,240,210)
#EFF2D7
(239,242,215)
#F1F4DC
(241,244,220)
#F3F6E1
(243,246,225)
#F5F8E6
(245,248,230)
#F7FAEB
(247,250,235)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E8BE; }

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

This text font color is #E5E8BE.

Background Color

.myBgColor { background-color: #E5E8BE; }

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

This div background color is #E5E8BE.

Border color

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

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

This div border color is #E5E8BE.

Opacity

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

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

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

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

This text has shadow with #E5E8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E8BE.

Preview

Color preview on black background

This text has color #E5E8BE on black background.


Color preview on white background

This text has color #E5E8BE on white background.


Black color preview on #E5E8BE background

This text has black color on #E5E8BE background.


White color preview on #E5E8BE background

This text has white color on #E5E8BE background.


Related colors

Complementary color

Complementary color for #hex is #1A1741.


I love getcolorcode.com

Triadic colors

1 #BEE5E8 and #E8BEE5 with #E5E8BE are triadic colors.

2 #BEE8E5 and #E8E5BE with #E5E8BE are triadic colors.