COLOR #9AB5C9

HEX: #9AB5C9 RGB: (154,181,201)

Color info

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

RGB color model

#9AB5C9 color RGB value is (154,181,201).

RGB: (154,181,201) (60%, 71%, 79%)

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 201 of 255 = 79%

154
181
201

R + G + B ~ 70%. #9AB5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 181 + 201 = 536 (100%)
R 154 of 536 ~ 28.73%
G 181 of 536 ~ 33.77%
B 201 of 536 ~ 37.5'%

%28.73
%33.77
%37.5

CMYK color model

#9AB5C9 color CMYK value is (23,10,0,21).

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

CMYK: (23,10,0,21)
C23M10Y0K21 (23%, 10%, 0%, 21%)
(0.23 / 0.10 / 0.00 / 0.21)

CMYK percentages

%23.38
%9.95
%0
%21.18

Codes

Color #9AB5C9 in popluar color models

9A B5 C9
RGB 154 181 201
HSL 206° 30.32% 69.61%
HSB/HSV 206° 23.38% 78.82%
CMYK 23.38% 9.95% 0.00%
21.18%

Color #9AB5C9 in popluar number systems.

HEX 9A B5 C9
Decimal 154 181 201
Binary 10011010 10110101 11001001
Octal 232 265 311

Shades and tints

Shades of #9AB5C9

#9AB5C9
(154,181,201)
#8CA5B7
(140,165,183)
#7E95A5
(126,149,165)
#708593
(112,133,147)
#627581
(98,117,129)
#54656F
(84,101,111)
#46555D
(70,85,93)
#38454B
(56,69,75)
#2A3539
(42,53,57)
#1C2527
(28,37,39)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #9AB5C9

#9AB5C9
(154,181,201)
#A3BBCD
(163,187,205)
#ACC1D1
(172,193,209)
#B5C7D5
(181,199,213)
#BECDD9
(190,205,217)
#C7D3DD
(199,211,221)
#D0D9E1
(208,217,225)
#D9DFE5
(217,223,229)
#E2E5E9
(226,229,233)
#EBEBED
(235,235,237)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB5C9; }

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

This text font color is #9AB5C9.

Background Color

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

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

This div background color is #9AB5C9.

Border color

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

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

This div border color is #9AB5C9.

Opacity

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

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

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

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

This text has shadow with #9AB5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB5C9.

Preview

Color preview on black background

This text has color #9AB5C9 on black background.


Color preview on white background

This text has color #9AB5C9 on white background.


Black color preview on #9AB5C9 background

This text has black color on #9AB5C9 background.


White color preview on #9AB5C9 background

This text has white color on #9AB5C9 background.


Related colors

Complementary color

Complementary color for #hex is #654A36.


I love getcolorcode.com

Triadic colors

1 #C99AB5 and #B5C99A with #9AB5C9 are triadic colors.

2 #C9B59A and #B59AC9 with #9AB5C9 are triadic colors.