COLOR #E3AFD9

HEX: #E3AFD9
RGB: (227,175,217)

Color info

#E3AFD9 contains red, green and blue colors in about the same proportion. Web safe color of #E3AFD9 is #CC99CC (or #C9C).

RGB color model

#E3AFD9 color RGB value is (227,175,217).

  • red value is 227;
  • green value is 175;
  • blue value is 217.
RGB:
(227,175,217)
(89%,69%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 217 of 255 = 85%

227
175
217

R + G + B ~ 81%. #E3AFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 175 + 217 = 619 (100%)
R 227 of 619 ~ 36.67%
G 175 of 619 ~ 28.27%
B 217 of 619 ~ 35.06%

%36.67
%28.27
%35.06

CMYK color model

#E3AFD9 color CMYK value is (0,23,4,11).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(0,23,4,11)
C0M23Y4K11 
(0%,23%,4%,11%)
(0.00/0.23/0.04/0.11)	

CMYK percentages

%0
%22.91
%4.41
%10.98

Codes

Color #E3AFD9 in popluar color models

E3AFD9
RGB227175217
HSL312°48.15%78.82%
HSB/HSV312°22.91%89.02%
CMYK0.00%22.91%4.41%
10.98%

Color #E3AFD9 in popluar number systems.

HEXE3AFD9
Decimal227175217
Binary111000111010111111011001
Octal343257331

Shades and tints

Shades of #E3AFD9

#E3AFD9
(227,175,217)
#CFA0C6
(207,160,198)
#BB91B3
(187,145,179)
#A782A0
(167,130,160)
#93738D
(147,115,141)
#7F647A
(127,100,122)
#6B5567
(107,85,103)
#574654
(87,70,84)
#433741
(67,55,65)
#2F282E
(47,40,46)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #E3AFD9

#E3AFD9
(227,175,217)
#E5B6DC
(229,182,220)
#E7BDDF
(231,189,223)
#E9C4E2
(233,196,226)
#EBCBE5
(235,203,229)
#EDD2E8
(237,210,232)
#EFD9EB
(239,217,235)
#F1E0EE
(241,224,238)
#F3E7F1
(243,231,241)
#F5EEF4
(245,238,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AFD9 color. Also use rgb(227,175,217) instead hex code.

Text Font Color

.myTextColor { color: #E3AFD9; }

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

This text font color is #E3AFD9.


Background Color

.myBgColor { background-color: #E3AFD9; }

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

This div background color is #E3AFD9.


Border color

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

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

This div border color is #E3AFD9.


Opacity

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

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

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

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

This text has shadow with #E3AFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AFD9 on black background.


Color preview on white background

This text has color #E3AFD9 on white background.



Black color preview on #E3AFD9 background

This text has black color on #E3AFD9 background.


White color preview on #E3AFD9 background

This text has white color on #E3AFD9 background.