COLOR #AF96A6

HEX: #AF96A6
RGB: (175,150,166)

Color info

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

RGB color model

#AF96A6 color RGB value is (175,150,166).

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

RGB channels and saturation

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

175
150
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 166 = 491 (100%)
R 175 of 491 ~ 35.64%
G 150 of 491 ~ 30.55%
B 166 of 491 ~ 33.81%

%35.64
%30.55
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 5.14%
  • 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
%5.14
%31.37

Codes

Color #AF96A6 in popluar color models

AF96A6
RGB175150166
HSL322°13.51%63.73%
HSB/HSV322°14.29%68.63%
CMYK0.00%14.29%5.14%
31.37%

Color #AF96A6 in popluar number systems.

HEXAF96A6
Decimal175150166
Binary101011111001011010100110
Octal257226246

Shades and tints

Shades of #AF96A6

#AF96A6
(175,150,166)
#A08997
(160,137,151)
#917C88
(145,124,136)
#826F79
(130,111,121)
#73626A
(115,98,106)
#64555B
(100,85,91)
#55484C
(85,72,76)
#463B3D
(70,59,61)
#372E2E
(55,46,46)
#28211F
(40,33,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AF96A6

#AF96A6
(175,150,166)
#B69FAE
(182,159,174)
#BDA8B6
(189,168,182)
#C4B1BE
(196,177,190)
#CBBAC6
(203,186,198)
#D2C3CE
(210,195,206)
#D9CCD6
(217,204,214)
#E0D5DE
(224,213,222)
#E7DEE6
(231,222,230)
#EEE7EE
(238,231,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF96A6; }

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

This text font color is #AF96A6.


Background Color

.myBgColor { background-color: #AF96A6; }

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

This div background color is #AF96A6.


Border color

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

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

This div border color is #AF96A6.


Opacity

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

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

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

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

This text has shadow with #AF96A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96A6 on black background.


Color preview on white background

This text has color #AF96A6 on white background.



Black color preview on #AF96A6 background

This text has black color on #AF96A6 background.


White color preview on #AF96A6 background

This text has white color on #AF96A6 background.