COLOR #E8AFB8

HEX: #E8AFB8
RGB: (232,175,184)

Color info

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

RGB color model

#E8AFB8 color RGB value is (232,175,184).

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

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 184 of 255 = 72%

232
175
184

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

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 184 = 591 (100%)
R 232 of 591 ~ 39.26%
G 175 of 591 ~ 29.61%
B 184 of 591 ~ 31.13%

%39.26
%29.61
%31.13

CMYK color model

#E8AFB8 color CMYK value is (0,25,21,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 20.69%
  • key color value is 9.02%
CMYK:
(0,25,21,9)
C0M25Y21K9 
(0%,25%,21%,9%)
(0.00/0.25/0.21/0.09)	

CMYK percentages

%0
%24.57
%20.69
%9.02

Codes

Color #E8AFB8 in popluar color models

E8AFB8
RGB232175184
HSL351°55.34%79.80%
HSB/HSV351°24.57%90.98%
CMYK0.00%24.57%20.69%
9.02%

Color #E8AFB8 in popluar number systems.

HEXE8AFB8
Decimal232175184
Binary111010001010111110111000
Octal350257270

Shades and tints

Shades of #E8AFB8

#E8AFB8
(232,175,184)
#D3A0A8
(211,160,168)
#BE9198
(190,145,152)
#A98288
(169,130,136)
#947378
(148,115,120)
#7F6468
(127,100,104)
#6A5558
(106,85,88)
#554648
(85,70,72)
#403738
(64,55,56)
#2B2828
(43,40,40)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #E8AFB8

#E8AFB8
(232,175,184)
#EAB6BE
(234,182,190)
#ECBDC4
(236,189,196)
#EEC4CA
(238,196,202)
#F0CBD0
(240,203,208)
#F2D2D6
(242,210,214)
#F4D9DC
(244,217,220)
#F6E0E2
(246,224,226)
#F8E7E8
(248,231,232)
#FAEEEE
(250,238,238)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AFB8; }

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

This text font color is #E8AFB8.


Background Color

.myBgColor { background-color: #E8AFB8; }

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

This div background color is #E8AFB8.


Border color

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

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

This div border color is #E8AFB8.


Opacity

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

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

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

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

This text has shadow with #E8AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AFB8 on black background.


Color preview on white background

This text has color #E8AFB8 on white background.



Black color preview on #E8AFB8 background

This text has black color on #E8AFB8 background.


White color preview on #E8AFB8 background

This text has white color on #E8AFB8 background.