COLOR #ABD9CE

HEX: #ABD9CE
RGB: (171,217,206)

Color info

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

RGB color model

#ABD9CE color RGB value is (171,217,206).

  • red value is 171;
  • green value is 217;
  • blue value is 206.
RGB:
(171,217,206)
(67%,85%,81%)

RGB channels and saturation

R 171 of 255 = 67%
G 217 of 255 = 85%
B 206 of 255 = 81%

171
217
206

R + G + B ~ 78%. #ABD9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 206 = 594 (100%)
R 171 of 594 ~ 28.79%
G 217 of 594 ~ 36.53%
B 206 of 594 ~ 34.68%

%28.79
%36.53
%34.68

CMYK color model

#ABD9CE color CMYK value is (21,0,5,15).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(21,0,5,15)
C21M0Y5K15 
(21%,0%,5%,15%)
(0.21/0.00/0.05/0.15)	

CMYK percentages

%21.2
%0
%5.07
%14.9

Codes

Color #ABD9CE in popluar color models

ABD9CE
RGB171217206
HSL166°37.70%76.08%
HSB/HSV166°21.20%85.10%
CMYK21.20%0.00%5.07%
14.90%

Color #ABD9CE in popluar number systems.

HEXABD9CE
Decimal171217206
Binary101010111101100111001110
Octal253331316

Shades and tints

Shades of #ABD9CE

#ABD9CE
(171,217,206)
#9CC6BC
(156,198,188)
#8DB3AA
(141,179,170)
#7EA098
(126,160,152)
#6F8D86
(111,141,134)
#607A74
(96,122,116)
#516762
(81,103,98)
#425450
(66,84,80)
#33413E
(51,65,62)
#242E2C
(36,46,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #ABD9CE

#ABD9CE
(171,217,206)
#B2DCD2
(178,220,210)
#B9DFD6
(185,223,214)
#C0E2DA
(192,226,218)
#C7E5DE
(199,229,222)
#CEE8E2
(206,232,226)
#D5EBE6
(213,235,230)
#DCEEEA
(220,238,234)
#E3F1EE
(227,241,238)
#EAF4F2
(234,244,242)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD9CE color. Also use rgb(171,217,206) instead hex code.

Text Font Color

.myTextColor { color: #ABD9CE; }

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

This text font color is #ABD9CE.


Background Color

.myBgColor { background-color: #ABD9CE; }

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

This div background color is #ABD9CE.


Border color

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

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

This div border color is #ABD9CE.


Opacity

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

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

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

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

This text has shadow with #ABD9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD9CE on black background.


Color preview on white background

This text has color #ABD9CE on white background.



Black color preview on #ABD9CE background

This text has black color on #ABD9CE background.


White color preview on #ABD9CE background

This text has white color on #ABD9CE background.