COLOR #ABDCD7

HEX: #ABDCD7 RGB: (171,220,215)

Color info

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

RGB color model

#ABDCD7 color RGB value is (171,220,215).

RGB: (171,220,215) (67%, 86%, 84%)

RGB channels and saturation

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

171
220
215

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

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 215 = 606 (100%)
R 171 of 606 ~ 28.22%
G 220 of 606 ~ 36.3%
B 215 of 606 ~ 35.48'%

%28.22
%36.3
%35.48

CMYK color model

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

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

CMYK: (22,0,2,14)
C22M0Y2K14 (22%, 0%, 2%, 14%)
(0.22 / 0.00 / 0.02 / 0.14)

CMYK percentages

%22.27
%0
%2.27
%13.73

Codes

Color #ABDCD7 in popluar color models

AB DC D7
RGB 171 220 215
HSL 174° 41.18% 76.67%
HSB/HSV 174° 22.27% 86.27%
CMYK 22.27% 0.00% 2.27%
13.73%

Color #ABDCD7 in popluar number systems.

HEX AB DC D7
Decimal 171 220 215
Binary 10101011 11011100 11010111
Octal 253 334 327

Shades and tints

Shades of #ABDCD7

#ABDCD7
(171,220,215)
#9CC8C4
(156,200,196)
#8DB4B1
(141,180,177)
#7EA09E
(126,160,158)
#6F8C8B
(111,140,139)
#607878
(96,120,120)
#516465
(81,100,101)
#425052
(66,80,82)
#333C3F
(51,60,63)
#24282C
(36,40,44)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABDCD7

#ABDCD7
(171,220,215)
#B2DFDA
(178,223,218)
#B9E2DD
(185,226,221)
#C0E5E0
(192,229,224)
#C7E8E3
(199,232,227)
#CEEBE6
(206,235,230)
#D5EEE9
(213,238,233)
#DCF1EC
(220,241,236)
#E3F4EF
(227,244,239)
#EAF7F2
(234,247,242)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCD7; }

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

This text font color is #ABDCD7.

Background Color

.myBgColor { background-color: #ABDCD7; }

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

This div background color is #ABDCD7.

Border color

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

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

This div border color is #ABDCD7.

Opacity

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

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

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

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

This text has shadow with #ABDCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDCD7.

Preview

Color preview on black background

This text has color #ABDCD7 on black background.


Color preview on white background

This text has color #ABDCD7 on white background.


Black color preview on #ABDCD7 background

This text has black color on #ABDCD7 background.


White color preview on #ABDCD7 background

This text has white color on #ABDCD7 background.


Related colors

Complementary color

Complementary color for #hex is #542328.


I love getcolorcode.com

Triadic colors

1 #D7ABDC and #DCD7AB with #ABDCD7 are triadic colors.

2 #D7DCAB and #DCABD7 with #ABDCD7 are triadic colors.