COLOR #9AB3AE

HEX: #9AB3AE
RGB: (154,179,174)

Color info

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

RGB color model

#9AB3AE color RGB value is (154,179,174).

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

RGB channels and saturation

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

154
179
174

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

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 174 = 507 (100%)
R 154 of 507 ~ 30.37%
G 179 of 507 ~ 35.31%
B 174 of 507 ~ 34.32%

%30.37
%35.31
%34.32

CMYK color model

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

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • 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
%2.79
%29.8

Codes

Color #9AB3AE in popluar color models

9AB3AE
RGB154179174
HSL168°14.12%65.29%
HSB/HSV168°13.97%70.20%
CMYK13.97%0.00%2.79%
29.80%

Color #9AB3AE in popluar number systems.

HEX9AB3AE
Decimal154179174
Binary100110101011001110101110
Octal232263256

Shades and tints

Shades of #9AB3AE

#9AB3AE
(154,179,174)
#8CA39F
(140,163,159)
#7E9390
(126,147,144)
#708381
(112,131,129)
#627372
(98,115,114)
#546363
(84,99,99)
#465354
(70,83,84)
#384345
(56,67,69)
#2A3336
(42,51,54)
#1C2327
(28,35,39)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #9AB3AE

#9AB3AE
(154,179,174)
#A3B9B5
(163,185,181)
#ACBFBC
(172,191,188)
#B5C5C3
(181,197,195)
#BECBCA
(190,203,202)
#C7D1D1
(199,209,209)
#D0D7D8
(208,215,216)
#D9DDDF
(217,221,223)
#E2E3E6
(226,227,230)
#EBE9ED
(235,233,237)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB3AE; }

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

This text font color is #9AB3AE.


Background Color

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

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

This div background color is #9AB3AE.


Border color

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

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

This div border color is #9AB3AE.


Opacity

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

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

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

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

This text has shadow with #9AB3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB3AE on black background.


Color preview on white background

This text has color #9AB3AE on white background.



Black color preview on #9AB3AE background

This text has black color on #9AB3AE background.


White color preview on #9AB3AE background

This text has white color on #9AB3AE background.