COLOR #ABDCD2

HEX: #ABDCD2 RGB: (171,220,210)

Color info

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

RGB color model

#ABDCD2 color RGB value is (171,220,210).

RGB: (171,220,210) (67%, 86%, 82%)

RGB channels and saturation

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

171
220
210

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

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 210 = 601 (100%)
R 171 of 601 ~ 28.45%
G 220 of 601 ~ 36.61%
B 210 of 601 ~ 34.94'%

%28.45
%36.61
%34.94

CMYK color model

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

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 13.73%

CMYK: (22,0,5,14)
C22M0Y5K14 (22%, 0%, 5%, 14%)
(0.22 / 0.00 / 0.05 / 0.14)

CMYK percentages

%22.27
%0
%4.55
%13.73

Codes

Color #ABDCD2 in popluar color models

AB DC D2
RGB 171 220 210
HSL 168° 41.18% 76.67%
HSB/HSV 168° 22.27% 86.27%
CMYK 22.27% 0.00% 4.55%
13.73%

Color #ABDCD2 in popluar number systems.

HEX AB DC D2
Decimal 171 220 210
Binary 10101011 11011100 11010010
Octal 253 334 322

Shades and tints

Shades of #ABDCD2

#ABDCD2
(171,220,210)
#9CC8BF
(156,200,191)
#8DB4AC
(141,180,172)
#7EA099
(126,160,153)
#6F8C86
(111,140,134)
#607873
(96,120,115)
#516460
(81,100,96)
#42504D
(66,80,77)
#333C3A
(51,60,58)
#242827
(36,40,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABDCD2

#ABDCD2
(171,220,210)
#B2DFD6
(178,223,214)
#B9E2DA
(185,226,218)
#C0E5DE
(192,229,222)
#C7E8E2
(199,232,226)
#CEEBE6
(206,235,230)
#D5EEEA
(213,238,234)
#DCF1EE
(220,241,238)
#E3F4F2
(227,244,242)
#EAF7F6
(234,247,246)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCD2; }

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

This text font color is #ABDCD2.

Background Color

.myBgColor { background-color: #ABDCD2; }

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

This div background color is #ABDCD2.

Border color

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

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

This div border color is #ABDCD2.

Opacity

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

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

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

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

This text has shadow with #ABDCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDCD2.

Preview

Color preview on black background

This text has color #ABDCD2 on black background.


Color preview on white background

This text has color #ABDCD2 on white background.


Black color preview on #ABDCD2 background

This text has black color on #ABDCD2 background.


White color preview on #ABDCD2 background

This text has white color on #ABDCD2 background.


Related colors

Complementary color

Complementary color for #hex is #54232D.


I love getcolorcode.com

Triadic colors

1 #D2ABDC and #DCD2AB with #ABDCD2 are triadic colors.

2 #D2DCAB and #DCABD2 with #ABDCD2 are triadic colors.