COLOR #9AB6AA

HEX: #9AB6AA
RGB: (154,182,170)

Color info

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

RGB color model

#9AB6AA color RGB value is (154,182,170).

  • red value is 154;
  • green value is 182;
  • blue value is 170.
RGB:
(154,182,170)
(60%,71%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 170 of 255 = 67%

154
182
170

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

Portions of RGB colors in percentages

R + G + B =
154 + 182 + 170 = 506 (100%)
R 154 of 506 ~ 30.43%
G 182 of 506 ~ 35.97%
B 170 of 506 ~ 33.6%

%30.43
%35.97
%33.6

CMYK color model

#9AB6AA color CMYK value is (15,0,7,29).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(15,0,7,29)
C15M0Y7K29 
(15%,0%,7%,29%)
(0.15/0.00/0.07/0.29)	

CMYK percentages

%15.38
%0
%6.59
%28.63

Codes

Color #9AB6AA in popluar color models

9AB6AA
RGB154182170
HSL154°16.09%65.88%
HSB/HSV154°15.38%71.37%
CMYK15.38%0.00%6.59%
28.63%

Color #9AB6AA in popluar number systems.

HEX9AB6AA
Decimal154182170
Binary100110101011011010101010
Octal232266252

Shades and tints

Shades of #9AB6AA

#9AB6AA
(154,182,170)
#8CA69B
(140,166,155)
#7E968C
(126,150,140)
#70867D
(112,134,125)
#62766E
(98,118,110)
#54665F
(84,102,95)
#465650
(70,86,80)
#384641
(56,70,65)
#2A3632
(42,54,50)
#1C2623
(28,38,35)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #9AB6AA

#9AB6AA
(154,182,170)
#A3BCB1
(163,188,177)
#ACC2B8
(172,194,184)
#B5C8BF
(181,200,191)
#BECEC6
(190,206,198)
#C7D4CD
(199,212,205)
#D0DAD4
(208,218,212)
#D9E0DB
(217,224,219)
#E2E6E2
(226,230,226)
#EBECE9
(235,236,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB6AA color. Also use rgb(154,182,170) instead hex code.

Text Font Color

.myTextColor { color: #9AB6AA; }

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

This text font color is #9AB6AA.


Background Color

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

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

This div background color is #9AB6AA.


Border color

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

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

This div border color is #9AB6AA.


Opacity

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

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

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

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

This text has shadow with #9AB6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB6AA on black background.


Color preview on white background

This text has color #9AB6AA on white background.



Black color preview on #9AB6AA background

This text has black color on #9AB6AA background.


White color preview on #9AB6AA background

This text has white color on #9AB6AA background.