COLOR #E9E2B6

HEX: #E9E2B6
RGB: (233,226,182)

Color info

#E9E2B6 contains red, green and blue colors in about the same proportion. Web safe color of #E9E2B6 is #FFCCCC (or #FCC).

RGB color model

#E9E2B6 color RGB value is (233,226,182).

  • red value is 233;
  • green value is 226;
  • blue value is 182.
RGB:
(233,226,182)
(91%,89%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 182 of 255 = 71%

233
226
182

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

Portions of RGB colors in percentages

R + G + B =
233 + 226 + 182 = 641 (100%)
R 233 of 641 ~ 36.35%
G 226 of 641 ~ 35.26%
B 182 of 641 ~ 28.39%

%36.35
%35.26
%28.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.00%
  • yellow value is 21.89%
  • key color value is 8.63%
CMYK:
(0,3,22,9)
C0M3Y22K9 
(0%,3%,22%,9%)
(0.00/0.03/0.22/0.09)	

CMYK percentages

%0
%3
%21.89
%8.63

Codes

Color #E9E2B6 in popluar color models

E9E2B6
RGB233226182
HSL52°53.68%81.37%
HSB/HSV52°21.89%91.37%
CMYK0.00%3.00%21.89%
8.63%

Color #E9E2B6 in popluar number systems.

HEXE9E2B6
Decimal233226182
Binary111010011110001010110110
Octal351342266

Shades and tints

Shades of #E9E2B6

#E9E2B6
(233,226,182)
#D4CEA6
(212,206,166)
#BFBA96
(191,186,150)
#AAA686
(170,166,134)
#959276
(149,146,118)
#807E66
(128,126,102)
#6B6A56
(107,106,86)
#565646
(86,86,70)
#414236
(65,66,54)
#2C2E26
(44,46,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9E2B6

#E9E2B6
(233,226,182)
#EBE4BC
(235,228,188)
#EDE6C2
(237,230,194)
#EFE8C8
(239,232,200)
#F1EACE
(241,234,206)
#F3ECD4
(243,236,212)
#F5EEDA
(245,238,218)
#F7F0E0
(247,240,224)
#F9F2E6
(249,242,230)
#FBF4EC
(251,244,236)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E2B6 color. Also use rgb(233,226,182) instead hex code.

Text Font Color

.myTextColor { color: #E9E2B6; }

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

This text font color is #E9E2B6.


Background Color

.myBgColor { background-color: #E9E2B6; }

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

This div background color is #E9E2B6.


Border color

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

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

This div border color is #E9E2B6.


Opacity

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

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

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

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

This text has shadow with #E9E2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E2B6 on black background.


Color preview on white background

This text has color #E9E2B6 on white background.



Black color preview on #E9E2B6 background

This text has black color on #E9E2B6 background.


White color preview on #E9E2B6 background

This text has white color on #E9E2B6 background.