COLOR #ABD1C8

HEX: #ABD1C8
RGB: (171,209,200)

Color info

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

RGB color model

#ABD1C8 color RGB value is (171,209,200).

  • red value is 171;
  • green value is 209;
  • blue value is 200.
RGB:
(171,209,200)
(67%,82%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 200 of 255 = 78%

171
209
200

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

Portions of RGB colors in percentages

R + G + B =
171 + 209 + 200 = 580 (100%)
R 171 of 580 ~ 29.48%
G 209 of 580 ~ 36.03%
B 200 of 580 ~ 34.48%

%29.48
%36.03
%34.48

CMYK color model

#ABD1C8 color CMYK value is (18,0,4,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 18.04%
CMYK:
(18,0,4,18)
C18M0Y4K18 
(18%,0%,4%,18%)
(0.18/0.00/0.04/0.18)	

CMYK percentages

%18.18
%0
%4.31
%18.04

Codes

Color #ABD1C8 in popluar color models

ABD1C8
RGB171209200
HSL166°29.23%74.51%
HSB/HSV166°18.18%81.96%
CMYK18.18%0.00%4.31%
18.04%

Color #ABD1C8 in popluar number systems.

HEXABD1C8
Decimal171209200
Binary101010111101000111001000
Octal253321310

Shades and tints

Shades of #ABD1C8

#ABD1C8
(171,209,200)
#9CBEB6
(156,190,182)
#8DABA4
(141,171,164)
#7E9892
(126,152,146)
#6F8580
(111,133,128)
#60726E
(96,114,110)
#515F5C
(81,95,92)
#424C4A
(66,76,74)
#333938
(51,57,56)
#242626
(36,38,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABD1C8

#ABD1C8
(171,209,200)
#B2D5CD
(178,213,205)
#B9D9D2
(185,217,210)
#C0DDD7
(192,221,215)
#C7E1DC
(199,225,220)
#CEE5E1
(206,229,225)
#D5E9E6
(213,233,230)
#DCEDEB
(220,237,235)
#E3F1F0
(227,241,240)
#EAF5F5
(234,245,245)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD1C8 color. Also use rgb(171,209,200) instead hex code.

Text Font Color

.myTextColor { color: #ABD1C8; }

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

This text font color is #ABD1C8.


Background Color

.myBgColor { background-color: #ABD1C8; }

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

This div background color is #ABD1C8.


Border color

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

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

This div border color is #ABD1C8.


Opacity

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

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

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

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

This text has shadow with #ABD1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD1C8 on black background.


Color preview on white background

This text has color #ABD1C8 on white background.



Black color preview on #ABD1C8 background

This text has black color on #ABD1C8 background.


White color preview on #ABD1C8 background

This text has white color on #ABD1C8 background.