COLOR #E0AFD8

HEX: #E0AFD8
RGB: (224,175,216)

Color info

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

RGB color model

#E0AFD8 color RGB value is (224,175,216).

  • red value is 224;
  • green value is 175;
  • blue value is 216.
RGB:
(224,175,216)
(88%,69%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 175 of 255 = 69%
B 216 of 255 = 85%

224
175
216

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

Portions of RGB colors in percentages

R + G + B =
224 + 175 + 216 = 615 (100%)
R 224 of 615 ~ 36.42%
G 175 of 615 ~ 28.46%
B 216 of 615 ~ 35.12%

%36.42
%28.46
%35.12

CMYK color model

#E0AFD8 color CMYK value is (0,22,4,12).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(0,22,4,12)
C0M22Y4K12 
(0%,22%,4%,12%)
(0.00/0.22/0.04/0.12)	

CMYK percentages

%0
%21.88
%3.57
%12.16

Codes

Color #E0AFD8 in popluar color models

E0AFD8
RGB224175216
HSL310°44.14%78.24%
HSB/HSV310°21.88%87.84%
CMYK0.00%21.88%3.57%
12.16%

Color #E0AFD8 in popluar number systems.

HEXE0AFD8
Decimal224175216
Binary111000001010111111011000
Octal340257330

Shades and tints

Shades of #E0AFD8

#E0AFD8
(224,175,216)
#CCA0C5
(204,160,197)
#B891B2
(184,145,178)
#A4829F
(164,130,159)
#90738C
(144,115,140)
#7C6479
(124,100,121)
#685566
(104,85,102)
#544653
(84,70,83)
#403740
(64,55,64)
#2C282D
(44,40,45)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #E0AFD8

#E0AFD8
(224,175,216)
#E2B6DB
(226,182,219)
#E4BDDE
(228,189,222)
#E6C4E1
(230,196,225)
#E8CBE4
(232,203,228)
#EAD2E7
(234,210,231)
#ECD9EA
(236,217,234)
#EEE0ED
(238,224,237)
#F0E7F0
(240,231,240)
#F2EEF3
(242,238,243)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AFD8 color. Also use rgb(224,175,216) instead hex code.

Text Font Color

.myTextColor { color: #E0AFD8; }

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

This text font color is #E0AFD8.


Background Color

.myBgColor { background-color: #E0AFD8; }

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

This div background color is #E0AFD8.


Border color

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

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

This div border color is #E0AFD8.


Opacity

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

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

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

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

This text has shadow with #E0AFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AFD8 on black background.


Color preview on white background

This text has color #E0AFD8 on white background.



Black color preview on #E0AFD8 background

This text has black color on #E0AFD8 background.


White color preview on #E0AFD8 background

This text has white color on #E0AFD8 background.