COLOR #E6AFE7

HEX: #E6AFE7
RGB: (230,175,231)

Color info

#E6AFE7 contains red, green and blue colors in about the same proportion. Web safe color of #E6AFE7 is #CC99FF (or #C9F).

RGB color model

#E6AFE7 color RGB value is (230,175,231).

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

RGB channels and saturation

R 230 of 255 = 90%
G 175 of 255 = 69%
B 231 of 255 = 91%

230
175
231

R + G + B ~ 83%. #E6AFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 175 + 231 = 636 (100%)
R 230 of 636 ~ 36.16%
G 175 of 636 ~ 27.52%
B 231 of 636 ~ 36.32%

%36.16
%27.52
%36.32

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(0,24,0,9)
C0M24Y0K9 
(0%,24%,0%,9%)
(0.00/0.24/0.00/0.09)	

CMYK percentages

%0.43
%24.24
%0
%9.41

Codes

Color #E6AFE7 in popluar color models

E6AFE7
RGB230175231
HSL299°53.85%79.61%
HSB/HSV299°24.24%90.59%
CMYK0.43%24.24%0.00%
9.41%

Color #E6AFE7 in popluar number systems.

HEXE6AFE7
Decimal230175231
Binary111001101010111111100111
Octal346257347

Shades and tints

Shades of #E6AFE7

#E6AFE7
(230,175,231)
#D2A0D2
(210,160,210)
#BE91BD
(190,145,189)
#AA82A8
(170,130,168)
#967393
(150,115,147)
#82647E
(130,100,126)
#6E5569
(110,85,105)
#5A4654
(90,70,84)
#46373F
(70,55,63)
#32282A
(50,40,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6AFE7

#E6AFE7
(230,175,231)
#E8B6E9
(232,182,233)
#EABDEB
(234,189,235)
#ECC4ED
(236,196,237)
#EECBEF
(238,203,239)
#F0D2F1
(240,210,241)
#F2D9F3
(242,217,243)
#F4E0F5
(244,224,245)
#F6E7F7
(246,231,247)
#F8EEF9
(248,238,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AFE7; }

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

This text font color is #E6AFE7.


Background Color

.myBgColor { background-color: #E6AFE7; }

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

This div background color is #E6AFE7.


Border color

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

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

This div border color is #E6AFE7.


Opacity

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

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

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

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

This text has shadow with #E6AFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AFE7 on black background.


Color preview on white background

This text has color #E6AFE7 on white background.



Black color preview on #E6AFE7 background

This text has black color on #E6AFE7 background.


White color preview on #E6AFE7 background

This text has white color on #E6AFE7 background.