COLOR #ABD1C5

HEX: #ABD1C5
RGB: (171,209,197)

Color info

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

RGB color model

#ABD1C5 color RGB value is (171,209,197).

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

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 197 of 255 = 77%

171
209
197

R + G + B ~ 75%. #ABD1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 209 + 197 = 577 (100%)
R 171 of 577 ~ 29.64%
G 209 of 577 ~ 36.22%
B 197 of 577 ~ 34.14%

%29.64
%36.22
%34.14

CMYK color model

#ABD1C5 color CMYK value is (18,0,6,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(18,0,6,18)
C18M0Y6K18 
(18%,0%,6%,18%)
(0.18/0.00/0.06/0.18)	

CMYK percentages

%18.18
%0
%5.74
%18.04

Codes

Color #ABD1C5 in popluar color models

ABD1C5
RGB171209197
HSL161°29.23%74.51%
HSB/HSV161°18.18%81.96%
CMYK18.18%0.00%5.74%
18.04%

Color #ABD1C5 in popluar number systems.

HEXABD1C5
Decimal171209197
Binary101010111101000111000101
Octal253321305

Shades and tints

Shades of #ABD1C5

#ABD1C5
(171,209,197)
#9CBEB4
(156,190,180)
#8DABA3
(141,171,163)
#7E9892
(126,152,146)
#6F8581
(111,133,129)
#607270
(96,114,112)
#515F5F
(81,95,95)
#424C4E
(66,76,78)
#33393D
(51,57,61)
#24262C
(36,38,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #ABD1C5

#ABD1C5
(171,209,197)
#B2D5CA
(178,213,202)
#B9D9CF
(185,217,207)
#C0DDD4
(192,221,212)
#C7E1D9
(199,225,217)
#CEE5DE
(206,229,222)
#D5E9E3
(213,233,227)
#DCEDE8
(220,237,232)
#E3F1ED
(227,241,237)
#EAF5F2
(234,245,242)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD1C5; }

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

This text font color is #ABD1C5.


Background Color

.myBgColor { background-color: #ABD1C5; }

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

This div background color is #ABD1C5.


Border color

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

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

This div border color is #ABD1C5.


Opacity

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

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

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

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

This text has shadow with #ABD1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD1C5 on black background.


Color preview on white background

This text has color #ABD1C5 on white background.



Black color preview on #ABD1C5 background

This text has black color on #ABD1C5 background.


White color preview on #ABD1C5 background

This text has white color on #ABD1C5 background.