COLOR #ABDCDC

HEX: #ABDCDC
RGB: (171,220,220)

Color info

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

RGB color model

#ABDCDC color RGB value is (171,220,220).

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

RGB channels and saturation

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

171
220
220

R + G + B ~ 80%. #ABDCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 220 + 220 = 611 (100%)
R 171 of 611 ~ 27.99%
G 220 of 611 ~ 36.01%
B 220 of 611 ~ 36.01%

%27.99
%36.01
%36.01

CMYK color model

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

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

CMYK percentages

%22.27
%0
%0
%13.73

Codes

Color #ABDCDC in popluar color models

ABDCDC
RGB171220220
HSL180°41.18%76.67%
HSB/HSV180°22.27%86.27%
CMYK22.27%0.00%0.00%
13.73%

Color #ABDCDC in popluar number systems.

HEXABDCDC
Decimal171220220
Binary101010111101110011011100
Octal253334334

Shades and tints

Shades of #ABDCDC

#ABDCDC
(171,220,220)
#9CC8C8
(156,200,200)
#8DB4B4
(141,180,180)
#7EA0A0
(126,160,160)
#6F8C8C
(111,140,140)
#607878
(96,120,120)
#516464
(81,100,100)
#425050
(66,80,80)
#333C3C
(51,60,60)
#242828
(36,40,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABDCDC

#ABDCDC
(171,220,220)
#B2DFDF
(178,223,223)
#B9E2E2
(185,226,226)
#C0E5E5
(192,229,229)
#C7E8E8
(199,232,232)
#CEEBEB
(206,235,235)
#D5EEEE
(213,238,238)
#DCF1F1
(220,241,241)
#E3F4F4
(227,244,244)
#EAF7F7
(234,247,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCDC; }

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

This text font color is #ABDCDC.


Background Color

.myBgColor { background-color: #ABDCDC; }

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

This div background color is #ABDCDC.


Border color

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

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

This div border color is #ABDCDC.


Opacity

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

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

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

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

This text has shadow with #ABDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDCDC on black background.


Color preview on white background

This text has color #ABDCDC on white background.



Black color preview on #ABDCDC background

This text has black color on #ABDCDC background.


White color preview on #ABDCDC background

This text has white color on #ABDCDC background.