COLOR #9AB2BC

HEX: #9AB2BC
RGB: (154,178,188)

Color info

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

RGB color model

#9AB2BC color RGB value is (154,178,188).

  • red value is 154;
  • green value is 178;
  • blue value is 188.
RGB:
(154,178,188)
(60%,70%,74%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 188 of 255 = 74%

154
178
188

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

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 188 = 520 (100%)
R 154 of 520 ~ 29.62%
G 178 of 520 ~ 34.23%
B 188 of 520 ~ 36.15%

%29.62
%34.23
%36.15

CMYK color model

#9AB2BC color CMYK value is (18,5,0,26).

  • cyan value is 18.09%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(18,5,0,26)
C18M5Y0K26 
(18%,5%,0%,26%)
(0.18/0.05/0.00/0.26)	

CMYK percentages

%18.09
%5.32
%0
%26.27

Codes

Color #9AB2BC in popluar color models

9AB2BC
RGB154178188
HSL198°20.24%67.06%
HSB/HSV198°18.09%73.73%
CMYK18.09%5.32%0.00%
26.27%

Color #9AB2BC in popluar number systems.

HEX9AB2BC
Decimal154178188
Binary100110101011001010111100
Octal232262274

Shades and tints

Shades of #9AB2BC

#9AB2BC
(154,178,188)
#8CA2AB
(140,162,171)
#7E929A
(126,146,154)
#708289
(112,130,137)
#627278
(98,114,120)
#546267
(84,98,103)
#465256
(70,82,86)
#384245
(56,66,69)
#2A3234
(42,50,52)
#1C2223
(28,34,35)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #9AB2BC

#9AB2BC
(154,178,188)
#A3B9C2
(163,185,194)
#ACC0C8
(172,192,200)
#B5C7CE
(181,199,206)
#BECED4
(190,206,212)
#C7D5DA
(199,213,218)
#D0DCE0
(208,220,224)
#D9E3E6
(217,227,230)
#E2EAEC
(226,234,236)
#EBF1F2
(235,241,242)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB2BC; }

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

This text font color is #9AB2BC.


Background Color

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

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

This div background color is #9AB2BC.


Border color

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

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

This div border color is #9AB2BC.


Opacity

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

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

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

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

This text has shadow with #9AB2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB2BC on black background.


Color preview on white background

This text has color #9AB2BC on white background.



Black color preview on #9AB2BC background

This text has black color on #9AB2BC background.


White color preview on #9AB2BC background

This text has white color on #9AB2BC background.