COLOR #9AB7E0

HEX: #9AB7E0 RGB: (154,183,224)

Color info

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

RGB color model

#9AB7E0 color RGB value is (154,183,224).

RGB: (154,183,224) (60%, 72%, 88%)

RGB channels and saturation

R 154 of 255 = 60%
G 183 of 255 = 72%
B 224 of 255 = 88%

154
183
224

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

Portions of RGB colors in percentages

R + G + B = 154 + 183 + 224 = 561 (100%)
R 154 of 561 ~ 27.45%
G 183 of 561 ~ 32.62%
B 224 of 561 ~ 39.93'%

%27.45
%32.62
%39.93

CMYK color model

#9AB7E0 color CMYK value is (31,18,0,12).

  • cyan value is 31.25%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (31,18,0,12) C31M18Y0K12 (31%,18%,0%,12%) (0.31/0.18/0.00/0.12) 

CMYK percentages

%31.25
%18.3
%0
%12.16

Codes

Color #9AB7E0 in popluar color models

9A B7 E0
RGB 154 183 224
HSL 215° 53.03% 74.12%
HSB/HSV 215° 31.25% 87.84%
CMYK 31.25% 18.30% 0.00%
12.16%

Color #9AB7E0 in popluar number systems.

HEX 9A B7 E0
Decimal 154 183 224
Binary 10011010 10110111 11100000
Octal 232 267 340

Shades and tints

Shades of #9AB7E0

#9AB7E0
(154,183,224)
#8CA7CC
(140,167,204)
#7E97B8
(126,151,184)
#7087A4
(112,135,164)
#627790
(98,119,144)
#54677C
(84,103,124)
#465768
(70,87,104)
#384754
(56,71,84)
#2A3740
(42,55,64)
#1C272C
(28,39,44)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #9AB7E0

#9AB7E0
(154,183,224)
#A3BDE2
(163,189,226)
#ACC3E4
(172,195,228)
#B5C9E6
(181,201,230)
#BECFE8
(190,207,232)
#C7D5EA
(199,213,234)
#D0DBEC
(208,219,236)
#D9E1EE
(217,225,238)
#E2E7F0
(226,231,240)
#EBEDF2
(235,237,242)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB7E0; }

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

This text font color is #9AB7E0.

Background Color

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

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

This div background color is #9AB7E0.

Border color

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

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

This div border color is #9AB7E0.

Opacity

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

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

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

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

This text has shadow with #9AB7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB7E0.

Preview

Color preview on black background

This text has color #9AB7E0 on black background.


Color preview on white background

This text has color #9AB7E0 on white background.


Black color preview on #9AB7E0 background

This text has black color on #9AB7E0 background.


White color preview on #9AB7E0 background

This text has white color on #9AB7E0 background.


Related colors

Complementary color

Complementary color for #hex is #65481F.


I love getcolorcode.com

Triadic colors

1 #E09AB7 and #B7E09A with #9AB7E0 are triadic colors.

2 #E0B79A and #B79AE0 with #9AB7E0 are triadic colors.