COLOR #E9C5D2

HEX: #E9C5D2
RGB: (233,197,210)

Color info

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

RGB color model

#E9C5D2 color RGB value is (233,197,210).

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

RGB channels and saturation

R 233 of 255 = 91%
G 197 of 255 = 77%
B 210 of 255 = 82%

233
197
210

R + G + B ~ 83%. #E9C5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 197 + 210 = 640 (100%)
R 233 of 640 ~ 36.41%
G 197 of 640 ~ 30.78%
B 210 of 640 ~ 32.81%

%36.41
%30.78
%32.81

CMYK color model

#E9C5D2 color CMYK value is (0,15,10,9).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(0,15,10,9)
C0M15Y10K9 
(0%,15%,10%,9%)
(0.00/0.15/0.10/0.09)	

CMYK percentages

%0
%15.45
%9.87
%8.63

Codes

Color #E9C5D2 in popluar color models

E9C5D2
RGB233197210
HSL338°45.00%84.31%
HSB/HSV338°15.45%91.37%
CMYK0.00%15.45%9.87%
8.63%

Color #E9C5D2 in popluar number systems.

HEXE9C5D2
Decimal233197210
Binary111010011100010111010010
Octal351305322

Shades and tints

Shades of #E9C5D2

#E9C5D2
(233,197,210)
#D4B4BF
(212,180,191)
#BFA3AC
(191,163,172)
#AA9299
(170,146,153)
#958186
(149,129,134)
#807073
(128,112,115)
#6B5F60
(107,95,96)
#564E4D
(86,78,77)
#413D3A
(65,61,58)
#2C2C27
(44,44,39)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #E9C5D2

#E9C5D2
(233,197,210)
#EBCAD6
(235,202,214)
#EDCFDA
(237,207,218)
#EFD4DE
(239,212,222)
#F1D9E2
(241,217,226)
#F3DEE6
(243,222,230)
#F5E3EA
(245,227,234)
#F7E8EE
(247,232,238)
#F9EDF2
(249,237,242)
#FBF2F6
(251,242,246)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C5D2; }

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

This text font color is #E9C5D2.


Background Color

.myBgColor { background-color: #E9C5D2; }

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

This div background color is #E9C5D2.


Border color

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

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

This div border color is #E9C5D2.


Opacity

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

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

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

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

This text has shadow with #E9C5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C5D2 on black background.


Color preview on white background

This text has color #E9C5D2 on white background.



Black color preview on #E9C5D2 background

This text has black color on #E9C5D2 background.


White color preview on #E9C5D2 background

This text has white color on #E9C5D2 background.