COLOR #ABDCCD

HEX: #ABDCCD RGB: (171,220,205)

Color info

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

RGB color model

#ABDCCD color RGB value is (171,220,205).

RGB: (171,220,205) (67%, 86%, 80%)

RGB channels and saturation

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

171
220
205

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

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 205 = 596 (100%)
R 171 of 596 ~ 28.69%
G 220 of 596 ~ 36.91%
B 205 of 596 ~ 34.4'%

%28.69
%36.91
%34.4

CMYK color model

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

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

CMYK: (22,0,7,14)
C22M0Y7K14 (22%, 0%, 7%, 14%)
(0.22 / 0.00 / 0.07 / 0.14)

CMYK percentages

%22.27
%0
%6.82
%13.73

Codes

Color #ABDCCD in popluar color models

AB DC CD
RGB 171 220 205
HSL 162° 41.18% 76.67%
HSB/HSV 162° 22.27% 86.27%
CMYK 22.27% 0.00% 6.82%
13.73%

Color #ABDCCD in popluar number systems.

HEX AB DC CD
Decimal 171 220 205
Binary 10101011 11011100 11001101
Octal 253 334 315

Shades and tints

Shades of #ABDCCD

#ABDCCD
(171,220,205)
#9CC8BB
(156,200,187)
#8DB4A9
(141,180,169)
#7EA097
(126,160,151)
#6F8C85
(111,140,133)
#607873
(96,120,115)
#516461
(81,100,97)
#42504F
(66,80,79)
#333C3D
(51,60,61)
#24282B
(36,40,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABDCCD

#ABDCCD
(171,220,205)
#B2DFD1
(178,223,209)
#B9E2D5
(185,226,213)
#C0E5D9
(192,229,217)
#C7E8DD
(199,232,221)
#CEEBE1
(206,235,225)
#D5EEE5
(213,238,229)
#DCF1E9
(220,241,233)
#E3F4ED
(227,244,237)
#EAF7F1
(234,247,241)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCCD; }

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

This text font color is #ABDCCD.

Background Color

.myBgColor { background-color: #ABDCCD; }

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

This div background color is #ABDCCD.

Border color

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

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

This div border color is #ABDCCD.

Opacity

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

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

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

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

This text has shadow with #ABDCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDCCD.

Preview

Color preview on black background

This text has color #ABDCCD on black background.


Color preview on white background

This text has color #ABDCCD on white background.


Black color preview on #ABDCCD background

This text has black color on #ABDCCD background.


White color preview on #ABDCCD background

This text has white color on #ABDCCD background.


Related colors

Complementary color

Complementary color for #hex is #542332.


I love getcolorcode.com

Triadic colors

1 #CDABDC and #DCCDAB with #ABDCCD are triadic colors.

2 #CDDCAB and #DCABCD with #ABDCCD are triadic colors.