COLOR #E8C8E6

HEX: #E8C8E6
RGB: (232,200,230)

Color info

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

RGB color model

#E8C8E6 color RGB value is (232,200,230).

  • red value is 232;
  • green value is 200;
  • blue value is 230.
RGB:
(232,200,230)
(91%,78%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 200 of 255 = 78%
B 230 of 255 = 90%

232
200
230

R + G + B ~ 86%. #E8C8E6 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 200 + 230 = 662 (100%)
R 232 of 662 ~ 35.05%
G 200 of 662 ~ 30.21%
B 230 of 662 ~ 34.74%

%35.05
%30.21
%34.74

CMYK color model

#E8C8E6 color CMYK value is (0,14,1,9).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 0.86%
  • key color value is 9.02%
CMYK:
(0,14,1,9)
C0M14Y1K9 
(0%,14%,1%,9%)
(0.00/0.14/0.01/0.09)	

CMYK percentages

%0
%13.79
%0.86
%9.02

Codes

Color #E8C8E6 in popluar color models

E8C8E6
RGB232200230
HSL304°41.03%84.71%
HSB/HSV304°13.79%90.98%
CMYK0.00%13.79%0.86%
9.02%

Color #E8C8E6 in popluar number systems.

HEXE8C8E6
Decimal232200230
Binary111010001100100011100110
Octal350310346

Shades and tints

Shades of #E8C8E6

#E8C8E6
(232,200,230)
#D3B6D2
(211,182,210)
#BEA4BE
(190,164,190)
#A992AA
(169,146,170)
#948096
(148,128,150)
#7F6E82
(127,110,130)
#6A5C6E
(106,92,110)
#554A5A
(85,74,90)
#403846
(64,56,70)
#2B2632
(43,38,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #E8C8E6

#E8C8E6
(232,200,230)
#EACDE8
(234,205,232)
#ECD2EA
(236,210,234)
#EED7EC
(238,215,236)
#F0DCEE
(240,220,238)
#F2E1F0
(242,225,240)
#F4E6F2
(244,230,242)
#F6EBF4
(246,235,244)
#F8F0F6
(248,240,246)
#FAF5F8
(250,245,248)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C8E6 color. Also use rgb(232,200,230) instead hex code.

Text Font Color

.myTextColor { color: #E8C8E6; }

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

This text font color is #E8C8E6.


Background Color

.myBgColor { background-color: #E8C8E6; }

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

This div background color is #E8C8E6.


Border color

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

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

This div border color is #E8C8E6.


Opacity

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

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

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

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

This text has shadow with #E8C8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C8E6 on black background.


Color preview on white background

This text has color #E8C8E6 on white background.



Black color preview on #E8C8E6 background

This text has black color on #E8C8E6 background.


White color preview on #E8C8E6 background

This text has white color on #E8C8E6 background.