COLOR #9AB0DE

HEX: #9AB0DE
RGB: (154,176,222)

Color info

#9AB0DE contains mainly green and blue colors. Web safe color of #9AB0DE is #9999CC (or #99C).

RGB color model

#9AB0DE color RGB value is (154,176,222).

  • red value is 154;
  • green value is 176;
  • blue value is 222.
RGB:
(154,176,222)
(60%,69%,87%)

RGB channels and saturation

R 154 of 255 = 60%
G 176 of 255 = 69%
B 222 of 255 = 87%

154
176
222

R + G + B ~ 72%. #9AB0DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 176 + 222 = 552 (100%)
R 154 of 552 ~ 27.9%
G 176 of 552 ~ 31.88%
B 222 of 552 ~ 40.22%

%27.9
%31.88
%40.22

CMYK color model

#9AB0DE color CMYK value is (31,21,0,13).

  • cyan value is 30.63%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(31,21,0,13)
C31M21Y0K13 
(31%,21%,0%,13%)
(0.31/0.21/0.00/0.13)	

CMYK percentages

%30.63
%20.72
%0
%12.94

Codes

Color #9AB0DE in popluar color models

9AB0DE
RGB154176222
HSL221°50.75%73.73%
HSB/HSV221°30.63%87.06%
CMYK30.63%20.72%0.00%
12.94%

Color #9AB0DE in popluar number systems.

HEX9AB0DE
Decimal154176222
Binary100110101011000011011110
Octal232260336

Shades and tints

Shades of #9AB0DE

#9AB0DE
(154,176,222)
#8CA0CA
(140,160,202)
#7E90B6
(126,144,182)
#7080A2
(112,128,162)
#62708E
(98,112,142)
#54607A
(84,96,122)
#465066
(70,80,102)
#384052
(56,64,82)
#2A303E
(42,48,62)
#1C202A
(28,32,42)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #9AB0DE

#9AB0DE
(154,176,222)
#A3B7E1
(163,183,225)
#ACBEE4
(172,190,228)
#B5C5E7
(181,197,231)
#BECCEA
(190,204,234)
#C7D3ED
(199,211,237)
#D0DAF0
(208,218,240)
#D9E1F3
(217,225,243)
#E2E8F6
(226,232,246)
#EBEFF9
(235,239,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB0DE; }

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

This text font color is #9AB0DE.


Background Color

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

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

This div background color is #9AB0DE.


Border color

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

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

This div border color is #9AB0DE.


Opacity

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

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

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

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

This text has shadow with #9AB0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB0DE on black background.


Color preview on white background

This text has color #9AB0DE on white background.



Black color preview on #9AB0DE background

This text has black color on #9AB0DE background.


White color preview on #9AB0DE background

This text has white color on #9AB0DE background.