COLOR #99ABAA

HEX: #99ABAA RGB: (153,171,170)

Color info

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

RGB color model

#99ABAA color RGB value is (153,171,170).

RGB: (153,171,170) (60%, 67%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 170 of 255 = 67%

153
171
170

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

Portions of RGB colors in percentages

R + G + B = 153 + 171 + 170 = 494 (100%)
R 153 of 494 ~ 30.97%
G 171 of 494 ~ 34.62%
B 170 of 494 ~ 34.41'%

%30.97
%34.62
%34.41

CMYK color model

#99ABAA color CMYK value is (11,0,1,33).

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

CMYK: (11,0,1,33)
C11M0Y1K33 (11%, 0%, 1%, 33%)
(0.11 / 0.00 / 0.01 / 0.33)

CMYK percentages

%10.53
%0
%0.58
%32.94

Codes

Color #99ABAA in popluar color models

99 AB AA
RGB 153 171 170
HSL 177° 9.68% 63.53%
HSB/HSV 177° 10.53% 67.06%
CMYK 10.53% 0.00% 0.58%
32.94%

Color #99ABAA in popluar number systems.

HEX 99 AB AA
Decimal 153 171 170
Binary 10011001 10101011 10101010
Octal 231 253 252

Shades and tints

Shades of #99ABAA

#99ABAA
(153,171,170)
#8C9C9B
(140,156,155)
#7F8D8C
(127,141,140)
#727E7D
(114,126,125)
#656F6E
(101,111,110)
#58605F
(88,96,95)
#4B5150
(75,81,80)
#3E4241
(62,66,65)
#313332
(49,51,50)
#242423
(36,36,35)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99ABAA

#99ABAA
(153,171,170)
#A2B2B1
(162,178,177)
#ABB9B8
(171,185,184)
#B4C0BF
(180,192,191)
#BDC7C6
(189,199,198)
#C6CECD
(198,206,205)
#CFD5D4
(207,213,212)
#D8DCDB
(216,220,219)
#E1E3E2
(225,227,226)
#EAEAE9
(234,234,233)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ABAA; }

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

This text font color is #99ABAA.

Background Color

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

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

This div background color is #99ABAA.

Border color

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

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

This div border color is #99ABAA.

Opacity

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

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

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

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

This text has shadow with #99ABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99ABAA.

Preview

Color preview on black background

This text has color #99ABAA on black background.


Color preview on white background

This text has color #99ABAA on white background.


Black color preview on #99ABAA background

This text has black color on #99ABAA background.


White color preview on #99ABAA background

This text has white color on #99ABAA background.


Related colors

Complementary color

Complementary color for #hex is #665455.


I love getcolorcode.com

Triadic colors

1 #AA99AB and #ABAA99 with #99ABAA are triadic colors.

2 #AAAB99 and #AB99AA with #99ABAA are triadic colors.