COLOR #9AB9AD

HEX: #9AB9AD RGB: (154,185,173)

Color info

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

RGB color model

#9AB9AD color RGB value is (154,185,173).

RGB: (154,185,173) (60%, 73%, 68%)

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 173 of 255 = 68%

154
185
173

R + G + B ~ 67%. #9AB9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 185 + 173 = 512 (100%)
R 154 of 512 ~ 30.08%
G 185 of 512 ~ 36.13%
B 173 of 512 ~ 33.79'%

%30.08
%36.13
%33.79

CMYK color model

#9AB9AD color CMYK value is (17,0,6,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%

CMYK: (17,0,6,27)
C17M0Y6K27 (17%, 0%, 6%, 27%)
(0.17 / 0.00 / 0.06 / 0.27)

CMYK percentages

%16.76
%0
%6.49
%27.45

Codes

Color #9AB9AD in popluar color models

9A B9 AD
RGB 154 185 173
HSL 157° 18.13% 66.47%
HSB/HSV 157° 16.76% 72.55%
CMYK 16.76% 0.00% 6.49%
27.45%

Color #9AB9AD in popluar number systems.

HEX 9A B9 AD
Decimal 154 185 173
Binary 10011010 10111001 10101101
Octal 232 271 255

Shades and tints

Shades of #9AB9AD

#9AB9AD
(154,185,173)
#8CA99E
(140,169,158)
#7E998F
(126,153,143)
#708980
(112,137,128)
#627971
(98,121,113)
#546962
(84,105,98)
#465953
(70,89,83)
#384944
(56,73,68)
#2A3935
(42,57,53)
#1C2926
(28,41,38)
#0E1917
(14,25,23)
#000000
(0,0,0)

Tints of #9AB9AD

#9AB9AD
(154,185,173)
#A3BFB4
(163,191,180)
#ACC5BB
(172,197,187)
#B5CBC2
(181,203,194)
#BED1C9
(190,209,201)
#C7D7D0
(199,215,208)
#D0DDD7
(208,221,215)
#D9E3DE
(217,227,222)
#E2E9E5
(226,233,229)
#EBEFEC
(235,239,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB9AD color. Also use rgb(154,185,173) instead hex code.

Text Font Color

.myTextColor { color: #9AB9AD; }

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

This text font color is #9AB9AD.

Background Color

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

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

This div background color is #9AB9AD.

Border color

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

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

This div border color is #9AB9AD.

Opacity

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

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

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

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

This text has shadow with #9AB9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB9AD.

Preview

Color preview on black background

This text has color #9AB9AD on black background.


Color preview on white background

This text has color #9AB9AD on white background.


Black color preview on #9AB9AD background

This text has black color on #9AB9AD background.


White color preview on #9AB9AD background

This text has white color on #9AB9AD background.


Related colors

Complementary color

Complementary color for #hex is #654652.


I love getcolorcode.com

Triadic colors

1 #AD9AB9 and #B9AD9A with #9AB9AD are triadic colors.

2 #ADB99A and #B99AAD with #9AB9AD are triadic colors.