COLOR #99AAB0

HEX: #99AAB0
RGB: (153,170,176)

Color info

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

RGB color model

#99AAB0 color RGB value is (153,170,176).

  • red value is 153;
  • green value is 170;
  • blue value is 176.
RGB:
(153,170,176)
(60%,67%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 170 of 255 = 67%
B 176 of 255 = 69%

153
170
176

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

Portions of RGB colors in percentages

R + G + B =
153 + 170 + 176 = 499 (100%)
R 153 of 499 ~ 30.66%
G 170 of 499 ~ 34.07%
B 176 of 499 ~ 35.27%

%30.66
%34.07
%35.27

CMYK color model

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

  • cyan value is 13.07%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,3,0,31)
C13M3Y0K31 
(13%,3%,0%,31%)
(0.13/0.03/0.00/0.31)	

CMYK percentages

%13.07
%3.41
%0
%30.98

Codes

Color #99AAB0 in popluar color models

99AAB0
RGB153170176
HSL196°12.71%64.51%
HSB/HSV196°13.07%69.02%
CMYK13.07%3.41%0.00%
30.98%

Color #99AAB0 in popluar number systems.

HEX99AAB0
Decimal153170176
Binary100110011010101010110000
Octal231252260

Shades and tints

Shades of #99AAB0

#99AAB0
(153,170,176)
#8C9BA0
(140,155,160)
#7F8C90
(127,140,144)
#727D80
(114,125,128)
#656E70
(101,110,112)
#585F60
(88,95,96)
#4B5050
(75,80,80)
#3E4140
(62,65,64)
#313230
(49,50,48)
#242320
(36,35,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #99AAB0

#99AAB0
(153,170,176)
#A2B1B7
(162,177,183)
#ABB8BE
(171,184,190)
#B4BFC5
(180,191,197)
#BDC6CC
(189,198,204)
#C6CDD3
(198,205,211)
#CFD4DA
(207,212,218)
#D8DBE1
(216,219,225)
#E1E2E8
(225,226,232)
#EAE9EF
(234,233,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AAB0 color. Also use rgb(153,170,176) instead hex code.

Text Font Color

.myTextColor { color: #99AAB0; }

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

This text font color is #99AAB0.


Background Color

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

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

This div background color is #99AAB0.


Border color

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

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

This div border color is #99AAB0.


Opacity

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

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

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

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

This text has shadow with #99AAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AAB0 on black background.


Color preview on white background

This text has color #99AAB0 on white background.



Black color preview on #99AAB0 background

This text has black color on #99AAB0 background.


White color preview on #99AAB0 background

This text has white color on #99AAB0 background.