COLOR #AF96A7

HEX: #AF96A7
RGB: (175,150,167)

Color info

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

RGB color model

#AF96A7 color RGB value is (175,150,167).

  • red value is 175;
  • green value is 150;
  • blue value is 167.
RGB:
(175,150,167)
(69%,59%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 167 of 255 = 65%

175
150
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 167 = 492 (100%)
R 175 of 492 ~ 35.57%
G 150 of 492 ~ 30.49%
B 167 of 492 ~ 33.94%

%35.57
%30.49
%33.94

CMYK color model

#AF96A7 color CMYK value is (0,14,5,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(0,14,5,31)
C0M14Y5K31 
(0%,14%,5%,31%)
(0.00/0.14/0.05/0.31)	

CMYK percentages

%0
%14.29
%4.57
%31.37

Codes

Color #AF96A7 in popluar color models

AF96A7
RGB175150167
HSL319°13.51%63.73%
HSB/HSV319°14.29%68.63%
CMYK0.00%14.29%4.57%
31.37%

Color #AF96A7 in popluar number systems.

HEXAF96A7
Decimal175150167
Binary101011111001011010100111
Octal257226247

Shades and tints

Shades of #AF96A7

#AF96A7
(175,150,167)
#A08998
(160,137,152)
#917C89
(145,124,137)
#826F7A
(130,111,122)
#73626B
(115,98,107)
#64555C
(100,85,92)
#55484D
(85,72,77)
#463B3E
(70,59,62)
#372E2F
(55,46,47)
#282120
(40,33,32)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AF96A7

#AF96A7
(175,150,167)
#B69FAF
(182,159,175)
#BDA8B7
(189,168,183)
#C4B1BF
(196,177,191)
#CBBAC7
(203,186,199)
#D2C3CF
(210,195,207)
#D9CCD7
(217,204,215)
#E0D5DF
(224,213,223)
#E7DEE7
(231,222,231)
#EEE7EF
(238,231,239)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF96A7 color. Also use rgb(175,150,167) instead hex code.

Text Font Color

.myTextColor { color: #AF96A7; }

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

This text font color is #AF96A7.


Background Color

.myBgColor { background-color: #AF96A7; }

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

This div background color is #AF96A7.


Border color

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

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

This div border color is #AF96A7.


Opacity

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

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

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

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

This text has shadow with #AF96A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96A7 on black background.


Color preview on white background

This text has color #AF96A7 on white background.



Black color preview on #AF96A7 background

This text has black color on #AF96A7 background.


White color preview on #AF96A7 background

This text has white color on #AF96A7 background.