COLOR #9ABBD9

HEX: #9ABBD9
RGB: (154,187,217)

Color info

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

RGB color model

#9ABBD9 color RGB value is (154,187,217).

  • red value is 154;
  • green value is 187;
  • blue value is 217.
RGB:
(154,187,217)
(60%,73%,85%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 217 of 255 = 85%

154
187
217

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

Portions of RGB colors in percentages

R + G + B =
154 + 187 + 217 = 558 (100%)
R 154 of 558 ~ 27.6%
G 187 of 558 ~ 33.51%
B 217 of 558 ~ 38.89%

%27.6
%33.51
%38.89

CMYK color model

#9ABBD9 color CMYK value is (29,14,0,15).

  • cyan value is 29.03%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(29,14,0,15)
C29M14Y0K15 
(29%,14%,0%,15%)
(0.29/0.14/0.00/0.15)	

CMYK percentages

%29.03
%13.82
%0
%14.9

Codes

Color #9ABBD9 in popluar color models

9ABBD9
RGB154187217
HSL209°45.32%72.75%
HSB/HSV209°29.03%85.10%
CMYK29.03%13.82%0.00%
14.90%

Color #9ABBD9 in popluar number systems.

HEX9ABBD9
Decimal154187217
Binary100110101011101111011001
Octal232273331

Shades and tints

Shades of #9ABBD9

#9ABBD9
(154,187,217)
#8CAAC6
(140,170,198)
#7E99B3
(126,153,179)
#7088A0
(112,136,160)
#62778D
(98,119,141)
#54667A
(84,102,122)
#465567
(70,85,103)
#384454
(56,68,84)
#2A3341
(42,51,65)
#1C222E
(28,34,46)
#0E111B
(14,17,27)
#000000
(0,0,0)

Tints of #9ABBD9

#9ABBD9
(154,187,217)
#A3C1DC
(163,193,220)
#ACC7DF
(172,199,223)
#B5CDE2
(181,205,226)
#BED3E5
(190,211,229)
#C7D9E8
(199,217,232)
#D0DFEB
(208,223,235)
#D9E5EE
(217,229,238)
#E2EBF1
(226,235,241)
#EBF1F4
(235,241,244)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABBD9 color. Also use rgb(154,187,217) instead hex code.

Text Font Color

.myTextColor { color: #9ABBD9; }

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

This text font color is #9ABBD9.


Background Color

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

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

This div background color is #9ABBD9.


Border color

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

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

This div border color is #9ABBD9.


Opacity

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

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

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

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

This text has shadow with #9ABBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABBD9 on black background.


Color preview on white background

This text has color #9ABBD9 on white background.



Black color preview on #9ABBD9 background

This text has black color on #9ABBD9 background.


White color preview on #9ABBD9 background

This text has white color on #9ABBD9 background.