COLOR #ABDCD9

HEX: #ABDCD9
RGB: (171,220,217)

Color info

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

RGB color model

#ABDCD9 color RGB value is (171,220,217).

  • red value is 171;
  • green value is 220;
  • blue value is 217.
RGB:
(171,220,217)
(67%,86%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 220 of 255 = 86%
B 217 of 255 = 85%

171
220
217

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

Portions of RGB colors in percentages

R + G + B =
171 + 220 + 217 = 608 (100%)
R 171 of 608 ~ 28.13%
G 220 of 608 ~ 36.18%
B 217 of 608 ~ 35.69%

%28.13
%36.18
%35.69

CMYK color model

#ABDCD9 color CMYK value is (22,0,1,14).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.73%
CMYK:
(22,0,1,14)
C22M0Y1K14 
(22%,0%,1%,14%)
(0.22/0.00/0.01/0.14)	

CMYK percentages

%22.27
%0
%1.36
%13.73

Codes

Color #ABDCD9 in popluar color models

ABDCD9
RGB171220217
HSL176°41.18%76.67%
HSB/HSV176°22.27%86.27%
CMYK22.27%0.00%1.36%
13.73%

Color #ABDCD9 in popluar number systems.

HEXABDCD9
Decimal171220217
Binary101010111101110011011001
Octal253334331

Shades and tints

Shades of #ABDCD9

#ABDCD9
(171,220,217)
#9CC8C6
(156,200,198)
#8DB4B3
(141,180,179)
#7EA0A0
(126,160,160)
#6F8C8D
(111,140,141)
#60787A
(96,120,122)
#516467
(81,100,103)
#425054
(66,80,84)
#333C41
(51,60,65)
#24282E
(36,40,46)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #ABDCD9

#ABDCD9
(171,220,217)
#B2DFDC
(178,223,220)
#B9E2DF
(185,226,223)
#C0E5E2
(192,229,226)
#C7E8E5
(199,232,229)
#CEEBE8
(206,235,232)
#D5EEEB
(213,238,235)
#DCF1EE
(220,241,238)
#E3F4F1
(227,244,241)
#EAF7F4
(234,247,244)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDCD9 color. Also use rgb(171,220,217) instead hex code.

Text Font Color

.myTextColor { color: #ABDCD9; }

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

This text font color is #ABDCD9.


Background Color

.myBgColor { background-color: #ABDCD9; }

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

This div background color is #ABDCD9.


Border color

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

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

This div border color is #ABDCD9.


Opacity

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

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

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

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

This text has shadow with #ABDCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDCD9 on black background.


Color preview on white background

This text has color #ABDCD9 on white background.



Black color preview on #ABDCD9 background

This text has black color on #ABDCD9 background.


White color preview on #ABDCD9 background

This text has white color on #ABDCD9 background.