COLOR #ABC9DA

HEX: #ABC9DA
RGB: (171,201,218)

Color info

#ABC9DA contains red, green and blue colors in about the same proportion. Web safe color of #ABC9DA is #99CCCC (or #9CC).

RGB color model

#ABC9DA color RGB value is (171,201,218).

  • red value is 171;
  • green value is 201;
  • blue value is 218.
RGB:
(171,201,218)
(67%,79%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 218 of 255 = 85%

171
201
218

R + G + B ~ 77%. #ABC9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 218 = 590 (100%)
R 171 of 590 ~ 28.98%
G 201 of 590 ~ 34.07%
B 218 of 590 ~ 36.95%

%28.98
%34.07
%36.95

CMYK color model

#ABC9DA color CMYK value is (22,8,0,15).

  • cyan value is 21.56%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,8,0,15)
C22M8Y0K15 
(22%,8%,0%,15%)
(0.22/0.08/0.00/0.15)	

CMYK percentages

%21.56
%7.8
%0
%14.51

Codes

Color #ABC9DA in popluar color models

ABC9DA
RGB171201218
HSL202°38.84%76.27%
HSB/HSV202°21.56%85.49%
CMYK21.56%7.80%0.00%
14.51%

Color #ABC9DA in popluar number systems.

HEXABC9DA
Decimal171201218
Binary101010111100100111011010
Octal253311332

Shades and tints

Shades of #ABC9DA

#ABC9DA
(171,201,218)
#9CB7C7
(156,183,199)
#8DA5B4
(141,165,180)
#7E93A1
(126,147,161)
#6F818E
(111,129,142)
#606F7B
(96,111,123)
#515D68
(81,93,104)
#424B55
(66,75,85)
#333942
(51,57,66)
#24272F
(36,39,47)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #ABC9DA

#ABC9DA
(171,201,218)
#B2CDDD
(178,205,221)
#B9D1E0
(185,209,224)
#C0D5E3
(192,213,227)
#C7D9E6
(199,217,230)
#CEDDE9
(206,221,233)
#D5E1EC
(213,225,236)
#DCE5EF
(220,229,239)
#E3E9F2
(227,233,242)
#EAEDF5
(234,237,245)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC9DA color. Also use rgb(171,201,218) instead hex code.

Text Font Color

.myTextColor { color: #ABC9DA; }

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

This text font color is #ABC9DA.


Background Color

.myBgColor { background-color: #ABC9DA; }

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

This div background color is #ABC9DA.


Border color

.myBorderColor { border: 1px solid #ABC9DA; }

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

This div border color is #ABC9DA.


Opacity

.myOpacity80 { color: #ABC9DA; opacity: 0.8; }

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

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

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

This text has shadow with #ABC9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC9DA on black background.


Color preview on white background

This text has color #ABC9DA on white background.



Black color preview on #ABC9DA background

This text has black color on #ABC9DA background.


White color preview on #ABC9DA background

This text has white color on #ABC9DA background.