COLOR #E7AFDD

HEX: #E7AFDD
RGB: (231,175,221)

Color info

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

RGB color model

#E7AFDD color RGB value is (231,175,221).

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

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 221 of 255 = 87%

231
175
221

R + G + B ~ 82%. #E7AFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 175 + 221 = 627 (100%)
R 231 of 627 ~ 36.84%
G 175 of 627 ~ 27.91%
B 221 of 627 ~ 35.25%

%36.84
%27.91
%35.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(0,24,4,9)
C0M24Y4K9 
(0%,24%,4%,9%)
(0.00/0.24/0.04/0.09)	

CMYK percentages

%0
%24.24
%4.33
%9.41

Codes

Color #E7AFDD in popluar color models

E7AFDD
RGB231175221
HSL311°53.85%79.61%
HSB/HSV311°24.24%90.59%
CMYK0.00%24.24%4.33%
9.41%

Color #E7AFDD in popluar number systems.

HEXE7AFDD
Decimal231175221
Binary111001111010111111011101
Octal347257335

Shades and tints

Shades of #E7AFDD

#E7AFDD
(231,175,221)
#D2A0C9
(210,160,201)
#BD91B5
(189,145,181)
#A882A1
(168,130,161)
#93738D
(147,115,141)
#7E6479
(126,100,121)
#695565
(105,85,101)
#544651
(84,70,81)
#3F373D
(63,55,61)
#2A2829
(42,40,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7AFDD

#E7AFDD
(231,175,221)
#E9B6E0
(233,182,224)
#EBBDE3
(235,189,227)
#EDC4E6
(237,196,230)
#EFCBE9
(239,203,233)
#F1D2EC
(241,210,236)
#F3D9EF
(243,217,239)
#F5E0F2
(245,224,242)
#F7E7F5
(247,231,245)
#F9EEF8
(249,238,248)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AFDD; }

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

This text font color is #E7AFDD.


Background Color

.myBgColor { background-color: #E7AFDD; }

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

This div background color is #E7AFDD.


Border color

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

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

This div border color is #E7AFDD.


Opacity

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

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

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

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

This text has shadow with #E7AFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AFDD on black background.


Color preview on white background

This text has color #E7AFDD on white background.



Black color preview on #E7AFDD background

This text has black color on #E7AFDD background.


White color preview on #E7AFDD background

This text has white color on #E7AFDD background.