COLOR #ABD1DA

HEX: #ABD1DA RGB: (171,209,218)

Color info

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

RGB color model

#ABD1DA color RGB value is (171,209,218).

RGB: (171,209,218) (67%, 82%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 218 of 255 = 85%

171
209
218

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

Portions of RGB colors in percentages

R + G + B = 171 + 209 + 218 = 598 (100%)
R 171 of 598 ~ 28.6%
G 209 of 598 ~ 34.95%
B 218 of 598 ~ 36.45'%

%28.6
%34.95
%36.45

CMYK color model

#ABD1DA color CMYK value is (22,4,0,15).

  • cyan value is 21.56%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,4,0,15)
C22M4Y0K15 (22%, 4%, 0%, 15%)
(0.22 / 0.04 / 0.00 / 0.15)

CMYK percentages

%21.56
%4.13
%0
%14.51

Codes

Color #ABD1DA in popluar color models

AB D1 DA
RGB 171 209 218
HSL 191° 38.84% 76.27%
HSB/HSV 191° 21.56% 85.49%
CMYK 21.56% 4.13% 0.00%
14.51%

Color #ABD1DA in popluar number systems.

HEX AB D1 DA
Decimal 171 209 218
Binary 10101011 11010001 11011010
Octal 253 321 332

Shades and tints

Shades of #ABD1DA

#ABD1DA
(171,209,218)
#9CBEC7
(156,190,199)
#8DABB4
(141,171,180)
#7E98A1
(126,152,161)
#6F858E
(111,133,142)
#60727B
(96,114,123)
#515F68
(81,95,104)
#424C55
(66,76,85)
#333942
(51,57,66)
#24262F
(36,38,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #ABD1DA

#ABD1DA
(171,209,218)
#B2D5DD
(178,213,221)
#B9D9E0
(185,217,224)
#C0DDE3
(192,221,227)
#C7E1E6
(199,225,230)
#CEE5E9
(206,229,233)
#D5E9EC
(213,233,236)
#DCEDEF
(220,237,239)
#E3F1F2
(227,241,242)
#EAF5F5
(234,245,245)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD1DA; }

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

This text font color is #ABD1DA.

Background Color

.myBgColor { background-color: #ABD1DA; }

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

This div background color is #ABD1DA.

Border color

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

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

This div border color is #ABD1DA.

Opacity

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

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

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

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

This text has shadow with #ABD1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD1DA.

Preview

Color preview on black background

This text has color #ABD1DA on black background.


Color preview on white background

This text has color #ABD1DA on white background.


Black color preview on #ABD1DA background

This text has black color on #ABD1DA background.


White color preview on #ABD1DA background

This text has white color on #ABD1DA background.


Related colors

Complementary color

Complementary color for #hex is #542E25.


I love getcolorcode.com

Triadic colors

1 #DAABD1 and #D1DAAB with #ABD1DA are triadic colors.

2 #DAD1AB and #D1ABDA with #ABD1DA are triadic colors.