COLOR #9AB8B0

HEX: #9AB8B0 RGB: (154,184,176)

Color info

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

RGB color model

#9AB8B0 color RGB value is (154,184,176).

RGB: (154,184,176) (60%, 72%, 69%)

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 176 of 255 = 69%

154
184
176

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

Portions of RGB colors in percentages

R + G + B = 154 + 184 + 176 = 514 (100%)
R 154 of 514 ~ 29.96%
G 184 of 514 ~ 35.8%
B 176 of 514 ~ 34.24'%

%29.96
%35.8
%34.24

CMYK color model

#9AB8B0 color CMYK value is (16,0,4,28).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 27.84%

CMYK: (16,0,4,28)
C16M0Y4K28 (16%, 0%, 4%, 28%)
(0.16 / 0.00 / 0.04 / 0.28)

CMYK percentages

%16.3
%0
%4.35
%27.84

Codes

Color #9AB8B0 in popluar color models

9A B8 B0
RGB 154 184 176
HSL 164° 17.44% 66.27%
HSB/HSV 164° 16.30% 72.16%
CMYK 16.30% 0.00% 4.35%
27.84%

Color #9AB8B0 in popluar number systems.

HEX 9A B8 B0
Decimal 154 184 176
Binary 10011010 10111000 10110000
Octal 232 270 260

Shades and tints

Shades of #9AB8B0

#9AB8B0
(154,184,176)
#8CA8A0
(140,168,160)
#7E9890
(126,152,144)
#708880
(112,136,128)
#627870
(98,120,112)
#546860
(84,104,96)
#465850
(70,88,80)
#384840
(56,72,64)
#2A3830
(42,56,48)
#1C2820
(28,40,32)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #9AB8B0

#9AB8B0
(154,184,176)
#A3BEB7
(163,190,183)
#ACC4BE
(172,196,190)
#B5CAC5
(181,202,197)
#BED0CC
(190,208,204)
#C7D6D3
(199,214,211)
#D0DCDA
(208,220,218)
#D9E2E1
(217,226,225)
#E2E8E8
(226,232,232)
#EBEEEF
(235,238,239)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB8B0 color. Also use rgb(154,184,176) instead hex code.

Text Font Color

.myTextColor { color: #9AB8B0; }

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

This text font color is #9AB8B0.

Background Color

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

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

This div background color is #9AB8B0.

Border color

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

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

This div border color is #9AB8B0.

Opacity

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

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

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

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

This text has shadow with #9AB8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB8B0.

Preview

Color preview on black background

This text has color #9AB8B0 on black background.


Color preview on white background

This text has color #9AB8B0 on white background.


Black color preview on #9AB8B0 background

This text has black color on #9AB8B0 background.


White color preview on #9AB8B0 background

This text has white color on #9AB8B0 background.


Related colors

Complementary color

Complementary color for #hex is #65474F.


I love getcolorcode.com

Triadic colors

1 #B09AB8 and #B8B09A with #9AB8B0 are triadic colors.

2 #B0B89A and #B89AB0 with #9AB8B0 are triadic colors.