COLOR #E8AFB4

HEX: #E8AFB4
RGB: (232,175,180)

Color info

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

RGB color model

#E8AFB4 color RGB value is (232,175,180).

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

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 180 of 255 = 71%

232
175
180

R + G + B ~ 77%. #E8AFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 180 = 587 (100%)
R 232 of 587 ~ 39.52%
G 175 of 587 ~ 29.81%
B 180 of 587 ~ 30.66%

%39.52
%29.81
%30.66

CMYK color model

#E8AFB4 color CMYK value is (0,25,22,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK:
(0,25,22,9)
C0M25Y22K9 
(0%,25%,22%,9%)
(0.00/0.25/0.22/0.09)	

CMYK percentages

%0
%24.57
%22.41
%9.02

Codes

Color #E8AFB4 in popluar color models

E8AFB4
RGB232175180
HSL355°55.34%79.80%
HSB/HSV355°24.57%90.98%
CMYK0.00%24.57%22.41%
9.02%

Color #E8AFB4 in popluar number systems.

HEXE8AFB4
Decimal232175180
Binary111010001010111110110100
Octal350257264

Shades and tints

Shades of #E8AFB4

#E8AFB4
(232,175,180)
#D3A0A4
(211,160,164)
#BE9194
(190,145,148)
#A98284
(169,130,132)
#947374
(148,115,116)
#7F6464
(127,100,100)
#6A5554
(106,85,84)
#554644
(85,70,68)
#403734
(64,55,52)
#2B2824
(43,40,36)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #E8AFB4

#E8AFB4
(232,175,180)
#EAB6BA
(234,182,186)
#ECBDC0
(236,189,192)
#EEC4C6
(238,196,198)
#F0CBCC
(240,203,204)
#F2D2D2
(242,210,210)
#F4D9D8
(244,217,216)
#F6E0DE
(246,224,222)
#F8E7E4
(248,231,228)
#FAEEEA
(250,238,234)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AFB4; }

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

This text font color is #E8AFB4.


Background Color

.myBgColor { background-color: #E8AFB4; }

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

This div background color is #E8AFB4.


Border color

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

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

This div border color is #E8AFB4.


Opacity

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

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

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

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

This text has shadow with #E8AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AFB4 on black background.


Color preview on white background

This text has color #E8AFB4 on white background.



Black color preview on #E8AFB4 background

This text has black color on #E8AFB4 background.


White color preview on #E8AFB4 background

This text has white color on #E8AFB4 background.