COLOR #9AB1AC

HEX: #9AB1AC
RGB: (154,177,172)

Color info

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

RGB color model

#9AB1AC color RGB value is (154,177,172).

  • red value is 154;
  • green value is 177;
  • blue value is 172.
RGB:
(154,177,172)
(60%,69%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 172 of 255 = 67%

154
177
172

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

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 172 = 503 (100%)
R 154 of 503 ~ 30.62%
G 177 of 503 ~ 35.19%
B 172 of 503 ~ 34.19%

%30.62
%35.19
%34.19

CMYK color model

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

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(13,0,3,31)
C13M0Y3K31 
(13%,0%,3%,31%)
(0.13/0.00/0.03/0.31)	

CMYK percentages

%12.99
%0
%2.82
%30.59

Codes

Color #9AB1AC in popluar color models

9AB1AC
RGB154177172
HSL167°12.85%64.90%
HSB/HSV167°12.99%69.41%
CMYK12.99%0.00%2.82%
30.59%

Color #9AB1AC in popluar number systems.

HEX9AB1AC
Decimal154177172
Binary100110101011000110101100
Octal232261254

Shades and tints

Shades of #9AB1AC

#9AB1AC
(154,177,172)
#8CA19D
(140,161,157)
#7E918E
(126,145,142)
#70817F
(112,129,127)
#627170
(98,113,112)
#546161
(84,97,97)
#465152
(70,81,82)
#384143
(56,65,67)
#2A3134
(42,49,52)
#1C2125
(28,33,37)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #9AB1AC

#9AB1AC
(154,177,172)
#A3B8B3
(163,184,179)
#ACBFBA
(172,191,186)
#B5C6C1
(181,198,193)
#BECDC8
(190,205,200)
#C7D4CF
(199,212,207)
#D0DBD6
(208,219,214)
#D9E2DD
(217,226,221)
#E2E9E4
(226,233,228)
#EBF0EB
(235,240,235)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB1AC color. Also use rgb(154,177,172) instead hex code.

Text Font Color

.myTextColor { color: #9AB1AC; }

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

This text font color is #9AB1AC.


Background Color

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

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

This div background color is #9AB1AC.


Border color

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

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

This div border color is #9AB1AC.


Opacity

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

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

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

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

This text has shadow with #9AB1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB1AC on black background.


Color preview on white background

This text has color #9AB1AC on white background.



Black color preview on #9AB1AC background

This text has black color on #9AB1AC background.


White color preview on #9AB1AC background

This text has white color on #9AB1AC background.