COLOR #E8C6EA

HEX: #E8C6EA
RGB: (232,198,234)

Color info

#E8C6EA contains red, green and blue colors in about the same proportion. Web safe color of #E8C6EA is #FFCCFF (or #FCF).

RGB color model

#E8C6EA color RGB value is (232,198,234).

  • red value is 232;
  • green value is 198;
  • blue value is 234.
RGB:
(232,198,234)
(91%,78%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 234 of 255 = 92%

232
198
234

R + G + B ~ 87%. #E8C6EA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 198 + 234 = 664 (100%)
R 232 of 664 ~ 34.94%
G 198 of 664 ~ 29.82%
B 234 of 664 ~ 35.24%

%34.94
%29.82
%35.24

CMYK color model

#E8C6EA color CMYK value is (1,15,0,8).

  • cyan value is 0.85%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,15,0,8)
C1M15Y0K8 
(1%,15%,0%,8%)
(0.01/0.15/0.00/0.08)	

CMYK percentages

%0.85
%15.38
%0
%8.24

Codes

Color #E8C6EA in popluar color models

E8C6EA
RGB232198234
HSL297°46.15%84.71%
HSB/HSV297°15.38%91.76%
CMYK0.85%15.38%0.00%
8.24%

Color #E8C6EA in popluar number systems.

HEXE8C6EA
Decimal232198234
Binary111010001100011011101010
Octal350306352

Shades and tints

Shades of #E8C6EA

#E8C6EA
(232,198,234)
#D3B4D5
(211,180,213)
#BEA2C0
(190,162,192)
#A990AB
(169,144,171)
#947E96
(148,126,150)
#7F6C81
(127,108,129)
#6A5A6C
(106,90,108)
#554857
(85,72,87)
#403642
(64,54,66)
#2B242D
(43,36,45)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #E8C6EA

#E8C6EA
(232,198,234)
#EACBEB
(234,203,235)
#ECD0EC
(236,208,236)
#EED5ED
(238,213,237)
#F0DAEE
(240,218,238)
#F2DFEF
(242,223,239)
#F4E4F0
(244,228,240)
#F6E9F1
(246,233,241)
#F8EEF2
(248,238,242)
#FAF3F3
(250,243,243)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C6EA color. Also use rgb(232,198,234) instead hex code.

Text Font Color

.myTextColor { color: #E8C6EA; }

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

This text font color is #E8C6EA.


Background Color

.myBgColor { background-color: #E8C6EA; }

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

This div background color is #E8C6EA.


Border color

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

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

This div border color is #E8C6EA.


Opacity

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

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

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

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

This text has shadow with #E8C6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C6EA on black background.


Color preview on white background

This text has color #E8C6EA on white background.



Black color preview on #E8C6EA background

This text has black color on #E8C6EA background.


White color preview on #E8C6EA background

This text has white color on #E8C6EA background.