COLOR #99A1AB

HEX: #99A1AB
RGB: (153,161,171)

Color info

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

RGB color model

#99A1AB color RGB value is (153,161,171).

  • red value is 153;
  • green value is 161;
  • blue value is 171.
RGB:
(153,161,171)
(60%,63%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 161 of 255 = 63%
B 171 of 255 = 67%

153
161
171

R + G + B ~ 63%. #99A1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 161 + 171 = 485 (100%)
R 153 of 485 ~ 31.55%
G 161 of 485 ~ 33.2%
B 171 of 485 ~ 35.26%

%31.55
%33.2
%35.26

CMYK color model

#99A1AB color CMYK value is (11,6,0,33).

  • cyan value is 10.53%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,6,0,33)
C11M6Y0K33 
(11%,6%,0%,33%)
(0.11/0.06/0.00/0.33)	

CMYK percentages

%10.53
%5.85
%0
%32.94

Codes

Color #99A1AB in popluar color models

99A1AB
RGB153161171
HSL213°9.68%63.53%
HSB/HSV213°10.53%67.06%
CMYK10.53%5.85%0.00%
32.94%

Color #99A1AB in popluar number systems.

HEX99A1AB
Decimal153161171
Binary100110011010000110101011
Octal231241253

Shades and tints

Shades of #99A1AB

#99A1AB
(153,161,171)
#8C939C
(140,147,156)
#7F858D
(127,133,141)
#72777E
(114,119,126)
#65696F
(101,105,111)
#585B60
(88,91,96)
#4B4D51
(75,77,81)
#3E3F42
(62,63,66)
#313133
(49,49,51)
#242324
(36,35,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #99A1AB

#99A1AB
(153,161,171)
#A2A9B2
(162,169,178)
#ABB1B9
(171,177,185)
#B4B9C0
(180,185,192)
#BDC1C7
(189,193,199)
#C6C9CE
(198,201,206)
#CFD1D5
(207,209,213)
#D8D9DC
(216,217,220)
#E1E1E3
(225,225,227)
#EAE9EA
(234,233,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A1AB; }

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

This text font color is #99A1AB.


Background Color

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

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

This div background color is #99A1AB.


Border color

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

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

This div border color is #99A1AB.


Opacity

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

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

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

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

This text has shadow with #99A1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A1AB on black background.


Color preview on white background

This text has color #99A1AB on white background.



Black color preview on #99A1AB background

This text has black color on #99A1AB background.


White color preview on #99A1AB background

This text has white color on #99A1AB background.