COLOR #99A7AB

HEX: #99A7AB RGB: (153,167,171)

Color info

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

RGB color model

#99A7AB color RGB value is (153,167,171).

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

RGB channels and saturation

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

153
167
171

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

Portions of RGB colors in percentages

R + G + B = 153 + 167 + 171 = 491 (100%)
R 153 of 491 ~ 31.16%
G 167 of 491 ~ 34.01%
B 171 of 491 ~ 34.83'%

%31.16
%34.01
%34.83

CMYK color model

#99A7AB color CMYK value is (11,2,0,33).

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

CMYK: (11,2,0,33)
C11M2Y0K33 (11%, 2%, 0%, 33%)
(0.11 / 0.02 / 0.00 / 0.33)

CMYK percentages

%10.53
%2.34
%0
%32.94

Codes

Color #99A7AB in popluar color models

99 A7 AB
RGB 153 167 171
HSL 193° 9.68% 63.53%
HSB/HSV 193° 10.53% 67.06%
CMYK 10.53% 2.34% 0.00%
32.94%

Color #99A7AB in popluar number systems.

HEX 99 A7 AB
Decimal 153 167 171
Binary 10011001 10100111 10101011
Octal 231 247 253

Shades and tints

Shades of #99A7AB

#99A7AB
(153,167,171)
#8C989C
(140,152,156)
#7F898D
(127,137,141)
#727A7E
(114,122,126)
#656B6F
(101,107,111)
#585C60
(88,92,96)
#4B4D51
(75,77,81)
#3E3E42
(62,62,66)
#312F33
(49,47,51)
#242024
(36,32,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #99A7AB

#99A7AB
(153,167,171)
#A2AFB2
(162,175,178)
#ABB7B9
(171,183,185)
#B4BFC0
(180,191,192)
#BDC7C7
(189,199,199)
#C6CFCE
(198,207,206)
#CFD7D5
(207,215,213)
#D8DFDC
(216,223,220)
#E1E7E3
(225,231,227)
#EAEFEA
(234,239,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A7AB; }

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

This text font color is #99A7AB.

Background Color

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

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

This div background color is #99A7AB.

Border color

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

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

This div border color is #99A7AB.

Opacity

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

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

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

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

This text has shadow with #99A7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A7AB.

Preview

Color preview on black background

This text has color #99A7AB on black background.


Color preview on white background

This text has color #99A7AB on white background.


Black color preview on #99A7AB background

This text has black color on #99A7AB background.


White color preview on #99A7AB background

This text has white color on #99A7AB background.


Related colors

Complementary color

Complementary color for #hex is #665854.


I love getcolorcode.com

Triadic colors

1 #AB99A7 and #A7AB99 with #99A7AB are triadic colors.

2 #ABA799 and #A799AB with #99A7AB are triadic colors.