COLOR #E8C3DB

HEX: #E8C3DB
RGB: (232,195,219)

Color info

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

RGB color model

#E8C3DB color RGB value is (232,195,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 219 of 255 = 86%

232
195
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 195 + 219 = 646 (100%)
R 232 of 646 ~ 35.91%
G 195 of 646 ~ 30.19%
B 219 of 646 ~ 33.9%

%35.91
%30.19
%33.9

CMYK color model

#E8C3DB color CMYK value is (0,16,6,9).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,16,6,9)
C0M16Y6K9 
(0%,16%,6%,9%)
(0.00/0.16/0.06/0.09)	

CMYK percentages

%0
%15.95
%5.6
%9.02

Codes

Color #E8C3DB in popluar color models

E8C3DB
RGB232195219
HSL321°44.58%83.73%
HSB/HSV321°15.95%90.98%
CMYK0.00%15.95%5.60%
9.02%

Color #E8C3DB in popluar number systems.

HEXE8C3DB
Decimal232195219
Binary111010001100001111011011
Octal350303333

Shades and tints

Shades of #E8C3DB

#E8C3DB
(232,195,219)
#D3B2C8
(211,178,200)
#BEA1B5
(190,161,181)
#A990A2
(169,144,162)
#947F8F
(148,127,143)
#7F6E7C
(127,110,124)
#6A5D69
(106,93,105)
#554C56
(85,76,86)
#403B43
(64,59,67)
#2B2A30
(43,42,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #E8C3DB

#E8C3DB
(232,195,219)
#EAC8DE
(234,200,222)
#ECCDE1
(236,205,225)
#EED2E4
(238,210,228)
#F0D7E7
(240,215,231)
#F2DCEA
(242,220,234)
#F4E1ED
(244,225,237)
#F6E6F0
(246,230,240)
#F8EBF3
(248,235,243)
#FAF0F6
(250,240,246)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C3DB; }

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

This text font color is #E8C3DB.


Background Color

.myBgColor { background-color: #E8C3DB; }

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

This div background color is #E8C3DB.


Border color

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

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

This div border color is #E8C3DB.


Opacity

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

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

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

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

This text has shadow with #E8C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C3DB on black background.


Color preview on white background

This text has color #E8C3DB on white background.



Black color preview on #E8C3DB background

This text has black color on #E8C3DB background.


White color preview on #E8C3DB background

This text has white color on #E8C3DB background.