COLOR #9ABDD7

HEX: #9ABDD7
RGB: (154,189,215)

Color info

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

RGB color model

#9ABDD7 color RGB value is (154,189,215).

  • red value is 154;
  • green value is 189;
  • blue value is 215.
RGB:
(154,189,215)
(60%,74%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 215 of 255 = 84%

154
189
215

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 215 = 558 (100%)
R 154 of 558 ~ 27.6%
G 189 of 558 ~ 33.87%
B 215 of 558 ~ 38.53%

%27.6
%33.87
%38.53

CMYK color model

#9ABDD7 color CMYK value is (28,12,0,16).

  • cyan value is 28.37%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(28,12,0,16)
C28M12Y0K16 
(28%,12%,0%,16%)
(0.28/0.12/0.00/0.16)	

CMYK percentages

%28.37
%12.09
%0
%15.69

Codes

Color #9ABDD7 in popluar color models

9ABDD7
RGB154189215
HSL206°43.26%72.35%
HSB/HSV206°28.37%84.31%
CMYK28.37%12.09%0.00%
15.69%

Color #9ABDD7 in popluar number systems.

HEX9ABDD7
Decimal154189215
Binary100110101011110111010111
Octal232275327

Shades and tints

Shades of #9ABDD7

#9ABDD7
(154,189,215)
#8CACC4
(140,172,196)
#7E9BB1
(126,155,177)
#708A9E
(112,138,158)
#62798B
(98,121,139)
#546878
(84,104,120)
#465765
(70,87,101)
#384652
(56,70,82)
#2A353F
(42,53,63)
#1C242C
(28,36,44)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #9ABDD7

#9ABDD7
(154,189,215)
#A3C3DA
(163,195,218)
#ACC9DD
(172,201,221)
#B5CFE0
(181,207,224)
#BED5E3
(190,213,227)
#C7DBE6
(199,219,230)
#D0E1E9
(208,225,233)
#D9E7EC
(217,231,236)
#E2EDEF
(226,237,239)
#EBF3F2
(235,243,242)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABDD7 color. Also use rgb(154,189,215) instead hex code.

Text Font Color

.myTextColor { color: #9ABDD7; }

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

This text font color is #9ABDD7.


Background Color

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

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

This div background color is #9ABDD7.


Border color

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

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

This div border color is #9ABDD7.


Opacity

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

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

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

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

This text has shadow with #9ABDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABDD7 on black background.


Color preview on white background

This text has color #9ABDD7 on white background.



Black color preview on #9ABDD7 background

This text has black color on #9ABDD7 background.


White color preview on #9ABDD7 background

This text has white color on #9ABDD7 background.