COLOR #ABD6CA

HEX: #ABD6CA
RGB: (171,214,202)

Color info

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

RGB color model

#ABD6CA color RGB value is (171,214,202).

  • red value is 171;
  • green value is 214;
  • blue value is 202.
RGB:
(171,214,202)
(67%,84%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 202 of 255 = 79%

171
214
202

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

Portions of RGB colors in percentages

R + G + B =
171 + 214 + 202 = 587 (100%)
R 171 of 587 ~ 29.13%
G 214 of 587 ~ 36.46%
B 202 of 587 ~ 34.41%

%29.13
%36.46
%34.41

CMYK color model

#ABD6CA color CMYK value is (20,0,6,16).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(20,0,6,16)
C20M0Y6K16 
(20%,0%,6%,16%)
(0.20/0.00/0.06/0.16)	

CMYK percentages

%20.09
%0
%5.61
%16.08

Codes

Color #ABD6CA in popluar color models

ABD6CA
RGB171214202
HSL163°34.40%75.49%
HSB/HSV163°20.09%83.92%
CMYK20.09%0.00%5.61%
16.08%

Color #ABD6CA in popluar number systems.

HEXABD6CA
Decimal171214202
Binary101010111101011011001010
Octal253326312

Shades and tints

Shades of #ABD6CA

#ABD6CA
(171,214,202)
#9CC3B8
(156,195,184)
#8DB0A6
(141,176,166)
#7E9D94
(126,157,148)
#6F8A82
(111,138,130)
#607770
(96,119,112)
#51645E
(81,100,94)
#42514C
(66,81,76)
#333E3A
(51,62,58)
#242B28
(36,43,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABD6CA

#ABD6CA
(171,214,202)
#B2D9CE
(178,217,206)
#B9DCD2
(185,220,210)
#C0DFD6
(192,223,214)
#C7E2DA
(199,226,218)
#CEE5DE
(206,229,222)
#D5E8E2
(213,232,226)
#DCEBE6
(220,235,230)
#E3EEEA
(227,238,234)
#EAF1EE
(234,241,238)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD6CA color. Also use rgb(171,214,202) instead hex code.

Text Font Color

.myTextColor { color: #ABD6CA; }

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

This text font color is #ABD6CA.


Background Color

.myBgColor { background-color: #ABD6CA; }

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

This div background color is #ABD6CA.


Border color

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

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

This div border color is #ABD6CA.


Opacity

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

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

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

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

This text has shadow with #ABD6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD6CA on black background.


Color preview on white background

This text has color #ABD6CA on white background.



Black color preview on #ABD6CA background

This text has black color on #ABD6CA background.


White color preview on #ABD6CA background

This text has white color on #ABD6CA background.