COLOR #E9E2BD

HEX: #E9E2BD RGB: (233,226,189)

Color info

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

RGB color model

#E9E2BD color RGB value is (233,226,189).

RGB: (233,226,189) (91%, 89%, 74%)

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 189 of 255 = 74%

233
226
189

R + G + B ~ 85%. #E9E2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 226 + 189 = 648 (100%)
R 233 of 648 ~ 35.96%
G 226 of 648 ~ 34.88%
B 189 of 648 ~ 29.17'%

%35.96
%34.88
%29.17

CMYK color model

#E9E2BD color CMYK value is (0,3,19,9).

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

CMYK: (0,3,19,9)
C0M3Y19K9 (0%, 3%, 19%, 9%)
(0.00 / 0.03 / 0.19 / 0.09)

CMYK percentages

%0
%3
%18.88
%8.63

Codes

Color #E9E2BD in popluar color models

E9 E2 BD
RGB 233 226 189
HSL 50° 50.00% 82.75%
HSB/HSV 50° 18.88% 91.37%
CMYK 0.00% 3.00% 18.88%
8.63%

Color #E9E2BD in popluar number systems.

HEX E9 E2 BD
Decimal 233 226 189
Binary 11101001 11100010 10111101
Octal 351 342 275

Shades and tints

Shades of #E9E2BD

#E9E2BD
(233,226,189)
#D4CEAC
(212,206,172)
#BFBA9B
(191,186,155)
#AAA68A
(170,166,138)
#959279
(149,146,121)
#807E68
(128,126,104)
#6B6A57
(107,106,87)
#565646
(86,86,70)
#414235
(65,66,53)
#2C2E24
(44,46,36)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #E9E2BD

#E9E2BD
(233,226,189)
#EBE4C3
(235,228,195)
#EDE6C9
(237,230,201)
#EFE8CF
(239,232,207)
#F1EAD5
(241,234,213)
#F3ECDB
(243,236,219)
#F5EEE1
(245,238,225)
#F7F0E7
(247,240,231)
#F9F2ED
(249,242,237)
#FBF4F3
(251,244,243)
#FDF6F9
(253,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E2BD; }

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

This text font color is #E9E2BD.

Background Color

.myBgColor { background-color: #E9E2BD; }

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

This div background color is #E9E2BD.

Border color

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

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

This div border color is #E9E2BD.

Opacity

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

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

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

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

This text has shadow with #E9E2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E2BD.

Preview

Color preview on black background

This text has color #E9E2BD on black background.


Color preview on white background

This text has color #E9E2BD on white background.


Black color preview on #E9E2BD background

This text has black color on #E9E2BD background.


White color preview on #E9E2BD background

This text has white color on #E9E2BD background.


Related colors

Complementary color

Complementary color for #hex is #161D42.


I love getcolorcode.com

Triadic colors

1 #BDE9E2 and #E2BDE9 with #E9E2BD are triadic colors.

2 #BDE2E9 and #E2E9BD with #E9E2BD are triadic colors.