COLOR #9AB3A7

HEX: #9AB3A7
RGB: (154,179,167)

Color info

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

RGB color model

#9AB3A7 color RGB value is (154,179,167).

  • red value is 154;
  • green value is 179;
  • blue value is 167.
RGB:
(154,179,167)
(60%,70%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 167 of 255 = 65%

154
179
167

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

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 167 = 500 (100%)
R 154 of 500 ~ 30.8%
G 179 of 500 ~ 35.8%
B 167 of 500 ~ 33.4%

%30.8
%35.8
%33.4

CMYK color model

#9AB3A7 color CMYK value is (14,0,7,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK:
(14,0,7,30)
C14M0Y7K30 
(14%,0%,7%,30%)
(0.14/0.00/0.07/0.30)	

CMYK percentages

%13.97
%0
%6.7
%29.8

Codes

Color #9AB3A7 in popluar color models

9AB3A7
RGB154179167
HSL151°14.12%65.29%
HSB/HSV151°13.97%70.20%
CMYK13.97%0.00%6.70%
29.80%

Color #9AB3A7 in popluar number systems.

HEX9AB3A7
Decimal154179167
Binary100110101011001110100111
Octal232263247

Shades and tints

Shades of #9AB3A7

#9AB3A7
(154,179,167)
#8CA398
(140,163,152)
#7E9389
(126,147,137)
#70837A
(112,131,122)
#62736B
(98,115,107)
#54635C
(84,99,92)
#46534D
(70,83,77)
#38433E
(56,67,62)
#2A332F
(42,51,47)
#1C2320
(28,35,32)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #9AB3A7

#9AB3A7
(154,179,167)
#A3B9AF
(163,185,175)
#ACBFB7
(172,191,183)
#B5C5BF
(181,197,191)
#BECBC7
(190,203,199)
#C7D1CF
(199,209,207)
#D0D7D7
(208,215,215)
#D9DDDF
(217,221,223)
#E2E3E7
(226,227,231)
#EBE9EF
(235,233,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB3A7; }

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

This text font color is #9AB3A7.


Background Color

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

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

This div background color is #9AB3A7.


Border color

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

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

This div border color is #9AB3A7.


Opacity

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

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

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

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

This text has shadow with #9AB3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB3A7 on black background.


Color preview on white background

This text has color #9AB3A7 on white background.



Black color preview on #9AB3A7 background

This text has black color on #9AB3A7 background.


White color preview on #9AB3A7 background

This text has white color on #9AB3A7 background.