COLOR #ABDCC0

HEX: #ABDCC0 RGB: (171,220,192)

Color info

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

RGB color model

#ABDCC0 color RGB value is (171,220,192).

RGB: (171,220,192) (67%, 86%, 75%)

RGB channels and saturation

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

171
220
192

R + G + B ~ 76%. #ABDCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 192 = 583 (100%)
R 171 of 583 ~ 29.33%
G 220 of 583 ~ 37.74%
B 192 of 583 ~ 32.93'%

%29.33
%37.74
%32.93

CMYK color model

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

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

CMYK: (22,0,13,14)
C22M0Y13K14 (22%, 0%, 13%, 14%)
(0.22 / 0.00 / 0.13 / 0.14)

CMYK percentages

%22.27
%0
%12.73
%13.73

Codes

Color #ABDCC0 in popluar color models

AB DC C0
RGB 171 220 192
HSL 146° 41.18% 76.67%
HSB/HSV 146° 22.27% 86.27%
CMYK 22.27% 0.00% 12.73%
13.73%

Color #ABDCC0 in popluar number systems.

HEX AB DC C0
Decimal 171 220 192
Binary 10101011 11011100 11000000
Octal 253 334 300

Shades and tints

Shades of #ABDCC0

#ABDCC0
(171,220,192)
#9CC8AF
(156,200,175)
#8DB49E
(141,180,158)
#7EA08D
(126,160,141)
#6F8C7C
(111,140,124)
#60786B
(96,120,107)
#51645A
(81,100,90)
#425049
(66,80,73)
#333C38
(51,60,56)
#242827
(36,40,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABDCC0

#ABDCC0
(171,220,192)
#B2DFC5
(178,223,197)
#B9E2CA
(185,226,202)
#C0E5CF
(192,229,207)
#C7E8D4
(199,232,212)
#CEEBD9
(206,235,217)
#D5EEDE
(213,238,222)
#DCF1E3
(220,241,227)
#E3F4E8
(227,244,232)
#EAF7ED
(234,247,237)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCC0; }

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

This text font color is #ABDCC0.

Background Color

.myBgColor { background-color: #ABDCC0; }

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

This div background color is #ABDCC0.

Border color

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

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

This div border color is #ABDCC0.

Opacity

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

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

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

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

This text has shadow with #ABDCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDCC0.

Preview

Color preview on black background

This text has color #ABDCC0 on black background.


Color preview on white background

This text has color #ABDCC0 on white background.


Black color preview on #ABDCC0 background

This text has black color on #ABDCC0 background.


White color preview on #ABDCC0 background

This text has white color on #ABDCC0 background.


Related colors

Complementary color

Complementary color for #hex is #54233F.


I love getcolorcode.com

Triadic colors

1 #C0ABDC and #DCC0AB with #ABDCC0 are triadic colors.

2 #C0DCAB and #DCABC0 with #ABDCC0 are triadic colors.