COLOR #AF96A5

HEX: #AF96A5
RGB: (175,150,165)

Color info

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

RGB color model

#AF96A5 color RGB value is (175,150,165).

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

RGB channels and saturation

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

175
150
165

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 165 = 490 (100%)
R 175 of 490 ~ 35.71%
G 150 of 490 ~ 30.61%
B 165 of 490 ~ 33.67%

%35.71
%30.61
%33.67

CMYK color model

#AF96A5 color CMYK value is (0,14,6,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(0,14,6,31)
C0M14Y6K31 
(0%,14%,6%,31%)
(0.00/0.14/0.06/0.31)	

CMYK percentages

%0
%14.29
%5.71
%31.37

Codes

Color #AF96A5 in popluar color models

AF96A5
RGB175150165
HSL324°13.51%63.73%
HSB/HSV324°14.29%68.63%
CMYK0.00%14.29%5.71%
31.37%

Color #AF96A5 in popluar number systems.

HEXAF96A5
Decimal175150165
Binary101011111001011010100101
Octal257226245

Shades and tints

Shades of #AF96A5

#AF96A5
(175,150,165)
#A08996
(160,137,150)
#917C87
(145,124,135)
#826F78
(130,111,120)
#736269
(115,98,105)
#64555A
(100,85,90)
#55484B
(85,72,75)
#463B3C
(70,59,60)
#372E2D
(55,46,45)
#28211E
(40,33,30)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #AF96A5

#AF96A5
(175,150,165)
#B69FAD
(182,159,173)
#BDA8B5
(189,168,181)
#C4B1BD
(196,177,189)
#CBBAC5
(203,186,197)
#D2C3CD
(210,195,205)
#D9CCD5
(217,204,213)
#E0D5DD
(224,213,221)
#E7DEE5
(231,222,229)
#EEE7ED
(238,231,237)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF96A5; }

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

This text font color is #AF96A5.


Background Color

.myBgColor { background-color: #AF96A5; }

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

This div background color is #AF96A5.


Border color

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

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

This div border color is #AF96A5.


Opacity

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

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

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

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

This text has shadow with #AF96A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96A5 on black background.


Color preview on white background

This text has color #AF96A5 on white background.



Black color preview on #AF96A5 background

This text has black color on #AF96A5 background.


White color preview on #AF96A5 background

This text has white color on #AF96A5 background.