COLOR #9AB3BD

HEX: #9AB3BD RGB: (154,179,189)

Color info

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

RGB color model

#9AB3BD color RGB value is (154,179,189).

RGB: (154,179,189) (60%, 70%, 74%)

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 189 of 255 = 74%

154
179
189

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

Portions of RGB colors in percentages

R + G + B = 154 + 179 + 189 = 522 (100%)
R 154 of 522 ~ 29.5%
G 179 of 522 ~ 34.29%
B 189 of 522 ~ 36.21'%

%29.5
%34.29
%36.21

CMYK color model

#9AB3BD color CMYK value is (19,5,0,26).

  • cyan value is 18.52%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (19,5,0,26)
C19M5Y0K26 (19%, 5%, 0%, 26%)
(0.19 / 0.05 / 0.00 / 0.26)

CMYK percentages

%18.52
%5.29
%0
%25.88

Codes

Color #9AB3BD in popluar color models

9A B3 BD
RGB 154 179 189
HSL 197° 20.96% 67.25%
HSB/HSV 197° 18.52% 74.12%
CMYK 18.52% 5.29% 0.00%
25.88%

Color #9AB3BD in popluar number systems.

HEX 9A B3 BD
Decimal 154 179 189
Binary 10011010 10110011 10111101
Octal 232 263 275

Shades and tints

Shades of #9AB3BD

#9AB3BD
(154,179,189)
#8CA3AC
(140,163,172)
#7E939B
(126,147,155)
#70838A
(112,131,138)
#627379
(98,115,121)
#546368
(84,99,104)
#465357
(70,83,87)
#384346
(56,67,70)
#2A3335
(42,51,53)
#1C2324
(28,35,36)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #9AB3BD

#9AB3BD
(154,179,189)
#A3B9C3
(163,185,195)
#ACBFC9
(172,191,201)
#B5C5CF
(181,197,207)
#BECBD5
(190,203,213)
#C7D1DB
(199,209,219)
#D0D7E1
(208,215,225)
#D9DDE7
(217,221,231)
#E2E3ED
(226,227,237)
#EBE9F3
(235,233,243)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB3BD; }

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

This text font color is #9AB3BD.

Background Color

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

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

This div background color is #9AB3BD.

Border color

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

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

This div border color is #9AB3BD.

Opacity

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

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

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

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

This text has shadow with #9AB3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB3BD.

Preview

Color preview on black background

This text has color #9AB3BD on black background.


Color preview on white background

This text has color #9AB3BD on white background.


Black color preview on #9AB3BD background

This text has black color on #9AB3BD background.


White color preview on #9AB3BD background

This text has white color on #9AB3BD background.


Related colors

Complementary color

Complementary color for #hex is #654C42.


I love getcolorcode.com

Triadic colors

1 #BD9AB3 and #B3BD9A with #9AB3BD are triadic colors.

2 #BDB39A and #B39ABD with #9AB3BD are triadic colors.