COLOR #9AB7DC

HEX: #9AB7DC RGB: (154,183,220)

Color info

#9AB7DC contains mainly green and blue colors. Web safe color of #9AB7DC is #99CCCC (or #9CC).

RGB color model

#9AB7DC color RGB value is (154,183,220).

RGB: (154,183,220) (60%, 72%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 220 of 255 = 86%

154
183
220

R + G + B ~ 73%. #9AB7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 183 + 220 = 557 (100%)
R 154 of 557 ~ 27.65%
G 183 of 557 ~ 32.85%
B 220 of 557 ~ 39.5'%

%27.65
%32.85
%39.5

CMYK color model

#9AB7DC color CMYK value is (30,17,0,14).

  • cyan value is 30.00%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (30,17,0,14)
C30M17Y0K14 (30%, 17%, 0%, 14%)
(0.30 / 0.17 / 0.00 / 0.14)

CMYK percentages

%30
%16.82
%0
%13.73

Codes

Color #9AB7DC in popluar color models

9A B7 DC
RGB 154 183 220
HSL 214° 48.53% 73.33%
HSB/HSV 214° 30.00% 86.27%
CMYK 30.00% 16.82% 0.00%
13.73%

Color #9AB7DC in popluar number systems.

HEX 9A B7 DC
Decimal 154 183 220
Binary 10011010 10110111 11011100
Octal 232 267 334

Shades and tints

Shades of #9AB7DC

#9AB7DC
(154,183,220)
#8CA7C8
(140,167,200)
#7E97B4
(126,151,180)
#7087A0
(112,135,160)
#62778C
(98,119,140)
#546778
(84,103,120)
#465764
(70,87,100)
#384750
(56,71,80)
#2A373C
(42,55,60)
#1C2728
(28,39,40)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9AB7DC

#9AB7DC
(154,183,220)
#A3BDDF
(163,189,223)
#ACC3E2
(172,195,226)
#B5C9E5
(181,201,229)
#BECFE8
(190,207,232)
#C7D5EB
(199,213,235)
#D0DBEE
(208,219,238)
#D9E1F1
(217,225,241)
#E2E7F4
(226,231,244)
#EBEDF7
(235,237,247)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB7DC color. Also use rgb(154,183,220) instead hex code.

Text Font Color

.myTextColor { color: #9AB7DC; }

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

This text font color is #9AB7DC.

Background Color

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

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

This div background color is #9AB7DC.

Border color

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

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

This div border color is #9AB7DC.

Opacity

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

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

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

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

This text has shadow with #9AB7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB7DC.

Preview

Color preview on black background

This text has color #9AB7DC on black background.


Color preview on white background

This text has color #9AB7DC on white background.


Black color preview on #9AB7DC background

This text has black color on #9AB7DC background.


White color preview on #9AB7DC background

This text has white color on #9AB7DC background.


Related colors

Complementary color

Complementary color for #hex is #654823.


I love getcolorcode.com

Triadic colors

1 #DC9AB7 and #B7DC9A with #9AB7DC are triadic colors.

2 #DCB79A and #B79ADC with #9AB7DC are triadic colors.