COLOR #9ABDDD

HEX: #9ABDDD RGB: (154,189,221)

Color info

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

RGB color model

#9ABDDD color RGB value is (154,189,221).

RGB: (154,189,221) (60%, 74%, 87%)

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 221 of 255 = 87%

154
189
221

R + G + B ~ 74%. #9ABDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 189 + 221 = 564 (100%)
R 154 of 564 ~ 27.3%
G 189 of 564 ~ 33.51%
B 221 of 564 ~ 39.18'%

%27.3
%33.51
%39.18

CMYK color model

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

  • cyan value is 30.32%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (30,14,0,13)
C30M14Y0K13 (30%, 14%, 0%, 13%)
(0.30 / 0.14 / 0.00 / 0.13)

CMYK percentages

%30.32
%14.48
%0
%13.33

Codes

Color #9ABDDD in popluar color models

9A BD DD
RGB 154 189 221
HSL 209° 49.63% 73.53%
HSB/HSV 209° 30.32% 86.67%
CMYK 30.32% 14.48% 0.00%
13.33%

Color #9ABDDD in popluar number systems.

HEX 9A BD DD
Decimal 154 189 221
Binary 10011010 10111101 11011101
Octal 232 275 335

Shades and tints

Shades of #9ABDDD

#9ABDDD
(154,189,221)
#8CACC9
(140,172,201)
#7E9BB5
(126,155,181)
#708AA1
(112,138,161)
#62798D
(98,121,141)
#546879
(84,104,121)
#465765
(70,87,101)
#384651
(56,70,81)
#2A353D
(42,53,61)
#1C2429
(28,36,41)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #9ABDDD

#9ABDDD
(154,189,221)
#A3C3E0
(163,195,224)
#ACC9E3
(172,201,227)
#B5CFE6
(181,207,230)
#BED5E9
(190,213,233)
#C7DBEC
(199,219,236)
#D0E1EF
(208,225,239)
#D9E7F2
(217,231,242)
#E2EDF5
(226,237,245)
#EBF3F8
(235,243,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABDDD; }

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

This text font color is #9ABDDD.

Background Color

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

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

This div background color is #9ABDDD.

Border color

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

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

This div border color is #9ABDDD.

Opacity

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

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

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

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

This text has shadow with #9ABDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABDDD.

Preview

Color preview on black background

This text has color #9ABDDD on black background.


Color preview on white background

This text has color #9ABDDD on white background.


Black color preview on #9ABDDD background

This text has black color on #9ABDDD background.


White color preview on #9ABDDD background

This text has white color on #9ABDDD background.


Related colors

Complementary color

Complementary color for #hex is #654222.


I love getcolorcode.com

Triadic colors

1 #DD9ABD and #BDDD9A with #9ABDDD are triadic colors.

2 #DDBD9A and #BD9ADD with #9ABDDD are triadic colors.