COLOR #AF8EA8

HEX: #AF8EA8
RGB: (175,142,168)

Color info

#AF8EA8 contains red, green and blue colors in about the same proportion. Web safe color of #AF8EA8 is #999999 (or #999).

RGB color model

#AF8EA8 color RGB value is (175,142,168).

  • red value is 175;
  • green value is 142;
  • blue value is 168.
RGB:
(175,142,168)
(69%,56%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 168 of 255 = 66%

175
142
168

R + G + B ~ 64%. #AF8EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 168 = 485 (100%)
R 175 of 485 ~ 36.08%
G 142 of 485 ~ 29.28%
B 168 of 485 ~ 34.64%

%36.08
%29.28
%34.64

CMYK color model

#AF8EA8 color CMYK value is (0,19,4,31).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(0,19,4,31)
C0M19Y4K31 
(0%,19%,4%,31%)
(0.00/0.19/0.04/0.31)	

CMYK percentages

%0
%18.86
%4
%31.37

Codes

Color #AF8EA8 in popluar color models

AF8EA8
RGB175142168
HSL313°17.10%62.16%
HSB/HSV313°18.86%68.63%
CMYK0.00%18.86%4.00%
31.37%

Color #AF8EA8 in popluar number systems.

HEXAF8EA8
Decimal175142168
Binary101011111000111010101000
Octal257216250

Shades and tints

Shades of #AF8EA8

#AF8EA8
(175,142,168)
#A08299
(160,130,153)
#91768A
(145,118,138)
#826A7B
(130,106,123)
#735E6C
(115,94,108)
#64525D
(100,82,93)
#55464E
(85,70,78)
#463A3F
(70,58,63)
#372E30
(55,46,48)
#282221
(40,34,33)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AF8EA8

#AF8EA8
(175,142,168)
#B698AF
(182,152,175)
#BDA2B6
(189,162,182)
#C4ACBD
(196,172,189)
#CBB6C4
(203,182,196)
#D2C0CB
(210,192,203)
#D9CAD2
(217,202,210)
#E0D4D9
(224,212,217)
#E7DEE0
(231,222,224)
#EEE8E7
(238,232,231)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8EA8 color. Also use rgb(175,142,168) instead hex code.

Text Font Color

.myTextColor { color: #AF8EA8; }

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

This text font color is #AF8EA8.


Background Color

.myBgColor { background-color: #AF8EA8; }

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

This div background color is #AF8EA8.


Border color

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

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

This div border color is #AF8EA8.


Opacity

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

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

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

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

This text has shadow with #AF8EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8EA8 on black background.


Color preview on white background

This text has color #AF8EA8 on white background.



Black color preview on #AF8EA8 background

This text has black color on #AF8EA8 background.


White color preview on #AF8EA8 background

This text has white color on #AF8EA8 background.