COLOR #ABD8DA

HEX: #ABD8DA
RGB: (171,216,218)

Color info

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

RGB color model

#ABD8DA color RGB value is (171,216,218).

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

RGB channels and saturation

R 171 of 255 = 67%
G 216 of 255 = 85%
B 218 of 255 = 85%

171
216
218

R + G + B ~ 79%. #ABD8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 216 + 218 = 605 (100%)
R 171 of 605 ~ 28.26%
G 216 of 605 ~ 35.7%
B 218 of 605 ~ 36.03%

%28.26
%35.7
%36.03

CMYK color model

#ABD8DA color CMYK value is (22,1,0,15).

  • cyan value is 21.56%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,1,0,15)
C22M1Y0K15 
(22%,1%,0%,15%)
(0.22/0.01/0.00/0.15)	

CMYK percentages

%21.56
%0.92
%0
%14.51

Codes

Color #ABD8DA in popluar color models

ABD8DA
RGB171216218
HSL183°38.84%76.27%
HSB/HSV183°21.56%85.49%
CMYK21.56%0.92%0.00%
14.51%

Color #ABD8DA in popluar number systems.

HEXABD8DA
Decimal171216218
Binary101010111101100011011010
Octal253330332

Shades and tints

Shades of #ABD8DA

#ABD8DA
(171,216,218)
#9CC5C7
(156,197,199)
#8DB2B4
(141,178,180)
#7E9FA1
(126,159,161)
#6F8C8E
(111,140,142)
#60797B
(96,121,123)
#516668
(81,102,104)
#425355
(66,83,85)
#334042
(51,64,66)
#242D2F
(36,45,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #ABD8DA

#ABD8DA
(171,216,218)
#B2DBDD
(178,219,221)
#B9DEE0
(185,222,224)
#C0E1E3
(192,225,227)
#C7E4E6
(199,228,230)
#CEE7E9
(206,231,233)
#D5EAEC
(213,234,236)
#DCEDEF
(220,237,239)
#E3F0F2
(227,240,242)
#EAF3F5
(234,243,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD8DA; }

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

This text font color is #ABD8DA.


Background Color

.myBgColor { background-color: #ABD8DA; }

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

This div background color is #ABD8DA.


Border color

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

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

This div border color is #ABD8DA.


Opacity

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

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

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

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

This text has shadow with #ABD8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD8DA on black background.


Color preview on white background

This text has color #ABD8DA on white background.



Black color preview on #ABD8DA background

This text has black color on #ABD8DA background.


White color preview on #ABD8DA background

This text has white color on #ABD8DA background.