COLOR #9AB9B3

HEX: #9AB9B3 RGB: (154,185,179)

Color info

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

RGB color model

#9AB9B3 color RGB value is (154,185,179).

RGB: (154,185,179) (60%, 73%, 70%)

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 179 of 255 = 70%

154
185
179

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

Portions of RGB colors in percentages

R + G + B = 154 + 185 + 179 = 518 (100%)
R 154 of 518 ~ 29.73%
G 185 of 518 ~ 35.71%
B 179 of 518 ~ 34.56'%

%29.73
%35.71
%34.56

CMYK color model

#9AB9B3 color CMYK value is (17,0,3,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 27.45%

CMYK: (17,0,3,27)
C17M0Y3K27 (17%, 0%, 3%, 27%)
(0.17 / 0.00 / 0.03 / 0.27)

CMYK percentages

%16.76
%0
%3.24
%27.45

Codes

Color #9AB9B3 in popluar color models

9A B9 B3
RGB 154 185 179
HSL 168° 18.13% 66.47%
HSB/HSV 168° 16.76% 72.55%
CMYK 16.76% 0.00% 3.24%
27.45%

Color #9AB9B3 in popluar number systems.

HEX 9A B9 B3
Decimal 154 185 179
Binary 10011010 10111001 10110011
Octal 232 271 263

Shades and tints

Shades of #9AB9B3

#9AB9B3
(154,185,179)
#8CA9A3
(140,169,163)
#7E9993
(126,153,147)
#708983
(112,137,131)
#627973
(98,121,115)
#546963
(84,105,99)
#465953
(70,89,83)
#384943
(56,73,67)
#2A3933
(42,57,51)
#1C2923
(28,41,35)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #9AB9B3

#9AB9B3
(154,185,179)
#A3BFB9
(163,191,185)
#ACC5BF
(172,197,191)
#B5CBC5
(181,203,197)
#BED1CB
(190,209,203)
#C7D7D1
(199,215,209)
#D0DDD7
(208,221,215)
#D9E3DD
(217,227,221)
#E2E9E3
(226,233,227)
#EBEFE9
(235,239,233)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB9B3; }

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

This text font color is #9AB9B3.

Background Color

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

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

This div background color is #9AB9B3.

Border color

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

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

This div border color is #9AB9B3.

Opacity

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

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

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

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

This text has shadow with #9AB9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB9B3.

Preview

Color preview on black background

This text has color #9AB9B3 on black background.


Color preview on white background

This text has color #9AB9B3 on white background.


Black color preview on #9AB9B3 background

This text has black color on #9AB9B3 background.


White color preview on #9AB9B3 background

This text has white color on #9AB9B3 background.


Related colors

Complementary color

Complementary color for #hex is #65464C.


I love getcolorcode.com

Triadic colors

1 #B39AB9 and #B9B39A with #9AB9B3 are triadic colors.

2 #B3B99A and #B99AB3 with #9AB9B3 are triadic colors.