COLOR #E7AFC8

HEX: #E7AFC8
RGB: (231,175,200)

Color info

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

RGB color model

#E7AFC8 color RGB value is (231,175,200).

  • red value is 231;
  • green value is 175;
  • blue value is 200.
RGB:
(231,175,200)
(91%,69%,78%)

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 200 of 255 = 78%

231
175
200

R + G + B ~ 79%. #E7AFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 175 + 200 = 606 (100%)
R 231 of 606 ~ 38.12%
G 175 of 606 ~ 28.88%
B 200 of 606 ~ 33%

%38.12
%28.88
%33

CMYK color model

#E7AFC8 color CMYK value is (0,24,13,9).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 13.42%
  • key color value is 9.41%
CMYK:
(0,24,13,9)
C0M24Y13K9 
(0%,24%,13%,9%)
(0.00/0.24/0.13/0.09)	

CMYK percentages

%0
%24.24
%13.42
%9.41

Codes

Color #E7AFC8 in popluar color models

E7AFC8
RGB231175200
HSL333°53.85%79.61%
HSB/HSV333°24.24%90.59%
CMYK0.00%24.24%13.42%
9.41%

Color #E7AFC8 in popluar number systems.

HEXE7AFC8
Decimal231175200
Binary111001111010111111001000
Octal347257310

Shades and tints

Shades of #E7AFC8

#E7AFC8
(231,175,200)
#D2A0B6
(210,160,182)
#BD91A4
(189,145,164)
#A88292
(168,130,146)
#937380
(147,115,128)
#7E646E
(126,100,110)
#69555C
(105,85,92)
#54464A
(84,70,74)
#3F3738
(63,55,56)
#2A2826
(42,40,38)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7AFC8

#E7AFC8
(231,175,200)
#E9B6CD
(233,182,205)
#EBBDD2
(235,189,210)
#EDC4D7
(237,196,215)
#EFCBDC
(239,203,220)
#F1D2E1
(241,210,225)
#F3D9E6
(243,217,230)
#F5E0EB
(245,224,235)
#F7E7F0
(247,231,240)
#F9EEF5
(249,238,245)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AFC8 color. Also use rgb(231,175,200) instead hex code.

Text Font Color

.myTextColor { color: #E7AFC8; }

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

This text font color is #E7AFC8.


Background Color

.myBgColor { background-color: #E7AFC8; }

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

This div background color is #E7AFC8.


Border color

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

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

This div border color is #E7AFC8.


Opacity

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

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

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

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

This text has shadow with #E7AFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AFC8 on black background.


Color preview on white background

This text has color #E7AFC8 on white background.



Black color preview on #E7AFC8 background

This text has black color on #E7AFC8 background.


White color preview on #E7AFC8 background

This text has white color on #E7AFC8 background.