COLOR #AF8E9C

HEX: #AF8E9C
RGB: (175,142,156)

Color info

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

RGB color model

#AF8E9C color RGB value is (175,142,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 156 of 255 = 61%

175
142
156

R + G + B ~ 62%. #AF8E9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 156 = 473 (100%)
R 175 of 473 ~ 37%
G 142 of 473 ~ 30.02%
B 156 of 473 ~ 32.98%

%37
%30.02
%32.98

CMYK color model

#AF8E9C color CMYK value is (0,19,11,31).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,19,11,31)
C0M19Y11K31 
(0%,19%,11%,31%)
(0.00/0.19/0.11/0.31)	

CMYK percentages

%0
%18.86
%10.86
%31.37

Codes

Color #AF8E9C in popluar color models

AF8E9C
RGB175142156
HSL335°17.10%62.16%
HSB/HSV335°18.86%68.63%
CMYK0.00%18.86%10.86%
31.37%

Color #AF8E9C in popluar number systems.

HEXAF8E9C
Decimal175142156
Binary101011111000111010011100
Octal257216234

Shades and tints

Shades of #AF8E9C

#AF8E9C
(175,142,156)
#A0828E
(160,130,142)
#917680
(145,118,128)
#826A72
(130,106,114)
#735E64
(115,94,100)
#645256
(100,82,86)
#554648
(85,70,72)
#463A3A
(70,58,58)
#372E2C
(55,46,44)
#28221E
(40,34,30)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #AF8E9C

#AF8E9C
(175,142,156)
#B698A5
(182,152,165)
#BDA2AE
(189,162,174)
#C4ACB7
(196,172,183)
#CBB6C0
(203,182,192)
#D2C0C9
(210,192,201)
#D9CAD2
(217,202,210)
#E0D4DB
(224,212,219)
#E7DEE4
(231,222,228)
#EEE8ED
(238,232,237)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8E9C; }

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

This text font color is #AF8E9C.


Background Color

.myBgColor { background-color: #AF8E9C; }

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

This div background color is #AF8E9C.


Border color

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

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

This div border color is #AF8E9C.


Opacity

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

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

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

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

This text has shadow with #AF8E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8E9C on black background.


Color preview on white background

This text has color #AF8E9C on white background.



Black color preview on #AF8E9C background

This text has black color on #AF8E9C background.


White color preview on #AF8E9C background

This text has white color on #AF8E9C background.