COLOR #E8AFB9

HEX: #E8AFB9
RGB: (232,175,185)

Color info

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

RGB color model

#E8AFB9 color RGB value is (232,175,185).

  • red value is 232;
  • green value is 175;
  • blue value is 185.
RGB:
(232,175,185)
(91%,69%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 185 of 255 = 73%

232
175
185

R + G + B ~ 78%. #E8AFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 185 = 592 (100%)
R 232 of 592 ~ 39.19%
G 175 of 592 ~ 29.56%
B 185 of 592 ~ 31.25%

%39.19
%29.56
%31.25

CMYK color model

#E8AFB9 color CMYK value is (0,25,20,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 20.26%
  • key color value is 9.02%
CMYK:
(0,25,20,9)
C0M25Y20K9 
(0%,25%,20%,9%)
(0.00/0.25/0.20/0.09)	

CMYK percentages

%0
%24.57
%20.26
%9.02

Codes

Color #E8AFB9 in popluar color models

E8AFB9
RGB232175185
HSL349°55.34%79.80%
HSB/HSV349°24.57%90.98%
CMYK0.00%24.57%20.26%
9.02%

Color #E8AFB9 in popluar number systems.

HEXE8AFB9
Decimal232175185
Binary111010001010111110111001
Octal350257271

Shades and tints

Shades of #E8AFB9

#E8AFB9
(232,175,185)
#D3A0A9
(211,160,169)
#BE9199
(190,145,153)
#A98289
(169,130,137)
#947379
(148,115,121)
#7F6469
(127,100,105)
#6A5559
(106,85,89)
#554649
(85,70,73)
#403739
(64,55,57)
#2B2829
(43,40,41)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #E8AFB9

#E8AFB9
(232,175,185)
#EAB6BF
(234,182,191)
#ECBDC5
(236,189,197)
#EEC4CB
(238,196,203)
#F0CBD1
(240,203,209)
#F2D2D7
(242,210,215)
#F4D9DD
(244,217,221)
#F6E0E3
(246,224,227)
#F8E7E9
(248,231,233)
#FAEEEF
(250,238,239)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AFB9 color. Also use rgb(232,175,185) instead hex code.

Text Font Color

.myTextColor { color: #E8AFB9; }

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

This text font color is #E8AFB9.


Background Color

.myBgColor { background-color: #E8AFB9; }

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

This div background color is #E8AFB9.


Border color

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

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

This div border color is #E8AFB9.


Opacity

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

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

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

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

This text has shadow with #E8AFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AFB9 on black background.


Color preview on white background

This text has color #E8AFB9 on white background.



Black color preview on #E8AFB9 background

This text has black color on #E8AFB9 background.


White color preview on #E8AFB9 background

This text has white color on #E8AFB9 background.