COLOR #99A5AB

HEX: #99A5AB RGB: (153,165,171)

Color info

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

RGB color model

#99A5AB color RGB value is (153,165,171).

RGB: (153,165,171) (60%, 65%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 171 of 255 = 67%

153
165
171

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

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 171 = 489 (100%)
R 153 of 489 ~ 31.29%
G 165 of 489 ~ 33.74%
B 171 of 489 ~ 34.97'%

%31.29
%33.74
%34.97

CMYK color model

#99A5AB color CMYK value is (11,4,0,33).

  • cyan value is 10.53%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,4,0,33)
C11M4Y0K33 (11%, 4%, 0%, 33%)
(0.11 / 0.04 / 0.00 / 0.33)

CMYK percentages

%10.53
%3.51
%0
%32.94

Codes

Color #99A5AB in popluar color models

99 A5 AB
RGB 153 165 171
HSL 200° 9.68% 63.53%
HSB/HSV 200° 10.53% 67.06%
CMYK 10.53% 3.51% 0.00%
32.94%

Color #99A5AB in popluar number systems.

HEX 99 A5 AB
Decimal 153 165 171
Binary 10011001 10100101 10101011
Octal 231 245 253

Shades and tints

Shades of #99A5AB

#99A5AB
(153,165,171)
#8C969C
(140,150,156)
#7F878D
(127,135,141)
#72787E
(114,120,126)
#65696F
(101,105,111)
#585A60
(88,90,96)
#4B4B51
(75,75,81)
#3E3C42
(62,60,66)
#312D33
(49,45,51)
#241E24
(36,30,36)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #99A5AB

#99A5AB
(153,165,171)
#A2ADB2
(162,173,178)
#ABB5B9
(171,181,185)
#B4BDC0
(180,189,192)
#BDC5C7
(189,197,199)
#C6CDCE
(198,205,206)
#CFD5D5
(207,213,213)
#D8DDDC
(216,221,220)
#E1E5E3
(225,229,227)
#EAEDEA
(234,237,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A5AB color. Also use rgb(153,165,171) instead hex code.

Text Font Color

.myTextColor { color: #99A5AB; }

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

This text font color is #99A5AB.

Background Color

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

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

This div background color is #99A5AB.

Border color

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

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

This div border color is #99A5AB.

Opacity

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

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

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

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

This text has shadow with #99A5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A5AB.

Preview

Color preview on black background

This text has color #99A5AB on black background.


Color preview on white background

This text has color #99A5AB on white background.


Black color preview on #99A5AB background

This text has black color on #99A5AB background.


White color preview on #99A5AB background

This text has white color on #99A5AB background.


Related colors

Complementary color

Complementary color for #hex is #665A54.


I love getcolorcode.com

Triadic colors

1 #AB99A5 and #A5AB99 with #99A5AB are triadic colors.

2 #ABA599 and #A599AB with #99A5AB are triadic colors.