COLOR #ABD4DA

HEX: #ABD4DA
RGB: (171,212,218)

Color info

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

RGB color model

#ABD4DA color RGB value is (171,212,218).

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

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 218 of 255 = 85%

171
212
218

R + G + B ~ 78%. #ABD4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 218 = 601 (100%)
R 171 of 601 ~ 28.45%
G 212 of 601 ~ 35.27%
B 218 of 601 ~ 36.27%

%28.45
%35.27
%36.27

CMYK color model

#ABD4DA color CMYK value is (22,3,0,15).

  • cyan value is 21.56%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,3,0,15)
C22M3Y0K15 
(22%,3%,0%,15%)
(0.22/0.03/0.00/0.15)	

CMYK percentages

%21.56
%2.75
%0
%14.51

Codes

Color #ABD4DA in popluar color models

ABD4DA
RGB171212218
HSL188°38.84%76.27%
HSB/HSV188°21.56%85.49%
CMYK21.56%2.75%0.00%
14.51%

Color #ABD4DA in popluar number systems.

HEXABD4DA
Decimal171212218
Binary101010111101010011011010
Octal253324332

Shades and tints

Shades of #ABD4DA

#ABD4DA
(171,212,218)
#9CC1C7
(156,193,199)
#8DAEB4
(141,174,180)
#7E9BA1
(126,155,161)
#6F888E
(111,136,142)
#60757B
(96,117,123)
#516268
(81,98,104)
#424F55
(66,79,85)
#333C42
(51,60,66)
#24292F
(36,41,47)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #ABD4DA

#ABD4DA
(171,212,218)
#B2D7DD
(178,215,221)
#B9DAE0
(185,218,224)
#C0DDE3
(192,221,227)
#C7E0E6
(199,224,230)
#CEE3E9
(206,227,233)
#D5E6EC
(213,230,236)
#DCE9EF
(220,233,239)
#E3ECF2
(227,236,242)
#EAEFF5
(234,239,245)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD4DA; }

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

This text font color is #ABD4DA.


Background Color

.myBgColor { background-color: #ABD4DA; }

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

This div background color is #ABD4DA.


Border color

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

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

This div border color is #ABD4DA.


Opacity

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

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

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

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

This text has shadow with #ABD4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD4DA on black background.


Color preview on white background

This text has color #ABD4DA on white background.



Black color preview on #ABD4DA background

This text has black color on #ABD4DA background.


White color preview on #ABD4DA background

This text has white color on #ABD4DA background.