COLOR #9AB1AE

HEX: #9AB1AE
RGB: (154,177,174)

Color info

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

RGB color model

#9AB1AE color RGB value is (154,177,174).

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

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 174 of 255 = 68%

154
177
174

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

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 174 = 505 (100%)
R 154 of 505 ~ 30.5%
G 177 of 505 ~ 35.05%
B 174 of 505 ~ 34.46%

%30.5
%35.05
%34.46

CMYK color model

#9AB1AE color CMYK value is (13,0,2,31).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(13,0,2,31)
C13M0Y2K31 
(13%,0%,2%,31%)
(0.13/0.00/0.02/0.31)	

CMYK percentages

%12.99
%0
%1.69
%30.59

Codes

Color #9AB1AE in popluar color models

9AB1AE
RGB154177174
HSL172°12.85%64.90%
HSB/HSV172°12.99%69.41%
CMYK12.99%0.00%1.69%
30.59%

Color #9AB1AE in popluar number systems.

HEX9AB1AE
Decimal154177174
Binary100110101011000110101110
Octal232261256

Shades and tints

Shades of #9AB1AE

#9AB1AE
(154,177,174)
#8CA19F
(140,161,159)
#7E9190
(126,145,144)
#708181
(112,129,129)
#627172
(98,113,114)
#546163
(84,97,99)
#465154
(70,81,84)
#384145
(56,65,69)
#2A3136
(42,49,54)
#1C2127
(28,33,39)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #9AB1AE

#9AB1AE
(154,177,174)
#A3B8B5
(163,184,181)
#ACBFBC
(172,191,188)
#B5C6C3
(181,198,195)
#BECDCA
(190,205,202)
#C7D4D1
(199,212,209)
#D0DBD8
(208,219,216)
#D9E2DF
(217,226,223)
#E2E9E6
(226,233,230)
#EBF0ED
(235,240,237)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB1AE; }

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

This text font color is #9AB1AE.


Background Color

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

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

This div background color is #9AB1AE.


Border color

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

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

This div border color is #9AB1AE.


Opacity

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

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

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

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

This text has shadow with #9AB1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB1AE on black background.


Color preview on white background

This text has color #9AB1AE on white background.



Black color preview on #9AB1AE background

This text has black color on #9AB1AE background.


White color preview on #9AB1AE background

This text has white color on #9AB1AE background.