COLOR #E8C3D1

HEX: #E8C3D1
RGB: (232,195,209)

Color info

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

RGB color model

#E8C3D1 color RGB value is (232,195,209).

  • red value is 232;
  • green value is 195;
  • blue value is 209.
RGB:
(232,195,209)
(91%,76%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 209 of 255 = 82%

232
195
209

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

Portions of RGB colors in percentages

R + G + B =
232 + 195 + 209 = 636 (100%)
R 232 of 636 ~ 36.48%
G 195 of 636 ~ 30.66%
B 209 of 636 ~ 32.86%

%36.48
%30.66
%32.86

CMYK color model

#E8C3D1 color CMYK value is (0,16,10,9).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(0,16,10,9)
C0M16Y10K9 
(0%,16%,10%,9%)
(0.00/0.16/0.10/0.09)	

CMYK percentages

%0
%15.95
%9.91
%9.02

Codes

Color #E8C3D1 in popluar color models

E8C3D1
RGB232195209
HSL337°44.58%83.73%
HSB/HSV337°15.95%90.98%
CMYK0.00%15.95%9.91%
9.02%

Color #E8C3D1 in popluar number systems.

HEXE8C3D1
Decimal232195209
Binary111010001100001111010001
Octal350303321

Shades and tints

Shades of #E8C3D1

#E8C3D1
(232,195,209)
#D3B2BE
(211,178,190)
#BEA1AB
(190,161,171)
#A99098
(169,144,152)
#947F85
(148,127,133)
#7F6E72
(127,110,114)
#6A5D5F
(106,93,95)
#554C4C
(85,76,76)
#403B39
(64,59,57)
#2B2A26
(43,42,38)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #E8C3D1

#E8C3D1
(232,195,209)
#EAC8D5
(234,200,213)
#ECCDD9
(236,205,217)
#EED2DD
(238,210,221)
#F0D7E1
(240,215,225)
#F2DCE5
(242,220,229)
#F4E1E9
(244,225,233)
#F6E6ED
(246,230,237)
#F8EBF1
(248,235,241)
#FAF0F5
(250,240,245)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C3D1 color. Also use rgb(232,195,209) instead hex code.

Text Font Color

.myTextColor { color: #E8C3D1; }

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

This text font color is #E8C3D1.


Background Color

.myBgColor { background-color: #E8C3D1; }

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

This div background color is #E8C3D1.


Border color

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

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

This div border color is #E8C3D1.


Opacity

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

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

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

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

This text has shadow with #E8C3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C3D1 on black background.


Color preview on white background

This text has color #E8C3D1 on white background.



Black color preview on #E8C3D1 background

This text has black color on #E8C3D1 background.


White color preview on #E8C3D1 background

This text has white color on #E8C3D1 background.