COLOR #ABD2C1

HEX: #ABD2C1
RGB: (171,210,193)

Color info

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

RGB color model

#ABD2C1 color RGB value is (171,210,193).

  • red value is 171;
  • green value is 210;
  • blue value is 193.
RGB:
(171,210,193)
(67%,82%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 210 of 255 = 82%
B 193 of 255 = 76%

171
210
193

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

Portions of RGB colors in percentages

R + G + B =
171 + 210 + 193 = 574 (100%)
R 171 of 574 ~ 29.79%
G 210 of 574 ~ 36.59%
B 193 of 574 ~ 33.62%

%29.79
%36.59
%33.62

CMYK color model

#ABD2C1 color CMYK value is (19,0,8,18).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 8.10%
  • key color value is 17.65%
CMYK:
(19,0,8,18)
C19M0Y8K18 
(19%,0%,8%,18%)
(0.19/0.00/0.08/0.18)	

CMYK percentages

%18.57
%0
%8.1
%17.65

Codes

Color #ABD2C1 in popluar color models

ABD2C1
RGB171210193
HSL154°30.23%74.71%
HSB/HSV154°18.57%82.35%
CMYK18.57%0.00%8.10%
17.65%

Color #ABD2C1 in popluar number systems.

HEXABD2C1
Decimal171210193
Binary101010111101001011000001
Octal253322301

Shades and tints

Shades of #ABD2C1

#ABD2C1
(171,210,193)
#9CBFB0
(156,191,176)
#8DAC9F
(141,172,159)
#7E998E
(126,153,142)
#6F867D
(111,134,125)
#60736C
(96,115,108)
#51605B
(81,96,91)
#424D4A
(66,77,74)
#333A39
(51,58,57)
#242728
(36,39,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABD2C1

#ABD2C1
(171,210,193)
#B2D6C6
(178,214,198)
#B9DACB
(185,218,203)
#C0DED0
(192,222,208)
#C7E2D5
(199,226,213)
#CEE6DA
(206,230,218)
#D5EADF
(213,234,223)
#DCEEE4
(220,238,228)
#E3F2E9
(227,242,233)
#EAF6EE
(234,246,238)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD2C1 color. Also use rgb(171,210,193) instead hex code.

Text Font Color

.myTextColor { color: #ABD2C1; }

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

This text font color is #ABD2C1.


Background Color

.myBgColor { background-color: #ABD2C1; }

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

This div background color is #ABD2C1.


Border color

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

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

This div border color is #ABD2C1.


Opacity

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

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

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

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

This text has shadow with #ABD2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD2C1 on black background.


Color preview on white background

This text has color #ABD2C1 on white background.



Black color preview on #ABD2C1 background

This text has black color on #ABD2C1 background.


White color preview on #ABD2C1 background

This text has white color on #ABD2C1 background.