COLOR #ABD7AC

HEX: #ABD7AC
RGB: (171,215,172)

Color info

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

RGB color model

#ABD7AC color RGB value is (171,215,172).

  • red value is 171;
  • green value is 215;
  • blue value is 172.
RGB:
(171,215,172)
(67%,84%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 172 of 255 = 67%

171
215
172

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

Portions of RGB colors in percentages

R + G + B =
171 + 215 + 172 = 558 (100%)
R 171 of 558 ~ 30.65%
G 215 of 558 ~ 38.53%
B 172 of 558 ~ 30.82%

%30.65
%38.53
%30.82

CMYK color model

#ABD7AC color CMYK value is (20,0,20,16).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(20,0,20,16)
C20M0Y20K16 
(20%,0%,20%,16%)
(0.20/0.00/0.20/0.16)	

CMYK percentages

%20.47
%0
%20
%15.69

Codes

Color #ABD7AC in popluar color models

ABD7AC
RGB171215172
HSL121°35.48%75.69%
HSB/HSV121°20.47%84.31%
CMYK20.47%0.00%20.00%
15.69%

Color #ABD7AC in popluar number systems.

HEXABD7AC
Decimal171215172
Binary101010111101011110101100
Octal253327254

Shades and tints

Shades of #ABD7AC

#ABD7AC
(171,215,172)
#9CC49D
(156,196,157)
#8DB18E
(141,177,142)
#7E9E7F
(126,158,127)
#6F8B70
(111,139,112)
#607861
(96,120,97)
#516552
(81,101,82)
#425243
(66,82,67)
#333F34
(51,63,52)
#242C25
(36,44,37)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABD7AC

#ABD7AC
(171,215,172)
#B2DAB3
(178,218,179)
#B9DDBA
(185,221,186)
#C0E0C1
(192,224,193)
#C7E3C8
(199,227,200)
#CEE6CF
(206,230,207)
#D5E9D6
(213,233,214)
#DCECDD
(220,236,221)
#E3EFE4
(227,239,228)
#EAF2EB
(234,242,235)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD7AC; }

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

This text font color is #ABD7AC.


Background Color

.myBgColor { background-color: #ABD7AC; }

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

This div background color is #ABD7AC.


Border color

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

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

This div border color is #ABD7AC.


Opacity

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

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

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

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

This text has shadow with #ABD7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD7AC on black background.


Color preview on white background

This text has color #ABD7AC on white background.



Black color preview on #ABD7AC background

This text has black color on #ABD7AC background.


White color preview on #ABD7AC background

This text has white color on #ABD7AC background.