COLOR #E9D2CA

HEX: #E9D2CA
RGB: (233,210,202)

Color info

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

RGB color model

#E9D2CA color RGB value is (233,210,202).

  • red value is 233;
  • green value is 210;
  • blue value is 202.
RGB:
(233,210,202)
(91%,82%,79%)

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 202 of 255 = 79%

233
210
202

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 202 = 645 (100%)
R 233 of 645 ~ 36.12%
G 210 of 645 ~ 32.56%
B 202 of 645 ~ 31.32%

%36.12
%32.56
%31.32

CMYK color model

#E9D2CA color CMYK value is (0,10,13,9).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 13.30%
  • key color value is 8.63%
CMYK:
(0,10,13,9)
C0M10Y13K9 
(0%,10%,13%,9%)
(0.00/0.10/0.13/0.09)	

CMYK percentages

%0
%9.87
%13.3
%8.63

Codes

Color #E9D2CA in popluar color models

E9D2CA
RGB233210202
HSL15°41.33%85.29%
HSB/HSV15°13.30%91.37%
CMYK0.00%9.87%13.30%
8.63%

Color #E9D2CA in popluar number systems.

HEXE9D2CA
Decimal233210202
Binary111010011101001011001010
Octal351322312

Shades and tints

Shades of #E9D2CA

#E9D2CA
(233,210,202)
#D4BFB8
(212,191,184)
#BFACA6
(191,172,166)
#AA9994
(170,153,148)
#958682
(149,134,130)
#807370
(128,115,112)
#6B605E
(107,96,94)
#564D4C
(86,77,76)
#413A3A
(65,58,58)
#2C2728
(44,39,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #E9D2CA

#E9D2CA
(233,210,202)
#EBD6CE
(235,214,206)
#EDDAD2
(237,218,210)
#EFDED6
(239,222,214)
#F1E2DA
(241,226,218)
#F3E6DE
(243,230,222)
#F5EAE2
(245,234,226)
#F7EEE6
(247,238,230)
#F9F2EA
(249,242,234)
#FBF6EE
(251,246,238)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D2CA color. Also use rgb(233,210,202) instead hex code.

Text Font Color

.myTextColor { color: #E9D2CA; }

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

This text font color is #E9D2CA.


Background Color

.myBgColor { background-color: #E9D2CA; }

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

This div background color is #E9D2CA.


Border color

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

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

This div border color is #E9D2CA.


Opacity

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

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

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

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

This text has shadow with #E9D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2CA on black background.


Color preview on white background

This text has color #E9D2CA on white background.



Black color preview on #E9D2CA background

This text has black color on #E9D2CA background.


White color preview on #E9D2CA background

This text has white color on #E9D2CA background.