COLOR #E1E7B6

HEX: #E1E7B6
RGB: (225,231,182)

Color info

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

RGB color model

#E1E7B6 color RGB value is (225,231,182).

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

RGB channels and saturation

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

225
231
182

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

Portions of RGB colors in percentages

R + G + B =
225 + 231 + 182 = 638 (100%)
R 225 of 638 ~ 35.27%
G 231 of 638 ~ 36.21%
B 182 of 638 ~ 28.53%

%35.27
%36.21
%28.53

CMYK color model

#E1E7B6 color CMYK value is (3,0,21,9).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 9.41%
CMYK:
(3,0,21,9)
C3M0Y21K9 
(3%,0%,21%,9%)
(0.03/0.00/0.21/0.09)	

CMYK percentages

%2.6
%0
%21.21
%9.41

Codes

Color #E1E7B6 in popluar color models

E1E7B6
RGB225231182
HSL67°50.52%80.98%
HSB/HSV67°21.21%90.59%
CMYK2.60%0.00%21.21%
9.41%

Color #E1E7B6 in popluar number systems.

HEXE1E7B6
Decimal225231182
Binary111000011110011110110110
Octal341347266

Shades and tints

Shades of #E1E7B6

#E1E7B6
(225,231,182)
#CDD2A6
(205,210,166)
#B9BD96
(185,189,150)
#A5A886
(165,168,134)
#919376
(145,147,118)
#7D7E66
(125,126,102)
#696956
(105,105,86)
#555446
(85,84,70)
#413F36
(65,63,54)
#2D2A26
(45,42,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1E7B6

#E1E7B6
(225,231,182)
#E3E9BC
(227,233,188)
#E5EBC2
(229,235,194)
#E7EDC8
(231,237,200)
#E9EFCE
(233,239,206)
#EBF1D4
(235,241,212)
#EDF3DA
(237,243,218)
#EFF5E0
(239,245,224)
#F1F7E6
(241,247,230)
#F3F9EC
(243,249,236)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E7B6; }

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

This text font color is #E1E7B6.


Background Color

.myBgColor { background-color: #E1E7B6; }

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

This div background color is #E1E7B6.


Border color

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

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

This div border color is #E1E7B6.


Opacity

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

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

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

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

This text has shadow with #E1E7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E7B6 on black background.


Color preview on white background

This text has color #E1E7B6 on white background.



Black color preview on #E1E7B6 background

This text has black color on #E1E7B6 background.


White color preview on #E1E7B6 background

This text has white color on #E1E7B6 background.