COLOR #9AB6BD

HEX: #9AB6BD
RGB: (154,182,189)

Color info

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

RGB color model

#9AB6BD color RGB value is (154,182,189).

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

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 189 of 255 = 74%

154
182
189

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

Portions of RGB colors in percentages

R + G + B =
154 + 182 + 189 = 525 (100%)
R 154 of 525 ~ 29.33%
G 182 of 525 ~ 34.67%
B 189 of 525 ~ 36%

%29.33
%34.67
%36

CMYK color model

#9AB6BD color CMYK value is (19,4,0,26).

  • cyan value is 18.52%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,4,0,26)
C19M4Y0K26 
(19%,4%,0%,26%)
(0.19/0.04/0.00/0.26)	

CMYK percentages

%18.52
%3.7
%0
%25.88

Codes

Color #9AB6BD in popluar color models

9AB6BD
RGB154182189
HSL192°20.96%67.25%
HSB/HSV192°18.52%74.12%
CMYK18.52%3.70%0.00%
25.88%

Color #9AB6BD in popluar number systems.

HEX9AB6BD
Decimal154182189
Binary100110101011011010111101
Octal232266275

Shades and tints

Shades of #9AB6BD

#9AB6BD
(154,182,189)
#8CA6AC
(140,166,172)
#7E969B
(126,150,155)
#70868A
(112,134,138)
#627679
(98,118,121)
#546668
(84,102,104)
#465657
(70,86,87)
#384646
(56,70,70)
#2A3635
(42,54,53)
#1C2624
(28,38,36)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #9AB6BD

#9AB6BD
(154,182,189)
#A3BCC3
(163,188,195)
#ACC2C9
(172,194,201)
#B5C8CF
(181,200,207)
#BECED5
(190,206,213)
#C7D4DB
(199,212,219)
#D0DAE1
(208,218,225)
#D9E0E7
(217,224,231)
#E2E6ED
(226,230,237)
#EBECF3
(235,236,243)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB6BD; }

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

This text font color is #9AB6BD.


Background Color

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

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

This div background color is #9AB6BD.


Border color

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

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

This div border color is #9AB6BD.


Opacity

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

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

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

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

This text has shadow with #9AB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB6BD on black background.


Color preview on white background

This text has color #9AB6BD on white background.



Black color preview on #9AB6BD background

This text has black color on #9AB6BD background.


White color preview on #9AB6BD background

This text has white color on #9AB6BD background.