COLOR #9AB1BD

HEX: #9AB1BD
RGB: (154,177,189)

Color info

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

RGB color model

#9AB1BD color RGB value is (154,177,189).

  • red value is 154;
  • green value is 177;
  • blue value is 189.
RGB:
(154,177,189)
(60%,69%,74%)

RGB channels and saturation

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

154
177
189

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

Portions of RGB colors in percentages

R + G + B =
154 + 177 + 189 = 520 (100%)
R 154 of 520 ~ 29.62%
G 177 of 520 ~ 34.04%
B 189 of 520 ~ 36.35%

%29.62
%34.04
%36.35

CMYK color model

#9AB1BD color CMYK value is (19,6,0,26).

  • cyan value is 18.52%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,6,0,26)
C19M6Y0K26 
(19%,6%,0%,26%)
(0.19/0.06/0.00/0.26)	

CMYK percentages

%18.52
%6.35
%0
%25.88

Codes

Color #9AB1BD in popluar color models

9AB1BD
RGB154177189
HSL201°20.96%67.25%
HSB/HSV201°18.52%74.12%
CMYK18.52%6.35%0.00%
25.88%

Color #9AB1BD in popluar number systems.

HEX9AB1BD
Decimal154177189
Binary100110101011000110111101
Octal232261275

Shades and tints

Shades of #9AB1BD

#9AB1BD
(154,177,189)
#8CA1AC
(140,161,172)
#7E919B
(126,145,155)
#70818A
(112,129,138)
#627179
(98,113,121)
#546168
(84,97,104)
#465157
(70,81,87)
#384146
(56,65,70)
#2A3135
(42,49,53)
#1C2124
(28,33,36)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #9AB1BD

#9AB1BD
(154,177,189)
#A3B8C3
(163,184,195)
#ACBFC9
(172,191,201)
#B5C6CF
(181,198,207)
#BECDD5
(190,205,213)
#C7D4DB
(199,212,219)
#D0DBE1
(208,219,225)
#D9E2E7
(217,226,231)
#E2E9ED
(226,233,237)
#EBF0F3
(235,240,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB1BD; }

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

This text font color is #9AB1BD.


Background Color

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

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

This div background color is #9AB1BD.


Border color

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

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

This div border color is #9AB1BD.


Opacity

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

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

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

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

This text has shadow with #9AB1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB1BD on black background.


Color preview on white background

This text has color #9AB1BD on white background.



Black color preview on #9AB1BD background

This text has black color on #9AB1BD background.


White color preview on #9AB1BD background

This text has white color on #9AB1BD background.