COLOR #E9E2C9

HEX: #E9E2C9 RGB: (233,226,201)

Color info

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

RGB color model

#E9E2C9 color RGB value is (233,226,201).

RGB: (233,226,201) (91%, 89%, 79%)

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 201 of 255 = 79%

233
226
201

R + G + B ~ 86%. #E9E2C9 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 226 + 201 = 660 (100%)
R 233 of 660 ~ 35.3%
G 226 of 660 ~ 34.24%
B 201 of 660 ~ 30.45'%

%35.3
%34.24
%30.45

CMYK color model

#E9E2C9 color CMYK value is (0,3,14,9).

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

CMYK: (0,3,14,9)
C0M3Y14K9 (0%, 3%, 14%, 9%)
(0.00 / 0.03 / 0.14 / 0.09)

CMYK percentages

%0
%3
%13.73
%8.63

Codes

Color #E9E2C9 in popluar color models

E9 E2 C9
RGB 233 226 201
HSL 47° 42.11% 85.10%
HSB/HSV 47° 13.73% 91.37%
CMYK 0.00% 3.00% 13.73%
8.63%

Color #E9E2C9 in popluar number systems.

HEX E9 E2 C9
Decimal 233 226 201
Binary 11101001 11100010 11001001
Octal 351 342 311

Shades and tints

Shades of #E9E2C9

#E9E2C9
(233,226,201)
#D4CEB7
(212,206,183)
#BFBAA5
(191,186,165)
#AAA693
(170,166,147)
#959281
(149,146,129)
#807E6F
(128,126,111)
#6B6A5D
(107,106,93)
#56564B
(86,86,75)
#414239
(65,66,57)
#2C2E27
(44,46,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #E9E2C9

#E9E2C9
(233,226,201)
#EBE4CD
(235,228,205)
#EDE6D1
(237,230,209)
#EFE8D5
(239,232,213)
#F1EAD9
(241,234,217)
#F3ECDD
(243,236,221)
#F5EEE1
(245,238,225)
#F7F0E5
(247,240,229)
#F9F2E9
(249,242,233)
#FBF4ED
(251,244,237)
#FDF6F1
(253,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E2C9; }

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

This text font color is #E9E2C9.

Background Color

.myBgColor { background-color: #E9E2C9; }

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

This div background color is #E9E2C9.

Border color

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

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

This div border color is #E9E2C9.

Opacity

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

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

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

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

This text has shadow with #E9E2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E2C9.

Preview

Color preview on black background

This text has color #E9E2C9 on black background.


Color preview on white background

This text has color #E9E2C9 on white background.


Black color preview on #E9E2C9 background

This text has black color on #E9E2C9 background.


White color preview on #E9E2C9 background

This text has white color on #E9E2C9 background.


Related colors

Complementary color

Complementary color for #hex is #161D36.


I love getcolorcode.com

Triadic colors

1 #C9E9E2 and #E2C9E9 with #E9E2C9 are triadic colors.

2 #C9E2E9 and #E2E9C9 with #E9E2C9 are triadic colors.