COLOR #9AB9AB

HEX: #9AB9AB
RGB: (154,185,171)

Color info

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

RGB color model

#9AB9AB color RGB value is (154,185,171).

  • red value is 154;
  • green value is 185;
  • blue value is 171.
RGB:
(154,185,171)
(60%,73%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 171 of 255 = 67%

154
185
171

R + G + B ~ 67%. #9AB9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 185 + 171 = 510 (100%)
R 154 of 510 ~ 30.2%
G 185 of 510 ~ 36.27%
B 171 of 510 ~ 33.53%

%30.2
%36.27
%33.53

CMYK color model

#9AB9AB color CMYK value is (17,0,8,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(17,0,8,27)
C17M0Y8K27 
(17%,0%,8%,27%)
(0.17/0.00/0.08/0.27)	

CMYK percentages

%16.76
%0
%7.57
%27.45

Codes

Color #9AB9AB in popluar color models

9AB9AB
RGB154185171
HSL153°18.13%66.47%
HSB/HSV153°16.76%72.55%
CMYK16.76%0.00%7.57%
27.45%

Color #9AB9AB in popluar number systems.

HEX9AB9AB
Decimal154185171
Binary100110101011100110101011
Octal232271253

Shades and tints

Shades of #9AB9AB

#9AB9AB
(154,185,171)
#8CA99C
(140,169,156)
#7E998D
(126,153,141)
#70897E
(112,137,126)
#62796F
(98,121,111)
#546960
(84,105,96)
#465951
(70,89,81)
#384942
(56,73,66)
#2A3933
(42,57,51)
#1C2924
(28,41,36)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #9AB9AB

#9AB9AB
(154,185,171)
#A3BFB2
(163,191,178)
#ACC5B9
(172,197,185)
#B5CBC0
(181,203,192)
#BED1C7
(190,209,199)
#C7D7CE
(199,215,206)
#D0DDD5
(208,221,213)
#D9E3DC
(217,227,220)
#E2E9E3
(226,233,227)
#EBEFEA
(235,239,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB9AB color. Also use rgb(154,185,171) instead hex code.

Text Font Color

.myTextColor { color: #9AB9AB; }

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

This text font color is #9AB9AB.


Background Color

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

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

This div background color is #9AB9AB.


Border color

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

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

This div border color is #9AB9AB.


Opacity

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

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

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

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

This text has shadow with #9AB9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB9AB on black background.


Color preview on white background

This text has color #9AB9AB on white background.



Black color preview on #9AB9AB background

This text has black color on #9AB9AB background.


White color preview on #9AB9AB background

This text has white color on #9AB9AB background.