COLOR #9ABDDC

HEX: #9ABDDC
RGB: (154,189,220)

Color info

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

RGB color model

#9ABDDC color RGB value is (154,189,220).

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

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 220 of 255 = 86%

154
189
220

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 220 = 563 (100%)
R 154 of 563 ~ 27.35%
G 189 of 563 ~ 33.57%
B 220 of 563 ~ 39.08%

%27.35
%33.57
%39.08

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(30,14,0,14)
C30M14Y0K14 
(30%,14%,0%,14%)
(0.30/0.14/0.00/0.14)	

CMYK percentages

%30
%14.09
%0
%13.73

Codes

Color #9ABDDC in popluar color models

9ABDDC
RGB154189220
HSL208°48.53%73.33%
HSB/HSV208°30.00%86.27%
CMYK30.00%14.09%0.00%
13.73%

Color #9ABDDC in popluar number systems.

HEX9ABDDC
Decimal154189220
Binary100110101011110111011100
Octal232275334

Shades and tints

Shades of #9ABDDC

#9ABDDC
(154,189,220)
#8CACC8
(140,172,200)
#7E9BB4
(126,155,180)
#708AA0
(112,138,160)
#62798C
(98,121,140)
#546878
(84,104,120)
#465764
(70,87,100)
#384650
(56,70,80)
#2A353C
(42,53,60)
#1C2428
(28,36,40)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #9ABDDC

#9ABDDC
(154,189,220)
#A3C3DF
(163,195,223)
#ACC9E2
(172,201,226)
#B5CFE5
(181,207,229)
#BED5E8
(190,213,232)
#C7DBEB
(199,219,235)
#D0E1EE
(208,225,238)
#D9E7F1
(217,231,241)
#E2EDF4
(226,237,244)
#EBF3F7
(235,243,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABDDC; }

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

This text font color is #9ABDDC.


Background Color

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

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

This div background color is #9ABDDC.


Border color

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

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

This div border color is #9ABDDC.


Opacity

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

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

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

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

This text has shadow with #9ABDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABDDC on black background.


Color preview on white background

This text has color #9ABDDC on white background.



Black color preview on #9ABDDC background

This text has black color on #9ABDDC background.


White color preview on #9ABDDC background

This text has white color on #9ABDDC background.