COLOR #ABD7A0

HEX: #ABD7A0
RGB: (171,215,160)

Color info

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

RGB color model

#ABD7A0 color RGB value is (171,215,160).

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

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 160 of 255 = 63%

171
215
160

R + G + B ~ 71%. #ABD7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 215 + 160 = 546 (100%)
R 171 of 546 ~ 31.32%
G 215 of 546 ~ 39.38%
B 160 of 546 ~ 29.3%

%31.32
%39.38
%29.3

CMYK color model

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

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 15.69%
CMYK:
(20,0,26,16)
C20M0Y26K16 
(20%,0%,26%,16%)
(0.20/0.00/0.26/0.16)	

CMYK percentages

%20.47
%0
%25.58
%15.69

Codes

Color #ABD7A0 in popluar color models

ABD7A0
RGB171215160
HSL108°40.74%73.53%
HSB/HSV108°25.58%84.31%
CMYK20.47%0.00%25.58%
15.69%

Color #ABD7A0 in popluar number systems.

HEXABD7A0
Decimal171215160
Binary101010111101011110100000
Octal253327240

Shades and tints

Shades of #ABD7A0

#ABD7A0
(171,215,160)
#9CC492
(156,196,146)
#8DB184
(141,177,132)
#7E9E76
(126,158,118)
#6F8B68
(111,139,104)
#60785A
(96,120,90)
#51654C
(81,101,76)
#42523E
(66,82,62)
#333F30
(51,63,48)
#242C22
(36,44,34)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABD7A0

#ABD7A0
(171,215,160)
#B2DAA8
(178,218,168)
#B9DDB0
(185,221,176)
#C0E0B8
(192,224,184)
#C7E3C0
(199,227,192)
#CEE6C8
(206,230,200)
#D5E9D0
(213,233,208)
#DCECD8
(220,236,216)
#E3EFE0
(227,239,224)
#EAF2E8
(234,242,232)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD7A0; }

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

This text font color is #ABD7A0.


Background Color

.myBgColor { background-color: #ABD7A0; }

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

This div background color is #ABD7A0.


Border color

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

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

This div border color is #ABD7A0.


Opacity

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

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

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

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

This text has shadow with #ABD7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD7A0 on black background.


Color preview on white background

This text has color #ABD7A0 on white background.



Black color preview on #ABD7A0 background

This text has black color on #ABD7A0 background.


White color preview on #ABD7A0 background

This text has white color on #ABD7A0 background.