COLOR #E9E1CD

HEX: #E9E1CD RGB: (233,225,205)

Color info

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

RGB color model

#E9E1CD color RGB value is (233,225,205).

RGB: (233,225,205) (91%, 88%, 80%)

RGB channels and saturation

R 233 of 255 = 91%
G 225 of 255 = 88%
B 205 of 255 = 80%

233
225
205

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

Portions of RGB colors in percentages

R + G + B = 233 + 225 + 205 = 663 (100%)
R 233 of 663 ~ 35.14%
G 225 of 663 ~ 33.94%
B 205 of 663 ~ 30.92'%

%35.14
%33.94
%30.92

CMYK color model

#E9E1CD color CMYK value is (0,3,12,9).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 12.02%
  • key color value is 8.63%

CMYK: (0,3,12,9)
C0M3Y12K9 (0%, 3%, 12%, 9%)
(0.00 / 0.03 / 0.12 / 0.09)

CMYK percentages

%0
%3.43
%12.02
%8.63

Codes

Color #E9E1CD in popluar color models

E9 E1 CD
RGB 233 225 205
HSL 43° 38.89% 85.88%
HSB/HSV 43° 12.02% 91.37%
CMYK 0.00% 3.43% 12.02%
8.63%

Color #E9E1CD in popluar number systems.

HEX E9 E1 CD
Decimal 233 225 205
Binary 11101001 11100001 11001101
Octal 351 341 315

Shades and tints

Shades of #E9E1CD

#E9E1CD
(233,225,205)
#D4CDBB
(212,205,187)
#BFB9A9
(191,185,169)
#AAA597
(170,165,151)
#959185
(149,145,133)
#807D73
(128,125,115)
#6B6961
(107,105,97)
#56554F
(86,85,79)
#41413D
(65,65,61)
#2C2D2B
(44,45,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9E1CD

#E9E1CD
(233,225,205)
#EBE3D1
(235,227,209)
#EDE5D5
(237,229,213)
#EFE7D9
(239,231,217)
#F1E9DD
(241,233,221)
#F3EBE1
(243,235,225)
#F5EDE5
(245,237,229)
#F7EFE9
(247,239,233)
#F9F1ED
(249,241,237)
#FBF3F1
(251,243,241)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E1CD color. Also use rgb(233,225,205) instead hex code.

Text Font Color

.myTextColor { color: #E9E1CD; }

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

This text font color is #E9E1CD.

Background Color

.myBgColor { background-color: #E9E1CD; }

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

This div background color is #E9E1CD.

Border color

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

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

This div border color is #E9E1CD.

Opacity

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

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

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

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

This text has shadow with #E9E1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E1CD.

Preview

Color preview on black background

This text has color #E9E1CD on black background.


Color preview on white background

This text has color #E9E1CD on white background.


Black color preview on #E9E1CD background

This text has black color on #E9E1CD background.


White color preview on #E9E1CD background

This text has white color on #E9E1CD background.


Related colors

Complementary color

Complementary color for #hex is #161E32.


I love getcolorcode.com

Triadic colors

1 #CDE9E1 and #E1CDE9 with #E9E1CD are triadic colors.

2 #CDE1E9 and #E1E9CD with #E9E1CD are triadic colors.