COLOR #E1E8B6

HEX: #E1E8B6
RGB: (225,232,182)

Color info

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

RGB color model

#E1E8B6 color RGB value is (225,232,182).

  • red value is 225;
  • green value is 232;
  • blue value is 182.
RGB:
(225,232,182)
(88%,91%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 182 of 255 = 71%

225
232
182

R + G + B ~ 83%. #E1E8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 182 = 639 (100%)
R 225 of 639 ~ 35.21%
G 232 of 639 ~ 36.31%
B 182 of 639 ~ 28.48%

%35.21
%36.31
%28.48

CMYK color model

#E1E8B6 color CMYK value is (3,0,22,9).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 9.02%
CMYK:
(3,0,22,9)
C3M0Y22K9 
(3%,0%,22%,9%)
(0.03/0.00/0.22/0.09)	

CMYK percentages

%3.02
%0
%21.55
%9.02

Codes

Color #E1E8B6 in popluar color models

E1E8B6
RGB225232182
HSL68°52.08%81.18%
HSB/HSV68°21.55%90.98%
CMYK3.02%0.00%21.55%
9.02%

Color #E1E8B6 in popluar number systems.

HEXE1E8B6
Decimal225232182
Binary111000011110100010110110
Octal341350266

Shades and tints

Shades of #E1E8B6

#E1E8B6
(225,232,182)
#CDD3A6
(205,211,166)
#B9BE96
(185,190,150)
#A5A986
(165,169,134)
#919476
(145,148,118)
#7D7F66
(125,127,102)
#696A56
(105,106,86)
#555546
(85,85,70)
#414036
(65,64,54)
#2D2B26
(45,43,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #E1E8B6

#E1E8B6
(225,232,182)
#E3EABC
(227,234,188)
#E5ECC2
(229,236,194)
#E7EEC8
(231,238,200)
#E9F0CE
(233,240,206)
#EBF2D4
(235,242,212)
#EDF4DA
(237,244,218)
#EFF6E0
(239,246,224)
#F1F8E6
(241,248,230)
#F3FAEC
(243,250,236)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E8B6 color. Also use rgb(225,232,182) instead hex code.

Text Font Color

.myTextColor { color: #E1E8B6; }

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

This text font color is #E1E8B6.


Background Color

.myBgColor { background-color: #E1E8B6; }

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

This div background color is #E1E8B6.


Border color

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

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

This div border color is #E1E8B6.


Opacity

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

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

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

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

This text has shadow with #E1E8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8B6 on black background.


Color preview on white background

This text has color #E1E8B6 on white background.



Black color preview on #E1E8B6 background

This text has black color on #E1E8B6 background.


White color preview on #E1E8B6 background

This text has white color on #E1E8B6 background.