COLOR #E5EAB6

HEX: #E5EAB6
RGB: (229,234,182)

Color info

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

RGB color model

#E5EAB6 color RGB value is (229,234,182).

  • red value is 229;
  • green value is 234;
  • blue value is 182.
RGB:
(229,234,182)
(90%,92%,71%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 182 of 255 = 71%

229
234
182

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 182 = 645 (100%)
R 229 of 645 ~ 35.5%
G 234 of 645 ~ 36.28%
B 182 of 645 ~ 28.22%

%35.5
%36.28
%28.22

CMYK color model

#E5EAB6 color CMYK value is (2,0,22,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%
CMYK:
(2,0,22,8)
C2M0Y22K8 
(2%,0%,22%,8%)
(0.02/0.00/0.22/0.08)	

CMYK percentages

%2.14
%0
%22.22
%8.24

Codes

Color #E5EAB6 in popluar color models

E5EAB6
RGB229234182
HSL66°55.32%81.57%
HSB/HSV66°22.22%91.76%
CMYK2.14%0.00%22.22%
8.24%

Color #E5EAB6 in popluar number systems.

HEXE5EAB6
Decimal229234182
Binary111001011110101010110110
Octal345352266

Shades and tints

Shades of #E5EAB6

#E5EAB6
(229,234,182)
#D1D5A6
(209,213,166)
#BDC096
(189,192,150)
#A9AB86
(169,171,134)
#959676
(149,150,118)
#818166
(129,129,102)
#6D6C56
(109,108,86)
#595746
(89,87,70)
#454236
(69,66,54)
#312D26
(49,45,38)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #E5EAB6

#E5EAB6
(229,234,182)
#E7EBBC
(231,235,188)
#E9ECC2
(233,236,194)
#EBEDC8
(235,237,200)
#EDEECE
(237,238,206)
#EFEFD4
(239,239,212)
#F1F0DA
(241,240,218)
#F3F1E0
(243,241,224)
#F5F2E6
(245,242,230)
#F7F3EC
(247,243,236)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EAB6 color. Also use rgb(229,234,182) instead hex code.

Text Font Color

.myTextColor { color: #E5EAB6; }

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

This text font color is #E5EAB6.


Background Color

.myBgColor { background-color: #E5EAB6; }

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

This div background color is #E5EAB6.


Border color

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

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

This div border color is #E5EAB6.


Opacity

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

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

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

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

This text has shadow with #E5EAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EAB6 on black background.


Color preview on white background

This text has color #E5EAB6 on white background.



Black color preview on #E5EAB6 background

This text has black color on #E5EAB6 background.


White color preview on #E5EAB6 background

This text has white color on #E5EAB6 background.