COLOR #AF99A9

HEX: #AF99A9
RGB: (175,153,169)

Color info

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

RGB color model

#AF99A9 color RGB value is (175,153,169).

  • red value is 175;
  • green value is 153;
  • blue value is 169.
RGB:
(175,153,169)
(69%,60%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 169 of 255 = 66%

175
153
169

R + G + B ~ 65%. #AF99A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 169 = 497 (100%)
R 175 of 497 ~ 35.21%
G 153 of 497 ~ 30.78%
B 169 of 497 ~ 34%

%35.21
%30.78
%34

CMYK color model

#AF99A9 color CMYK value is (0,13,3,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK:
(0,13,3,31)
C0M13Y3K31 
(0%,13%,3%,31%)
(0.00/0.13/0.03/0.31)	

CMYK percentages

%0
%12.57
%3.43
%31.37

Codes

Color #AF99A9 in popluar color models

AF99A9
RGB175153169
HSL316°12.09%64.31%
HSB/HSV316°12.57%68.63%
CMYK0.00%12.57%3.43%
31.37%

Color #AF99A9 in popluar number systems.

HEXAF99A9
Decimal175153169
Binary101011111001100110101001
Octal257231251

Shades and tints

Shades of #AF99A9

#AF99A9
(175,153,169)
#A08C9A
(160,140,154)
#917F8B
(145,127,139)
#82727C
(130,114,124)
#73656D
(115,101,109)
#64585E
(100,88,94)
#554B4F
(85,75,79)
#463E40
(70,62,64)
#373131
(55,49,49)
#282422
(40,36,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AF99A9

#AF99A9
(175,153,169)
#B6A2B0
(182,162,176)
#BDABB7
(189,171,183)
#C4B4BE
(196,180,190)
#CBBDC5
(203,189,197)
#D2C6CC
(210,198,204)
#D9CFD3
(217,207,211)
#E0D8DA
(224,216,218)
#E7E1E1
(231,225,225)
#EEEAE8
(238,234,232)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF99A9 color. Also use rgb(175,153,169) instead hex code.

Text Font Color

.myTextColor { color: #AF99A9; }

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

This text font color is #AF99A9.


Background Color

.myBgColor { background-color: #AF99A9; }

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

This div background color is #AF99A9.


Border color

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

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

This div border color is #AF99A9.


Opacity

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

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

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

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

This text has shadow with #AF99A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF99A9 on black background.


Color preview on white background

This text has color #AF99A9 on white background.



Black color preview on #AF99A9 background

This text has black color on #AF99A9 background.


White color preview on #AF99A9 background

This text has white color on #AF99A9 background.