COLOR #99A9AF

HEX: #99A9AF RGB: (153,169,175)

Color info

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

RGB color model

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

RGB: (153,169,175) (60%, 66%, 69%)

RGB channels and saturation

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

153
169
175

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

Portions of RGB colors in percentages

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

%30.78
%34
%35.21

CMYK color model

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

  • cyan value is 12.57%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (13,3,0,31)
C13M3Y0K31 (13%, 3%, 0%, 31%)
(0.13 / 0.03 / 0.00 / 0.31)

CMYK percentages

%12.57
%3.43
%0
%31.37

Codes

Color #99A9AF in popluar color models

99 A9 AF
RGB 153 169 175
HSL 196° 12.09% 64.31%
HSB/HSV 196° 12.57% 68.63%
CMYK 12.57% 3.43% 0.00%
31.37%

Color #99A9AF in popluar number systems.

HEX 99 A9 AF
Decimal 153 169 175
Binary 10011001 10101001 10101111
Octal 231 251 257

Shades and tints

Shades of #99A9AF

#99A9AF
(153,169,175)
#8C9AA0
(140,154,160)
#7F8B91
(127,139,145)
#727C82
(114,124,130)
#656D73
(101,109,115)
#585E64
(88,94,100)
#4B4F55
(75,79,85)
#3E4046
(62,64,70)
#313137
(49,49,55)
#242228
(36,34,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #99A9AF

#99A9AF
(153,169,175)
#A2B0B6
(162,176,182)
#ABB7BD
(171,183,189)
#B4BEC4
(180,190,196)
#BDC5CB
(189,197,203)
#C6CCD2
(198,204,210)
#CFD3D9
(207,211,217)
#D8DAE0
(216,218,224)
#E1E1E7
(225,225,231)
#EAE8EE
(234,232,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A9AF; }

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

This text font color is #99A9AF.

Background Color

.myBgColor { background-color: #99A9AF; }

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

This div background color is #99A9AF.

Border color

.myBorderColor { border: 1px solid #99A9AF; }

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

This div border color is #99A9AF.

Opacity

.myOpacity80 { color: #99A9AF; opacity: 0.8; }

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

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

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

This text has shadow with #99A9AF color.


.textShadow {text-shadow: 3px 3px 1px #99A9AF', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99A9AF; -webkit-box-shadow: 1px 1px 3px 2px #99A9AF; box-shadow:1px 1px 3px 2px #99A9AF;">
Div content here
</div>

This div box has shadow with color #99A9AF.

Preview

Color preview on black background

This text has color #99A9AF on black background.


Color preview on white background

This text has color #99A9AF on white background.


Black color preview on #99A9AF background

This text has black color on #99A9AF background.


White color preview on #99A9AF background

This text has white color on #99A9AF background.


Related colors

Complementary color

Complementary color for #hex is #665650.


I love getcolorcode.com

Triadic colors

1 #AF99A9 and #A9AF99 with #99A9AF are triadic colors.

2 #AFA999 and #A999AF with #99A9AF are triadic colors.