COLOR #ABD4C6

HEX: #ABD4C6
RGB: (171,212,198)

Color info

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

RGB color model

#ABD4C6 color RGB value is (171,212,198).

  • red value is 171;
  • green value is 212;
  • blue value is 198.
RGB:
(171,212,198)
(67%,83%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 198 of 255 = 78%

171
212
198

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

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 198 = 581 (100%)
R 171 of 581 ~ 29.43%
G 212 of 581 ~ 36.49%
B 198 of 581 ~ 34.08%

%29.43
%36.49
%34.08

CMYK color model

#ABD4C6 color CMYK value is (19,0,7,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(19,0,7,17)
C19M0Y7K17 
(19%,0%,7%,17%)
(0.19/0.00/0.07/0.17)	

CMYK percentages

%19.34
%0
%6.6
%16.86

Codes

Color #ABD4C6 in popluar color models

ABD4C6
RGB171212198
HSL160°32.28%75.10%
HSB/HSV160°19.34%83.14%
CMYK19.34%0.00%6.60%
16.86%

Color #ABD4C6 in popluar number systems.

HEXABD4C6
Decimal171212198
Binary101010111101010011000110
Octal253324306

Shades and tints

Shades of #ABD4C6

#ABD4C6
(171,212,198)
#9CC1B4
(156,193,180)
#8DAEA2
(141,174,162)
#7E9B90
(126,155,144)
#6F887E
(111,136,126)
#60756C
(96,117,108)
#51625A
(81,98,90)
#424F48
(66,79,72)
#333C36
(51,60,54)
#242924
(36,41,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABD4C6

#ABD4C6
(171,212,198)
#B2D7CB
(178,215,203)
#B9DAD0
(185,218,208)
#C0DDD5
(192,221,213)
#C7E0DA
(199,224,218)
#CEE3DF
(206,227,223)
#D5E6E4
(213,230,228)
#DCE9E9
(220,233,233)
#E3ECEE
(227,236,238)
#EAEFF3
(234,239,243)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD4C6; }

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

This text font color is #ABD4C6.


Background Color

.myBgColor { background-color: #ABD4C6; }

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

This div background color is #ABD4C6.


Border color

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

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

This div border color is #ABD4C6.


Opacity

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

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

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

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

This text has shadow with #ABD4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD4C6 on black background.


Color preview on white background

This text has color #ABD4C6 on white background.



Black color preview on #ABD4C6 background

This text has black color on #ABD4C6 background.


White color preview on #ABD4C6 background

This text has white color on #ABD4C6 background.