COLOR #ABD5DF

HEX: #ABD5DF RGB: (171,213,223)

Color info

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

RGB color model

#ABD5DF color RGB value is (171,213,223).

RGB: (171,213,223) (67%, 84%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 213 of 255 = 84%
B 223 of 255 = 87%

171
213
223

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

Portions of RGB colors in percentages

R + G + B = 171 + 213 + 223 = 607 (100%)
R 171 of 607 ~ 28.17%
G 213 of 607 ~ 35.09%
B 223 of 607 ~ 36.74'%

%28.17
%35.09
%36.74

CMYK color model

#ABD5DF color CMYK value is (23,4,0,13).

  • cyan value is 23.32%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (23,4,0,13)
C23M4Y0K13 (23%, 4%, 0%, 13%)
(0.23 / 0.04 / 0.00 / 0.13)

CMYK percentages

%23.32
%4.48
%0
%12.55

Codes

Color #ABD5DF in popluar color models

AB D5 DF
RGB 171 213 223
HSL 192° 44.83% 77.25%
HSB/HSV 192° 23.32% 87.45%
CMYK 23.32% 4.48% 0.00%
12.55%

Color #ABD5DF in popluar number systems.

HEX AB D5 DF
Decimal 171 213 223
Binary 10101011 11010101 11011111
Octal 253 325 337

Shades and tints

Shades of #ABD5DF

#ABD5DF
(171,213,223)
#9CC2CB
(156,194,203)
#8DAFB7
(141,175,183)
#7E9CA3
(126,156,163)
#6F898F
(111,137,143)
#60767B
(96,118,123)
#516367
(81,99,103)
#425053
(66,80,83)
#333D3F
(51,61,63)
#242A2B
(36,42,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABD5DF

#ABD5DF
(171,213,223)
#B2D8E1
(178,216,225)
#B9DBE3
(185,219,227)
#C0DEE5
(192,222,229)
#C7E1E7
(199,225,231)
#CEE4E9
(206,228,233)
#D5E7EB
(213,231,235)
#DCEAED
(220,234,237)
#E3EDEF
(227,237,239)
#EAF0F1
(234,240,241)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD5DF color. Also use rgb(171,213,223) instead hex code.

Text Font Color

.myTextColor { color: #ABD5DF; }

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

This text font color is #ABD5DF.

Background Color

.myBgColor { background-color: #ABD5DF; }

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

This div background color is #ABD5DF.

Border color

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

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

This div border color is #ABD5DF.

Opacity

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

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

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

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

This text has shadow with #ABD5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD5DF.

Preview

Color preview on black background

This text has color #ABD5DF on black background.


Color preview on white background

This text has color #ABD5DF on white background.


Black color preview on #ABD5DF background

This text has black color on #ABD5DF background.


White color preview on #ABD5DF background

This text has white color on #ABD5DF background.


Related colors

Complementary color

Complementary color for #hex is #542A20.


I love getcolorcode.com

Triadic colors

1 #DFABD5 and #D5DFAB with #ABD5DF are triadic colors.

2 #DFD5AB and #D5ABDF with #ABD5DF are triadic colors.