COLOR #9AB4AE

HEX: #9AB4AE
RGB: (154,180,174)

Color info

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

RGB color model

#9AB4AE color RGB value is (154,180,174).

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

RGB channels and saturation

R 154 of 255 = 60%
G 180 of 255 = 71%
B 174 of 255 = 68%

154
180
174

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

Portions of RGB colors in percentages

R + G + B =
154 + 180 + 174 = 508 (100%)
R 154 of 508 ~ 30.31%
G 180 of 508 ~ 35.43%
B 174 of 508 ~ 34.25%

%30.31
%35.43
%34.25

CMYK color model

#9AB4AE color CMYK value is (14,0,3,29).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(14,0,3,29)
C14M0Y3K29 
(14%,0%,3%,29%)
(0.14/0.00/0.03/0.29)	

CMYK percentages

%14.44
%0
%3.33
%29.41

Codes

Color #9AB4AE in popluar color models

9AB4AE
RGB154180174
HSL166°14.77%65.49%
HSB/HSV166°14.44%70.59%
CMYK14.44%0.00%3.33%
29.41%

Color #9AB4AE in popluar number systems.

HEX9AB4AE
Decimal154180174
Binary100110101011010010101110
Octal232264256

Shades and tints

Shades of #9AB4AE

#9AB4AE
(154,180,174)
#8CA49F
(140,164,159)
#7E9490
(126,148,144)
#708481
(112,132,129)
#627472
(98,116,114)
#546463
(84,100,99)
#465454
(70,84,84)
#384445
(56,68,69)
#2A3436
(42,52,54)
#1C2427
(28,36,39)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9AB4AE

#9AB4AE
(154,180,174)
#A3BAB5
(163,186,181)
#ACC0BC
(172,192,188)
#B5C6C3
(181,198,195)
#BECCCA
(190,204,202)
#C7D2D1
(199,210,209)
#D0D8D8
(208,216,216)
#D9DEDF
(217,222,223)
#E2E4E6
(226,228,230)
#EBEAED
(235,234,237)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB4AE; }

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

This text font color is #9AB4AE.


Background Color

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

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

This div background color is #9AB4AE.


Border color

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

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

This div border color is #9AB4AE.


Opacity

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

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

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

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

This text has shadow with #9AB4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB4AE on black background.


Color preview on white background

This text has color #9AB4AE on white background.



Black color preview on #9AB4AE background

This text has black color on #9AB4AE background.


White color preview on #9AB4AE background

This text has white color on #9AB4AE background.