COLOR #9AB4BC

HEX: #9AB4BC
RGB: (154,180,188)

Color info

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

RGB color model

#9AB4BC color RGB value is (154,180,188).

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

RGB channels and saturation

R 154 of 255 = 60%
G 180 of 255 = 71%
B 188 of 255 = 74%

154
180
188

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

Portions of RGB colors in percentages

R + G + B =
154 + 180 + 188 = 522 (100%)
R 154 of 522 ~ 29.5%
G 180 of 522 ~ 34.48%
B 188 of 522 ~ 36.02%

%29.5
%34.48
%36.02

CMYK color model

#9AB4BC color CMYK value is (18,4,0,26).

  • cyan value is 18.09%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(18,4,0,26)
C18M4Y0K26 
(18%,4%,0%,26%)
(0.18/0.04/0.00/0.26)	

CMYK percentages

%18.09
%4.26
%0
%26.27

Codes

Color #9AB4BC in popluar color models

9AB4BC
RGB154180188
HSL194°20.24%67.06%
HSB/HSV194°18.09%73.73%
CMYK18.09%4.26%0.00%
26.27%

Color #9AB4BC in popluar number systems.

HEX9AB4BC
Decimal154180188
Binary100110101011010010111100
Octal232264274

Shades and tints

Shades of #9AB4BC

#9AB4BC
(154,180,188)
#8CA4AB
(140,164,171)
#7E949A
(126,148,154)
#708489
(112,132,137)
#627478
(98,116,120)
#546467
(84,100,103)
#465456
(70,84,86)
#384445
(56,68,69)
#2A3434
(42,52,52)
#1C2423
(28,36,35)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #9AB4BC

#9AB4BC
(154,180,188)
#A3BAC2
(163,186,194)
#ACC0C8
(172,192,200)
#B5C6CE
(181,198,206)
#BECCD4
(190,204,212)
#C7D2DA
(199,210,218)
#D0D8E0
(208,216,224)
#D9DEE6
(217,222,230)
#E2E4EC
(226,228,236)
#EBEAF2
(235,234,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB4BC; }

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

This text font color is #9AB4BC.


Background Color

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

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

This div background color is #9AB4BC.


Border color

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

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

This div border color is #9AB4BC.


Opacity

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

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

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

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

This text has shadow with #9AB4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB4BC on black background.


Color preview on white background

This text has color #9AB4BC on white background.



Black color preview on #9AB4BC background

This text has black color on #9AB4BC background.


White color preview on #9AB4BC background

This text has white color on #9AB4BC background.