COLOR #99A9B7

HEX: #99A9B7
RGB: (153,169,183)

Color info

#99A9B7 contains red, green and blue colors in about the same proportion. Web safe color of #99A9B7 is #9999CC (or #99C).

RGB color model

#99A9B7 color RGB value is (153,169,183).

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

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 183 of 255 = 72%

153
169
183

R + G + B ~ 66%. #99A9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 169 + 183 = 505 (100%)
R 153 of 505 ~ 30.3%
G 169 of 505 ~ 33.47%
B 183 of 505 ~ 36.24%

%30.3
%33.47
%36.24

CMYK color model

#99A9B7 color CMYK value is (16,8,0,28).

  • cyan value is 16.39%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(16,8,0,28)
C16M8Y0K28 
(16%,8%,0%,28%)
(0.16/0.08/0.00/0.28)	

CMYK percentages

%16.39
%7.65
%0
%28.24

Codes

Color #99A9B7 in popluar color models

99A9B7
RGB153169183
HSL208°17.24%65.88%
HSB/HSV208°16.39%71.76%
CMYK16.39%7.65%0.00%
28.24%

Color #99A9B7 in popluar number systems.

HEX99A9B7
Decimal153169183
Binary100110011010100110110111
Octal231251267

Shades and tints

Shades of #99A9B7

#99A9B7
(153,169,183)
#8C9AA7
(140,154,167)
#7F8B97
(127,139,151)
#727C87
(114,124,135)
#656D77
(101,109,119)
#585E67
(88,94,103)
#4B4F57
(75,79,87)
#3E4047
(62,64,71)
#313137
(49,49,55)
#242227
(36,34,39)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #99A9B7

#99A9B7
(153,169,183)
#A2B0BD
(162,176,189)
#ABB7C3
(171,183,195)
#B4BEC9
(180,190,201)
#BDC5CF
(189,197,207)
#C6CCD5
(198,204,213)
#CFD3DB
(207,211,219)
#D8DAE1
(216,218,225)
#E1E1E7
(225,225,231)
#EAE8ED
(234,232,237)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A9B7; }

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

This text font color is #99A9B7.


Background Color

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

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

This div background color is #99A9B7.


Border color

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

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

This div border color is #99A9B7.


Opacity

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

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

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

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

This text has shadow with #99A9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A9B7 on black background.


Color preview on white background

This text has color #99A9B7 on white background.



Black color preview on #99A9B7 background

This text has black color on #99A9B7 background.


White color preview on #99A9B7 background

This text has white color on #99A9B7 background.