COLOR #E5AFC8

HEX: #E5AFC8 RGB: (229,175,200)

Color info

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

RGB color model

#E5AFC8 color RGB value is (229,175,200).

RGB: (229,175,200) (90%, 69%, 78%)

RGB channels and saturation

R 229 of 255 = 90%
G 175 of 255 = 69%
B 200 of 255 = 78%

229
175
200

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

Portions of RGB colors in percentages

R + G + B = 229 + 175 + 200 = 604 (100%)
R 229 of 604 ~ 37.91%
G 175 of 604 ~ 28.97%
B 200 of 604 ~ 33.11'%

%37.91
%28.97
%33.11

CMYK color model

#E5AFC8 color CMYK value is (0,24,13,10).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 12.66%
  • key color value is 10.20%

CMYK: (0,24,13,10)
C0M24Y13K10 (0%, 24%, 13%, 10%)
(0.00 / 0.24 / 0.13 / 0.10)

CMYK percentages

%0
%23.58
%12.66
%10.2

Codes

Color #E5AFC8 in popluar color models

E5 AF C8
RGB 229 175 200
HSL 332° 50.94% 79.22%
HSB/HSV 332° 23.58% 89.80%
CMYK 0.00% 23.58% 12.66%
10.20%

Color #E5AFC8 in popluar number systems.

HEX E5 AF C8
Decimal 229 175 200
Binary 11100101 10101111 11001000
Octal 345 257 310

Shades and tints

Shades of #E5AFC8

#E5AFC8
(229,175,200)
#D1A0B6
(209,160,182)
#BD91A4
(189,145,164)
#A98292
(169,130,146)
#957380
(149,115,128)
#81646E
(129,100,110)
#6D555C
(109,85,92)
#59464A
(89,70,74)
#453738
(69,55,56)
#312826
(49,40,38)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5AFC8

#E5AFC8
(229,175,200)
#E7B6CD
(231,182,205)
#E9BDD2
(233,189,210)
#EBC4D7
(235,196,215)
#EDCBDC
(237,203,220)
#EFD2E1
(239,210,225)
#F1D9E6
(241,217,230)
#F3E0EB
(243,224,235)
#F5E7F0
(245,231,240)
#F7EEF5
(247,238,245)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AFC8; }

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

This text font color is #E5AFC8.

Background Color

.myBgColor { background-color: #E5AFC8; }

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

This div background color is #E5AFC8.

Border color

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

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

This div border color is #E5AFC8.

Opacity

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

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

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

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

This text has shadow with #E5AFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AFC8.

Preview

Color preview on black background

This text has color #E5AFC8 on black background.


Color preview on white background

This text has color #E5AFC8 on white background.


Black color preview on #E5AFC8 background

This text has black color on #E5AFC8 background.


White color preview on #E5AFC8 background

This text has white color on #E5AFC8 background.


Related colors

Complementary color

Complementary color for #hex is #1A5037.


I love getcolorcode.com

Triadic colors

1 #C8E5AF and #AFC8E5 with #E5AFC8 are triadic colors.

2 #C8AFE5 and #AFE5C8 with #E5AFC8 are triadic colors.