COLOR #ABD9AB

HEX: #ABD9AB
RGB: (171,217,171)

Color info

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

RGB color model

#ABD9AB color RGB value is (171,217,171).

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

RGB channels and saturation

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

171
217
171

R + G + B ~ 73%. #ABD9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 171 = 559 (100%)
R 171 of 559 ~ 30.59%
G 217 of 559 ~ 38.82%
B 171 of 559 ~ 30.59%

%30.59
%38.82
%30.59

CMYK color model

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

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

CMYK percentages

%21.2
%0
%21.2
%14.9

Codes

Color #ABD9AB in popluar color models

ABD9AB
RGB171217171
HSL120°37.70%76.08%
HSB/HSV120°21.20%85.10%
CMYK21.20%0.00%21.20%
14.90%

Color #ABD9AB in popluar number systems.

HEXABD9AB
Decimal171217171
Binary101010111101100110101011
Octal253331253

Shades and tints

Shades of #ABD9AB

#ABD9AB
(171,217,171)
#9CC69C
(156,198,156)
#8DB38D
(141,179,141)
#7EA07E
(126,160,126)
#6F8D6F
(111,141,111)
#607A60
(96,122,96)
#516751
(81,103,81)
#425442
(66,84,66)
#334133
(51,65,51)
#242E24
(36,46,36)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #ABD9AB

#ABD9AB
(171,217,171)
#B2DCB2
(178,220,178)
#B9DFB9
(185,223,185)
#C0E2C0
(192,226,192)
#C7E5C7
(199,229,199)
#CEE8CE
(206,232,206)
#D5EBD5
(213,235,213)
#DCEEDC
(220,238,220)
#E3F1E3
(227,241,227)
#EAF4EA
(234,244,234)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD9AB; }

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

This text font color is #ABD9AB.


Background Color

.myBgColor { background-color: #ABD9AB; }

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

This div background color is #ABD9AB.


Border color

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

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

This div border color is #ABD9AB.


Opacity

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

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

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

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

This text has shadow with #ABD9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD9AB on black background.


Color preview on white background

This text has color #ABD9AB on white background.



Black color preview on #ABD9AB background

This text has black color on #ABD9AB background.


White color preview on #ABD9AB background

This text has white color on #ABD9AB background.