COLOR #9AB9B2

HEX: #9AB9B2 RGB: (154,185,178)

Color info

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

RGB color model

#9AB9B2 color RGB value is (154,185,178).

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

RGB channels and saturation

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

154
185
178

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

Portions of RGB colors in percentages

R + G + B = 154 + 185 + 178 = 517 (100%)
R 154 of 517 ~ 29.79%
G 185 of 517 ~ 35.78%
B 178 of 517 ~ 34.43'%

%29.79
%35.78
%34.43

CMYK color model

#9AB9B2 color CMYK value is (17,0,4,27).

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

CMYK: (17,0,4,27)
C17M0Y4K27 (17%, 0%, 4%, 27%)
(0.17 / 0.00 / 0.04 / 0.27)

CMYK percentages

%16.76
%0
%3.78
%27.45

Codes

Color #9AB9B2 in popluar color models

9A B9 B2
RGB 154 185 178
HSL 166° 18.13% 66.47%
HSB/HSV 166° 16.76% 72.55%
CMYK 16.76% 0.00% 3.78%
27.45%

Color #9AB9B2 in popluar number systems.

HEX 9A B9 B2
Decimal 154 185 178
Binary 10011010 10111001 10110010
Octal 232 271 262

Shades and tints

Shades of #9AB9B2

#9AB9B2
(154,185,178)
#8CA9A2
(140,169,162)
#7E9992
(126,153,146)
#708982
(112,137,130)
#627972
(98,121,114)
#546962
(84,105,98)
#465952
(70,89,82)
#384942
(56,73,66)
#2A3932
(42,57,50)
#1C2922
(28,41,34)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #9AB9B2

#9AB9B2
(154,185,178)
#A3BFB9
(163,191,185)
#ACC5C0
(172,197,192)
#B5CBC7
(181,203,199)
#BED1CE
(190,209,206)
#C7D7D5
(199,215,213)
#D0DDDC
(208,221,220)
#D9E3E3
(217,227,227)
#E2E9EA
(226,233,234)
#EBEFF1
(235,239,241)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB9B2; }

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

This text font color is #9AB9B2.

Background Color

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

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

This div background color is #9AB9B2.

Border color

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

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

This div border color is #9AB9B2.

Opacity

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

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

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

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

This text has shadow with #9AB9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB9B2.

Preview

Color preview on black background

This text has color #9AB9B2 on black background.


Color preview on white background

This text has color #9AB9B2 on white background.


Black color preview on #9AB9B2 background

This text has black color on #9AB9B2 background.


White color preview on #9AB9B2 background

This text has white color on #9AB9B2 background.


Related colors

Complementary color

Complementary color for #hex is #65464D.


I love getcolorcode.com

Triadic colors

1 #B29AB9 and #B9B29A with #9AB9B2 are triadic colors.

2 #B2B99A and #B99AB2 with #9AB9B2 are triadic colors.