COLOR #9AB2BB

HEX: #9AB2BB
RGB: (154,178,187)

Color info

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

RGB color model

#9AB2BB color RGB value is (154,178,187).

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

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 187 of 255 = 73%

154
178
187

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

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 187 = 519 (100%)
R 154 of 519 ~ 29.67%
G 178 of 519 ~ 34.3%
B 187 of 519 ~ 36.03%

%29.67
%34.3
%36.03

CMYK color model

#9AB2BB color CMYK value is (18,5,0,27).

  • cyan value is 17.65%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,5,0,27)
C18M5Y0K27 
(18%,5%,0%,27%)
(0.18/0.05/0.00/0.27)	

CMYK percentages

%17.65
%4.81
%0
%26.67

Codes

Color #9AB2BB in popluar color models

9AB2BB
RGB154178187
HSL196°19.53%66.86%
HSB/HSV196°17.65%73.33%
CMYK17.65%4.81%0.00%
26.67%

Color #9AB2BB in popluar number systems.

HEX9AB2BB
Decimal154178187
Binary100110101011001010111011
Octal232262273

Shades and tints

Shades of #9AB2BB

#9AB2BB
(154,178,187)
#8CA2AA
(140,162,170)
#7E9299
(126,146,153)
#708288
(112,130,136)
#627277
(98,114,119)
#546266
(84,98,102)
#465255
(70,82,85)
#384244
(56,66,68)
#2A3233
(42,50,51)
#1C2222
(28,34,34)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #9AB2BB

#9AB2BB
(154,178,187)
#A3B9C1
(163,185,193)
#ACC0C7
(172,192,199)
#B5C7CD
(181,199,205)
#BECED3
(190,206,211)
#C7D5D9
(199,213,217)
#D0DCDF
(208,220,223)
#D9E3E5
(217,227,229)
#E2EAEB
(226,234,235)
#EBF1F1
(235,241,241)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB2BB; }

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

This text font color is #9AB2BB.


Background Color

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

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

This div background color is #9AB2BB.


Border color

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

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

This div border color is #9AB2BB.


Opacity

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

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

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

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

This text has shadow with #9AB2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB2BB on black background.


Color preview on white background

This text has color #9AB2BB on white background.



Black color preview on #9AB2BB background

This text has black color on #9AB2BB background.


White color preview on #9AB2BB background

This text has white color on #9AB2BB background.