COLOR #9AB7AA

HEX: #9AB7AA RGB: (154,183,170)

Color info

#9AB7AA contains red, green and blue colors in about the same proportion. Web safe color of #9AB7AA is #99CC99 (or #9C9).

RGB color model

#9AB7AA color RGB value is (154,183,170).

RGB: (154,183,170) (60%, 72%, 67%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 170 of 255 = 67%

154
183
170

R + G + B ~ 66%. #9AB7AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 183 + 170 = 507 (100%)
R 154 of 507 ~ 30.37%
G 183 of 507 ~ 36.09%
B 170 of 507 ~ 33.53'%

%30.37
%36.09
%33.53

CMYK color model

#9AB7AA color CMYK value is (16,0,7,28).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%

CMYK: (16,0,7,28)
C16M0Y7K28 (16%, 0%, 7%, 28%)
(0.16 / 0.00 / 0.07 / 0.28)

CMYK percentages

%15.85
%0
%7.1
%28.24

Codes

Color #9AB7AA in popluar color models

9A B7 AA
RGB 154 183 170
HSL 153° 16.76% 66.08%
HSB/HSV 153° 15.85% 71.76%
CMYK 15.85% 0.00% 7.10%
28.24%

Color #9AB7AA in popluar number systems.

HEX 9A B7 AA
Decimal 154 183 170
Binary 10011010 10110111 10101010
Octal 232 267 252

Shades and tints

Shades of #9AB7AA

#9AB7AA
(154,183,170)
#8CA79B
(140,167,155)
#7E978C
(126,151,140)
#70877D
(112,135,125)
#62776E
(98,119,110)
#54675F
(84,103,95)
#465750
(70,87,80)
#384741
(56,71,65)
#2A3732
(42,55,50)
#1C2723
(28,39,35)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9AB7AA

#9AB7AA
(154,183,170)
#A3BDB1
(163,189,177)
#ACC3B8
(172,195,184)
#B5C9BF
(181,201,191)
#BECFC6
(190,207,198)
#C7D5CD
(199,213,205)
#D0DBD4
(208,219,212)
#D9E1DB
(217,225,219)
#E2E7E2
(226,231,226)
#EBEDE9
(235,237,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB7AA; }

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

This text font color is #9AB7AA.

Background Color

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

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

This div background color is #9AB7AA.

Border color

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

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

This div border color is #9AB7AA.

Opacity

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

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

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

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

This text has shadow with #9AB7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB7AA.

Preview

Color preview on black background

This text has color #9AB7AA on black background.


Color preview on white background

This text has color #9AB7AA on white background.


Black color preview on #9AB7AA background

This text has black color on #9AB7AA background.


White color preview on #9AB7AA background

This text has white color on #9AB7AA background.


Related colors

Complementary color

Complementary color for #hex is #654855.


I love getcolorcode.com

Triadic colors

1 #AA9AB7 and #B7AA9A with #9AB7AA are triadic colors.

2 #AAB79A and #B79AAA with #9AB7AA are triadic colors.