COLOR #ABDCC7

HEX: #ABDCC7 RGB: (171,220,199)

Color info

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

RGB color model

#ABDCC7 color RGB value is (171,220,199).

RGB: (171,220,199) (67%, 86%, 78%)

RGB channels and saturation

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

171
220
199

R + G + B ~ 77%. #ABDCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 199 = 590 (100%)
R 171 of 590 ~ 28.98%
G 220 of 590 ~ 37.29%
B 199 of 590 ~ 33.73'%

%28.98
%37.29
%33.73

CMYK color model

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

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

CMYK: (22,0,10,14)
C22M0Y10K14 (22%, 0%, 10%, 14%)
(0.22 / 0.00 / 0.10 / 0.14)

CMYK percentages

%22.27
%0
%9.55
%13.73

Codes

Color #ABDCC7 in popluar color models

AB DC C7
RGB 171 220 199
HSL 154° 41.18% 76.67%
HSB/HSV 154° 22.27% 86.27%
CMYK 22.27% 0.00% 9.55%
13.73%

Color #ABDCC7 in popluar number systems.

HEX AB DC C7
Decimal 171 220 199
Binary 10101011 11011100 11000111
Octal 253 334 307

Shades and tints

Shades of #ABDCC7

#ABDCC7
(171,220,199)
#9CC8B5
(156,200,181)
#8DB4A3
(141,180,163)
#7EA091
(126,160,145)
#6F8C7F
(111,140,127)
#60786D
(96,120,109)
#51645B
(81,100,91)
#425049
(66,80,73)
#333C37
(51,60,55)
#242825
(36,40,37)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #ABDCC7

#ABDCC7
(171,220,199)
#B2DFCC
(178,223,204)
#B9E2D1
(185,226,209)
#C0E5D6
(192,229,214)
#C7E8DB
(199,232,219)
#CEEBE0
(206,235,224)
#D5EEE5
(213,238,229)
#DCF1EA
(220,241,234)
#E3F4EF
(227,244,239)
#EAF7F4
(234,247,244)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCC7; }

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

This text font color is #ABDCC7.

Background Color

.myBgColor { background-color: #ABDCC7; }

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

This div background color is #ABDCC7.

Border color

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

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

This div border color is #ABDCC7.

Opacity

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

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

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

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

This text has shadow with #ABDCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDCC7.

Preview

Color preview on black background

This text has color #ABDCC7 on black background.


Color preview on white background

This text has color #ABDCC7 on white background.


Black color preview on #ABDCC7 background

This text has black color on #ABDCC7 background.


White color preview on #ABDCC7 background

This text has white color on #ABDCC7 background.


Related colors

Complementary color

Complementary color for #hex is #542338.


I love getcolorcode.com

Triadic colors

1 #C7ABDC and #DCC7AB with #ABDCC7 are triadic colors.

2 #C7DCAB and #DCABC7 with #ABDCC7 are triadic colors.