COLOR #9AB0C9

HEX: #9AB0C9 RGB: (154,176,201)

Color info

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

RGB color model

#9AB0C9 color RGB value is (154,176,201).

RGB: (154,176,201) (60%, 69%, 79%)

RGB channels and saturation

R 154 of 255 = 60%
G 176 of 255 = 69%
B 201 of 255 = 79%

154
176
201

R + G + B ~ 69%. #9AB0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 176 + 201 = 531 (100%)
R 154 of 531 ~ 29%
G 176 of 531 ~ 33.15%
B 201 of 531 ~ 37.85'%

%29
%33.15
%37.85

CMYK color model

#9AB0C9 color CMYK value is (23,12,0,21).

  • cyan value is 23.38%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (23,12,0,21)
C23M12Y0K21 (23%, 12%, 0%, 21%)
(0.23 / 0.12 / 0.00 / 0.21)

CMYK percentages

%23.38
%12.44
%0
%21.18

Codes

Color #9AB0C9 in popluar color models

9A B0 C9
RGB 154 176 201
HSL 212° 30.32% 69.61%
HSB/HSV 212° 23.38% 78.82%
CMYK 23.38% 12.44% 0.00%
21.18%

Color #9AB0C9 in popluar number systems.

HEX 9A B0 C9
Decimal 154 176 201
Binary 10011010 10110000 11001001
Octal 232 260 311

Shades and tints

Shades of #9AB0C9

#9AB0C9
(154,176,201)
#8CA0B7
(140,160,183)
#7E90A5
(126,144,165)
#708093
(112,128,147)
#627081
(98,112,129)
#54606F
(84,96,111)
#46505D
(70,80,93)
#38404B
(56,64,75)
#2A3039
(42,48,57)
#1C2027
(28,32,39)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #9AB0C9

#9AB0C9
(154,176,201)
#A3B7CD
(163,183,205)
#ACBED1
(172,190,209)
#B5C5D5
(181,197,213)
#BECCD9
(190,204,217)
#C7D3DD
(199,211,221)
#D0DAE1
(208,218,225)
#D9E1E5
(217,225,229)
#E2E8E9
(226,232,233)
#EBEFED
(235,239,237)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB0C9 color. Also use rgb(154,176,201) instead hex code.

Text Font Color

.myTextColor { color: #9AB0C9; }

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

This text font color is #9AB0C9.

Background Color

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

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

This div background color is #9AB0C9.

Border color

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

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

This div border color is #9AB0C9.

Opacity

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

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

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

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

This text has shadow with #9AB0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB0C9.

Preview

Color preview on black background

This text has color #9AB0C9 on black background.


Color preview on white background

This text has color #9AB0C9 on white background.


Black color preview on #9AB0C9 background

This text has black color on #9AB0C9 background.


White color preview on #9AB0C9 background

This text has white color on #9AB0C9 background.


Related colors

Complementary color

Complementary color for #hex is #654F36.


I love getcolorcode.com

Triadic colors

1 #C99AB0 and #B0C99A with #9AB0C9 are triadic colors.

2 #C9B09A and #B09AC9 with #9AB0C9 are triadic colors.