COLOR #E9AFC7

HEX: #E9AFC7
RGB: (233,175,199)

Color info

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

RGB color model

#E9AFC7 color RGB value is (233,175,199).

  • red value is 233;
  • green value is 175;
  • blue value is 199.
RGB:
(233,175,199)
(91%,69%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 199 of 255 = 78%

233
175
199

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

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 199 = 607 (100%)
R 233 of 607 ~ 38.39%
G 175 of 607 ~ 28.83%
B 199 of 607 ~ 32.78%

%38.39
%28.83
%32.78

CMYK color model

#E9AFC7 color CMYK value is (0,25,15,9).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(0,25,15,9)
C0M25Y15K9 
(0%,25%,15%,9%)
(0.00/0.25/0.15/0.09)	

CMYK percentages

%0
%24.89
%14.59
%8.63

Codes

Color #E9AFC7 in popluar color models

E9AFC7
RGB233175199
HSL335°56.86%80.00%
HSB/HSV335°24.89%91.37%
CMYK0.00%24.89%14.59%
8.63%

Color #E9AFC7 in popluar number systems.

HEXE9AFC7
Decimal233175199
Binary111010011010111111000111
Octal351257307

Shades and tints

Shades of #E9AFC7

#E9AFC7
(233,175,199)
#D4A0B5
(212,160,181)
#BF91A3
(191,145,163)
#AA8291
(170,130,145)
#95737F
(149,115,127)
#80646D
(128,100,109)
#6B555B
(107,85,91)
#564649
(86,70,73)
#413737
(65,55,55)
#2C2825
(44,40,37)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #E9AFC7

#E9AFC7
(233,175,199)
#EBB6CC
(235,182,204)
#EDBDD1
(237,189,209)
#EFC4D6
(239,196,214)
#F1CBDB
(241,203,219)
#F3D2E0
(243,210,224)
#F5D9E5
(245,217,229)
#F7E0EA
(247,224,234)
#F9E7EF
(249,231,239)
#FBEEF4
(251,238,244)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AFC7 color. Also use rgb(233,175,199) instead hex code.

Text Font Color

.myTextColor { color: #E9AFC7; }

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

This text font color is #E9AFC7.


Background Color

.myBgColor { background-color: #E9AFC7; }

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

This div background color is #E9AFC7.


Border color

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

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

This div border color is #E9AFC7.


Opacity

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

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

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

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

This text has shadow with #E9AFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AFC7 on black background.


Color preview on white background

This text has color #E9AFC7 on white background.



Black color preview on #E9AFC7 background

This text has black color on #E9AFC7 background.


White color preview on #E9AFC7 background

This text has white color on #E9AFC7 background.