COLOR #9AB7BC

HEX: #9AB7BC RGB: (154,183,188)

Color info

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

RGB color model

#9AB7BC color RGB value is (154,183,188).

RGB: (154,183,188) (60%, 72%, 74%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 188 of 255 = 74%

154
183
188

R + G + B ~ 69%. #9AB7BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 183 + 188 = 525 (100%)
R 154 of 525 ~ 29.33%
G 183 of 525 ~ 34.86%
B 188 of 525 ~ 35.81'%

%29.33
%34.86
%35.81

CMYK color model

#9AB7BC color CMYK value is (18,3,0,26).

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

CMYK: (18,3,0,26)
C18M3Y0K26 (18%, 3%, 0%, 26%)
(0.18 / 0.03 / 0.00 / 0.26)

CMYK percentages

%18.09
%2.66
%0
%26.27

Codes

Color #9AB7BC in popluar color models

9A B7 BC
RGB 154 183 188
HSL 189° 20.24% 67.06%
HSB/HSV 189° 18.09% 73.73%
CMYK 18.09% 2.66% 0.00%
26.27%

Color #9AB7BC in popluar number systems.

HEX 9A B7 BC
Decimal 154 183 188
Binary 10011010 10110111 10111100
Octal 232 267 274

Shades and tints

Shades of #9AB7BC

#9AB7BC
(154,183,188)
#8CA7AB
(140,167,171)
#7E979A
(126,151,154)
#708789
(112,135,137)
#627778
(98,119,120)
#546767
(84,103,103)
#465756
(70,87,86)
#384745
(56,71,69)
#2A3734
(42,55,52)
#1C2723
(28,39,35)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #9AB7BC

#9AB7BC
(154,183,188)
#A3BDC2
(163,189,194)
#ACC3C8
(172,195,200)
#B5C9CE
(181,201,206)
#BECFD4
(190,207,212)
#C7D5DA
(199,213,218)
#D0DBE0
(208,219,224)
#D9E1E6
(217,225,230)
#E2E7EC
(226,231,236)
#EBEDF2
(235,237,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB7BC; }

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

This text font color is #9AB7BC.

Background Color

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

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

This div background color is #9AB7BC.

Border color

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

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

This div border color is #9AB7BC.

Opacity

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

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

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

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

This text has shadow with #9AB7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB7BC.

Preview

Color preview on black background

This text has color #9AB7BC on black background.


Color preview on white background

This text has color #9AB7BC on white background.


Black color preview on #9AB7BC background

This text has black color on #9AB7BC background.


White color preview on #9AB7BC background

This text has white color on #9AB7BC background.


Related colors

Complementary color

Complementary color for #hex is #654843.


I love getcolorcode.com

Triadic colors

1 #BC9AB7 and #B7BC9A with #9AB7BC are triadic colors.

2 #BCB79A and #B79ABC with #9AB7BC are triadic colors.