COLOR #ABDCC6

HEX: #ABDCC6 RGB: (171,220,198)

Color info

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

RGB color model

#ABDCC6 color RGB value is (171,220,198).

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

RGB channels and saturation

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

171
220
198

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

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 198 = 589 (100%)
R 171 of 589 ~ 29.03%
G 220 of 589 ~ 37.35%
B 198 of 589 ~ 33.62'%

%29.03
%37.35
%33.62

CMYK color model

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

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • 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
%10
%13.73

Codes

Color #ABDCC6 in popluar color models

AB DC C6
RGB 171 220 198
HSL 153° 41.18% 76.67%
HSB/HSV 153° 22.27% 86.27%
CMYK 22.27% 0.00% 10.00%
13.73%

Color #ABDCC6 in popluar number systems.

HEX AB DC C6
Decimal 171 220 198
Binary 10101011 11011100 11000110
Octal 253 334 306

Shades and tints

Shades of #ABDCC6

#ABDCC6
(171,220,198)
#9CC8B4
(156,200,180)
#8DB4A2
(141,180,162)
#7EA090
(126,160,144)
#6F8C7E
(111,140,126)
#60786C
(96,120,108)
#51645A
(81,100,90)
#425048
(66,80,72)
#333C36
(51,60,54)
#242824
(36,40,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABDCC6

#ABDCC6
(171,220,198)
#B2DFCB
(178,223,203)
#B9E2D0
(185,226,208)
#C0E5D5
(192,229,213)
#C7E8DA
(199,232,218)
#CEEBDF
(206,235,223)
#D5EEE4
(213,238,228)
#DCF1E9
(220,241,233)
#E3F4EE
(227,244,238)
#EAF7F3
(234,247,243)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDCC6; }

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

This text font color is #ABDCC6.

Background Color

.myBgColor { background-color: #ABDCC6; }

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

This div background color is #ABDCC6.

Border color

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

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

This div border color is #ABDCC6.

Opacity

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

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

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

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

This text has shadow with #ABDCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDCC6.

Preview

Color preview on black background

This text has color #ABDCC6 on black background.


Color preview on white background

This text has color #ABDCC6 on white background.


Black color preview on #ABDCC6 background

This text has black color on #ABDCC6 background.


White color preview on #ABDCC6 background

This text has white color on #ABDCC6 background.


Related colors

Complementary color

Complementary color for #hex is #542339.


I love getcolorcode.com

Triadic colors

1 #C6ABDC and #DCC6AB with #ABDCC6 are triadic colors.

2 #C6DCAB and #DCABC6 with #ABDCC6 are triadic colors.