COLOR #9AB6A0

HEX: #9AB6A0 RGB: (154,182,160)

Color info

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

RGB color model

#9AB6A0 color RGB value is (154,182,160).

RGB: (154,182,160) (60%, 71%, 63%)

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 160 of 255 = 63%

154
182
160

R + G + B ~ 65%. #9AB6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 182 + 160 = 496 (100%)
R 154 of 496 ~ 31.05%
G 182 of 496 ~ 36.69%
B 160 of 496 ~ 32.26'%

%31.05
%36.69
%32.26

CMYK color model

#9AB6A0 color CMYK value is (15,0,12,29).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 28.63%
CMYK: (15,0,12,29) C15M0Y12K29 (15%,0%,12%,29%) (0.15/0.00/0.12/0.29) 

CMYK percentages

%15.38
%0
%12.09
%28.63

Codes

Color #9AB6A0 in popluar color models

9A B6 A0
RGB 154 182 160
HSL 133° 16.09% 65.88%
HSB/HSV 133° 15.38% 71.37%
CMYK 15.38% 0.00% 12.09%
28.63%

Color #9AB6A0 in popluar number systems.

HEX 9A B6 A0
Decimal 154 182 160
Binary 10011010 10110110 10100000
Octal 232 266 240

Shades and tints

Shades of #9AB6A0

#9AB6A0
(154,182,160)
#8CA692
(140,166,146)
#7E9684
(126,150,132)
#708676
(112,134,118)
#627668
(98,118,104)
#54665A
(84,102,90)
#46564C
(70,86,76)
#38463E
(56,70,62)
#2A3630
(42,54,48)
#1C2622
(28,38,34)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #9AB6A0

#9AB6A0
(154,182,160)
#A3BCA8
(163,188,168)
#ACC2B0
(172,194,176)
#B5C8B8
(181,200,184)
#BECEC0
(190,206,192)
#C7D4C8
(199,212,200)
#D0DAD0
(208,218,208)
#D9E0D8
(217,224,216)
#E2E6E0
(226,230,224)
#EBECE8
(235,236,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB6A0; }

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

This text font color is #9AB6A0.

Background Color

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

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

This div background color is #9AB6A0.

Border color

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

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

This div border color is #9AB6A0.

Opacity

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

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

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

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

This text has shadow with #9AB6A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB6A0.

Preview

Color preview on black background

This text has color #9AB6A0 on black background.


Color preview on white background

This text has color #9AB6A0 on white background.


Black color preview on #9AB6A0 background

This text has black color on #9AB6A0 background.


White color preview on #9AB6A0 background

This text has white color on #9AB6A0 background.


Related colors

Complementary color

Complementary color for #hex is #65495F.


I love getcolorcode.com

Triadic colors

1 #A09AB6 and #B6A09A with #9AB6A0 are triadic colors.

2 #A0B69A and #B69AA0 with #9AB6A0 are triadic colors.