COLOR #9AB3AD

HEX: #9AB3AD RGB: (154,179,173)

Color info

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

RGB color model

#9AB3AD color RGB value is (154,179,173).

RGB: (154,179,173) (60%, 70%, 68%)

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 173 of 255 = 68%

154
179
173

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

Portions of RGB colors in percentages

R + G + B = 154 + 179 + 173 = 506 (100%)
R 154 of 506 ~ 30.43%
G 179 of 506 ~ 35.38%
B 173 of 506 ~ 34.19'%

%30.43
%35.38
%34.19

CMYK color model

#9AB3AD color CMYK value is (14,0,3,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%

CMYK: (14,0,3,30)
C14M0Y3K30 (14%, 0%, 3%, 30%)
(0.14 / 0.00 / 0.03 / 0.30)

CMYK percentages

%13.97
%0
%3.35
%29.8

Codes

Color #9AB3AD in popluar color models

9A B3 AD
RGB 154 179 173
HSL 166° 14.12% 65.29%
HSB/HSV 166° 13.97% 70.20%
CMYK 13.97% 0.00% 3.35%
29.80%

Color #9AB3AD in popluar number systems.

HEX 9A B3 AD
Decimal 154 179 173
Binary 10011010 10110011 10101101
Octal 232 263 255

Shades and tints

Shades of #9AB3AD

#9AB3AD
(154,179,173)
#8CA39E
(140,163,158)
#7E938F
(126,147,143)
#708380
(112,131,128)
#627371
(98,115,113)
#546362
(84,99,98)
#465353
(70,83,83)
#384344
(56,67,68)
#2A3335
(42,51,53)
#1C2326
(28,35,38)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #9AB3AD

#9AB3AD
(154,179,173)
#A3B9B4
(163,185,180)
#ACBFBB
(172,191,187)
#B5C5C2
(181,197,194)
#BECBC9
(190,203,201)
#C7D1D0
(199,209,208)
#D0D7D7
(208,215,215)
#D9DDDE
(217,221,222)
#E2E3E5
(226,227,229)
#EBE9EC
(235,233,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB3AD; }

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

This text font color is #9AB3AD.

Background Color

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

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

This div background color is #9AB3AD.

Border color

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

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

This div border color is #9AB3AD.

Opacity

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

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

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

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

This text has shadow with #9AB3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB3AD.

Preview

Color preview on black background

This text has color #9AB3AD on black background.


Color preview on white background

This text has color #9AB3AD on white background.


Black color preview on #9AB3AD background

This text has black color on #9AB3AD background.


White color preview on #9AB3AD background

This text has white color on #9AB3AD background.


Related colors

Complementary color

Complementary color for #hex is #654C52.


I love getcolorcode.com

Triadic colors

1 #AD9AB3 and #B3AD9A with #9AB3AD are triadic colors.

2 #ADB39A and #B39AAD with #9AB3AD are triadic colors.