COLOR #9AB7AB

HEX: #9AB7AB RGB: (154,183,171)

Color info

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

RGB color model

#9AB7AB color RGB value is (154,183,171).

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

RGB channels and saturation

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

154
183
171

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

Portions of RGB colors in percentages

R + G + B = 154 + 183 + 171 = 508 (100%)
R 154 of 508 ~ 30.31%
G 183 of 508 ~ 36.02%
B 171 of 508 ~ 33.66'%

%30.31
%36.02
%33.66

CMYK color model

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

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • 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
%6.56
%28.24

Codes

Color #9AB7AB in popluar color models

9A B7 AB
RGB 154 183 171
HSL 155° 16.76% 66.08%
HSB/HSV 155° 15.85% 71.76%
CMYK 15.85% 0.00% 6.56%
28.24%

Color #9AB7AB in popluar number systems.

HEX 9A B7 AB
Decimal 154 183 171
Binary 10011010 10110111 10101011
Octal 232 267 253

Shades and tints

Shades of #9AB7AB

#9AB7AB
(154,183,171)
#8CA79C
(140,167,156)
#7E978D
(126,151,141)
#70877E
(112,135,126)
#62776F
(98,119,111)
#546760
(84,103,96)
#465751
(70,87,81)
#384742
(56,71,66)
#2A3733
(42,55,51)
#1C2724
(28,39,36)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #9AB7AB

#9AB7AB
(154,183,171)
#A3BDB2
(163,189,178)
#ACC3B9
(172,195,185)
#B5C9C0
(181,201,192)
#BECFC7
(190,207,199)
#C7D5CE
(199,213,206)
#D0DBD5
(208,219,213)
#D9E1DC
(217,225,220)
#E2E7E3
(226,231,227)
#EBEDEA
(235,237,234)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB7AB; }

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

This text font color is #9AB7AB.

Background Color

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

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

This div background color is #9AB7AB.

Border color

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

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

This div border color is #9AB7AB.

Opacity

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

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

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

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

This text has shadow with #9AB7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB7AB.

Preview

Color preview on black background

This text has color #9AB7AB on black background.


Color preview on white background

This text has color #9AB7AB on white background.


Black color preview on #9AB7AB background

This text has black color on #9AB7AB background.


White color preview on #9AB7AB background

This text has white color on #9AB7AB background.


Related colors

Complementary color

Complementary color for #hex is #654854.


I love getcolorcode.com

Triadic colors

1 #AB9AB7 and #B7AB9A with #9AB7AB are triadic colors.

2 #ABB79A and #B79AAB with #9AB7AB are triadic colors.