COLOR #E8C3DD

HEX: #E8C3DD
RGB: (232,195,221)

Color info

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

RGB color model

#E8C3DD color RGB value is (232,195,221).

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

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 221 of 255 = 87%

232
195
221

R + G + B ~ 85%. #E8C3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 195 + 221 = 648 (100%)
R 232 of 648 ~ 35.8%
G 195 of 648 ~ 30.09%
B 221 of 648 ~ 34.1%

%35.8
%30.09
%34.1

CMYK color model

#E8C3DD color CMYK value is (0,16,5,9).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(0,16,5,9)
C0M16Y5K9 
(0%,16%,5%,9%)
(0.00/0.16/0.05/0.09)	

CMYK percentages

%0
%15.95
%4.74
%9.02

Codes

Color #E8C3DD in popluar color models

E8C3DD
RGB232195221
HSL318°44.58%83.73%
HSB/HSV318°15.95%90.98%
CMYK0.00%15.95%4.74%
9.02%

Color #E8C3DD in popluar number systems.

HEXE8C3DD
Decimal232195221
Binary111010001100001111011101
Octal350303335

Shades and tints

Shades of #E8C3DD

#E8C3DD
(232,195,221)
#D3B2C9
(211,178,201)
#BEA1B5
(190,161,181)
#A990A1
(169,144,161)
#947F8D
(148,127,141)
#7F6E79
(127,110,121)
#6A5D65
(106,93,101)
#554C51
(85,76,81)
#403B3D
(64,59,61)
#2B2A29
(43,42,41)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #E8C3DD

#E8C3DD
(232,195,221)
#EAC8E0
(234,200,224)
#ECCDE3
(236,205,227)
#EED2E6
(238,210,230)
#F0D7E9
(240,215,233)
#F2DCEC
(242,220,236)
#F4E1EF
(244,225,239)
#F6E6F2
(246,230,242)
#F8EBF5
(248,235,245)
#FAF0F8
(250,240,248)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C3DD; }

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

This text font color is #E8C3DD.


Background Color

.myBgColor { background-color: #E8C3DD; }

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

This div background color is #E8C3DD.


Border color

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

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

This div border color is #E8C3DD.


Opacity

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

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

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

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

This text has shadow with #E8C3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C3DD on black background.


Color preview on white background

This text has color #E8C3DD on white background.



Black color preview on #E8C3DD background

This text has black color on #E8C3DD background.


White color preview on #E8C3DD background

This text has white color on #E8C3DD background.