COLOR #E9E2AB

HEX: #E9E2AB RGB: (233,226,171)

Color info

#E9E2AB contains mainly red and green colors. Web safe color of #E9E2AB is #FFCC99 (or #FC9).

RGB color model

#E9E2AB color RGB value is (233,226,171).

RGB: (233,226,171) (91%, 89%, 67%)

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 171 of 255 = 67%

233
226
171

R + G + B ~ 82%. #E9E2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 226 + 171 = 630 (100%)
R 233 of 630 ~ 36.98%
G 226 of 630 ~ 35.87%
B 171 of 630 ~ 27.14'%

%36.98
%35.87
%27.14

CMYK color model

#E9E2AB color CMYK value is (0,3,27,9).

  • cyan value is 0.00%
  • magenta value is 3.00%
  • yellow value is 26.61%
  • key color value is 8.63%

CMYK: (0,3,27,9)
C0M3Y27K9 (0%, 3%, 27%, 9%)
(0.00 / 0.03 / 0.27 / 0.09)

CMYK percentages

%0
%3
%26.61
%8.63

Codes

Color #E9E2AB in popluar color models

E9 E2 AB
RGB 233 226 171
HSL 53° 58.49% 79.22%
HSB/HSV 53° 26.61% 91.37%
CMYK 0.00% 3.00% 26.61%
8.63%

Color #E9E2AB in popluar number systems.

HEX E9 E2 AB
Decimal 233 226 171
Binary 11101001 11100010 10101011
Octal 351 342 253

Shades and tints

Shades of #E9E2AB

#E9E2AB
(233,226,171)
#D4CE9C
(212,206,156)
#BFBA8D
(191,186,141)
#AAA67E
(170,166,126)
#95926F
(149,146,111)
#807E60
(128,126,96)
#6B6A51
(107,106,81)
#565642
(86,86,66)
#414233
(65,66,51)
#2C2E24
(44,46,36)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #E9E2AB

#E9E2AB
(233,226,171)
#EBE4B2
(235,228,178)
#EDE6B9
(237,230,185)
#EFE8C0
(239,232,192)
#F1EAC7
(241,234,199)
#F3ECCE
(243,236,206)
#F5EED5
(245,238,213)
#F7F0DC
(247,240,220)
#F9F2E3
(249,242,227)
#FBF4EA
(251,244,234)
#FDF6F1
(253,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E2AB; }

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

This text font color is #E9E2AB.

Background Color

.myBgColor { background-color: #E9E2AB; }

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

This div background color is #E9E2AB.

Border color

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

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

This div border color is #E9E2AB.

Opacity

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

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

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

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

This text has shadow with #E9E2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E2AB.

Preview

Color preview on black background

This text has color #E9E2AB on black background.


Color preview on white background

This text has color #E9E2AB on white background.


Black color preview on #E9E2AB background

This text has black color on #E9E2AB background.


White color preview on #E9E2AB background

This text has white color on #E9E2AB background.


Related colors

Complementary color

Complementary color for #hex is #161D54.


I love getcolorcode.com

Triadic colors

1 #ABE9E2 and #E2ABE9 with #E9E2AB are triadic colors.

2 #ABE2E9 and #E2E9AB with #E9E2AB are triadic colors.