COLOR #9AB0AA

HEX: #9AB0AA RGB: (154,176,170)

Color info

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

RGB color model

#9AB0AA color RGB value is (154,176,170).

RGB: (154,176,170) (60%, 69%, 67%)

RGB channels and saturation

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

154
176
170

R + G + B ~ 65%. #9AB0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 176 + 170 = 500 (100%)
R 154 of 500 ~ 30.8%
G 176 of 500 ~ 35.2%
B 170 of 500 ~ 34'%

%30.8
%35.2
%34

CMYK color model

#9AB0AA color CMYK value is (13,0,3,31).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%

CMYK: (13,0,3,31)
C13M0Y3K31 (13%, 0%, 3%, 31%)
(0.13 / 0.00 / 0.03 / 0.31)

CMYK percentages

%12.5
%0
%3.41
%30.98

Codes

Color #9AB0AA in popluar color models

9A B0 AA
RGB 154 176 170
HSL 164° 12.22% 64.71%
HSB/HSV 164° 12.50% 69.02%
CMYK 12.50% 0.00% 3.41%
30.98%

Color #9AB0AA in popluar number systems.

HEX 9A B0 AA
Decimal 154 176 170
Binary 10011010 10110000 10101010
Octal 232 260 252

Shades and tints

Shades of #9AB0AA

#9AB0AA
(154,176,170)
#8CA09B
(140,160,155)
#7E908C
(126,144,140)
#70807D
(112,128,125)
#62706E
(98,112,110)
#54605F
(84,96,95)
#465050
(70,80,80)
#384041
(56,64,65)
#2A3032
(42,48,50)
#1C2023
(28,32,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #9AB0AA

#9AB0AA
(154,176,170)
#A3B7B1
(163,183,177)
#ACBEB8
(172,190,184)
#B5C5BF
(181,197,191)
#BECCC6
(190,204,198)
#C7D3CD
(199,211,205)
#D0DAD4
(208,218,212)
#D9E1DB
(217,225,219)
#E2E8E2
(226,232,226)
#EBEFE9
(235,239,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB0AA color. Also use rgb(154,176,170) instead hex code.

Text Font Color

.myTextColor { color: #9AB0AA; }

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

This text font color is #9AB0AA.

Background Color

.myBgColor { background-color: #9AB0AA; }

<div style="background-color:#9AB0AA">Inner text</div>

This div background color is #9AB0AA.

Border color

.myBorderColor { border: 1px solid #9AB0AA; }

<div style="border:3px solid #9AB0AA">Div</div>

This div border color is #9AB0AA.

Opacity

.myOpacity80 { color: #9AB0AA; opacity: 0.8; }

<p style="color:#9AB0AA;opacity:0.8;">80%</p>

Text with #9AB0AA 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 #9AB0AA;}

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

This text has shadow with #9AB0AA color.


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

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

This text has shadow with #9AB0AA primary color and red secondary color.


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

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

This text has shadow with #9AB0AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9AB0AA.

Preview

Color preview on black background

This text has color #9AB0AA on black background.


Color preview on white background

This text has color #9AB0AA on white background.


Black color preview on #9AB0AA background

This text has black color on #9AB0AA background.


White color preview on #9AB0AA background

This text has white color on #9AB0AA background.


Related colors

Complementary color

Complementary color for #hex is #654F55.


I love getcolorcode.com

Triadic colors

1 #AA9AB0 and #B0AA9A with #9AB0AA are triadic colors.

2 #AAB09A and #B09AAA with #9AB0AA are triadic colors.