COLOR #9AB1BC

HEX: #9AB1BC RGB: (154,177,188)

Color info

#9AB1BC contains red, green and blue colors in about the same proportion. Web safe color of #9AB1BC is #9999CC (or #99C).

RGB color model

#9AB1BC color RGB value is (154,177,188).

RGB: (154,177,188) (60%, 69%, 74%)

RGB channels and saturation

R 154 of 255 = 60%
G 177 of 255 = 69%
B 188 of 255 = 74%

154
177
188

R + G + B ~ 68%. #9AB1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 177 + 188 = 519 (100%)
R 154 of 519 ~ 29.67%
G 177 of 519 ~ 34.1%
B 188 of 519 ~ 36.22'%

%29.67
%34.1
%36.22

CMYK color model

#9AB1BC color CMYK value is (18,6,0,26).

  • cyan value is 18.09%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (18,6,0,26)
C18M6Y0K26 (18%, 6%, 0%, 26%)
(0.18 / 0.06 / 0.00 / 0.26)

CMYK percentages

%18.09
%5.85
%0
%26.27

Codes

Color #9AB1BC in popluar color models

9A B1 BC
RGB 154 177 188
HSL 199° 20.24% 67.06%
HSB/HSV 199° 18.09% 73.73%
CMYK 18.09% 5.85% 0.00%
26.27%

Color #9AB1BC in popluar number systems.

HEX 9A B1 BC
Decimal 154 177 188
Binary 10011010 10110001 10111100
Octal 232 261 274

Shades and tints

Shades of #9AB1BC

#9AB1BC
(154,177,188)
#8CA1AB
(140,161,171)
#7E919A
(126,145,154)
#708189
(112,129,137)
#627178
(98,113,120)
#546167
(84,97,103)
#465156
(70,81,86)
#384145
(56,65,69)
#2A3134
(42,49,52)
#1C2123
(28,33,35)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #9AB1BC

#9AB1BC
(154,177,188)
#A3B8C2
(163,184,194)
#ACBFC8
(172,191,200)
#B5C6CE
(181,198,206)
#BECDD4
(190,205,212)
#C7D4DA
(199,212,218)
#D0DBE0
(208,219,224)
#D9E2E6
(217,226,230)
#E2E9EC
(226,233,236)
#EBF0F2
(235,240,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB1BC color. Also use rgb(154,177,188) instead hex code.

Text Font Color

.myTextColor { color: #9AB1BC; }

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

This text font color is #9AB1BC.

Background Color

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

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

This div background color is #9AB1BC.

Border color

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

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

This div border color is #9AB1BC.

Opacity

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

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

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

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

This text has shadow with #9AB1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB1BC.

Preview

Color preview on black background

This text has color #9AB1BC on black background.


Color preview on white background

This text has color #9AB1BC on white background.


Black color preview on #9AB1BC background

This text has black color on #9AB1BC background.


White color preview on #9AB1BC background

This text has white color on #9AB1BC background.


Related colors

Complementary color

Complementary color for #hex is #654E43.


I love getcolorcode.com

Triadic colors

1 #BC9AB1 and #B1BC9A with #9AB1BC are triadic colors.

2 #BCB19A and #B19ABC with #9AB1BC are triadic colors.