COLOR #E8AFCE

HEX: #E8AFCE
RGB: (232,175,206)

Color info

#E8AFCE contains red, green and blue colors in about the same proportion. Web safe color of #E8AFCE is #FF99CC (or #F9C).

RGB color model

#E8AFCE color RGB value is (232,175,206).

  • red value is 232;
  • green value is 175;
  • blue value is 206.
RGB:
(232,175,206)
(91%,69%,81%)

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 206 of 255 = 81%

232
175
206

R + G + B ~ 80%. #E8AFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 206 = 613 (100%)
R 232 of 613 ~ 37.85%
G 175 of 613 ~ 28.55%
B 206 of 613 ~ 33.61%

%37.85
%28.55
%33.61

CMYK color model

#E8AFCE color CMYK value is (0,25,11,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 11.21%
  • key color value is 9.02%
CMYK:
(0,25,11,9)
C0M25Y11K9 
(0%,25%,11%,9%)
(0.00/0.25/0.11/0.09)	

CMYK percentages

%0
%24.57
%11.21
%9.02

Codes

Color #E8AFCE in popluar color models

E8AFCE
RGB232175206
HSL327°55.34%79.80%
HSB/HSV327°24.57%90.98%
CMYK0.00%24.57%11.21%
9.02%

Color #E8AFCE in popluar number systems.

HEXE8AFCE
Decimal232175206
Binary111010001010111111001110
Octal350257316

Shades and tints

Shades of #E8AFCE

#E8AFCE
(232,175,206)
#D3A0BC
(211,160,188)
#BE91AA
(190,145,170)
#A98298
(169,130,152)
#947386
(148,115,134)
#7F6474
(127,100,116)
#6A5562
(106,85,98)
#554650
(85,70,80)
#40373E
(64,55,62)
#2B282C
(43,40,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #E8AFCE

#E8AFCE
(232,175,206)
#EAB6D2
(234,182,210)
#ECBDD6
(236,189,214)
#EEC4DA
(238,196,218)
#F0CBDE
(240,203,222)
#F2D2E2
(242,210,226)
#F4D9E6
(244,217,230)
#F6E0EA
(246,224,234)
#F8E7EE
(248,231,238)
#FAEEF2
(250,238,242)
#FCF5F6
(252,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AFCE color. Also use rgb(232,175,206) instead hex code.

Text Font Color

.myTextColor { color: #E8AFCE; }

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

This text font color is #E8AFCE.


Background Color

.myBgColor { background-color: #E8AFCE; }

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

This div background color is #E8AFCE.


Border color

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

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

This div border color is #E8AFCE.


Opacity

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

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

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

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

This text has shadow with #E8AFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AFCE on black background.


Color preview on white background

This text has color #E8AFCE on white background.



Black color preview on #E8AFCE background

This text has black color on #E8AFCE background.


White color preview on #E8AFCE background

This text has white color on #E8AFCE background.