COLOR #ABD2AD

HEX: #ABD2AD
RGB: (171,210,173)

Color info

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

RGB color model

#ABD2AD color RGB value is (171,210,173).

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

RGB channels and saturation

R 171 of 255 = 67%
G 210 of 255 = 82%
B 173 of 255 = 68%

171
210
173

R + G + B ~ 72%. #ABD2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 210 + 173 = 554 (100%)
R 171 of 554 ~ 30.87%
G 210 of 554 ~ 37.91%
B 173 of 554 ~ 31.23%

%30.87
%37.91
%31.23

CMYK color model

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

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(19,0,18,18)
C19M0Y18K18 
(19%,0%,18%,18%)
(0.19/0.00/0.18/0.18)	

CMYK percentages

%18.57
%0
%17.62
%17.65

Codes

Color #ABD2AD in popluar color models

ABD2AD
RGB171210173
HSL123°30.23%74.71%
HSB/HSV123°18.57%82.35%
CMYK18.57%0.00%17.62%
17.65%

Color #ABD2AD in popluar number systems.

HEXABD2AD
Decimal171210173
Binary101010111101001010101101
Octal253322255

Shades and tints

Shades of #ABD2AD

#ABD2AD
(171,210,173)
#9CBF9E
(156,191,158)
#8DAC8F
(141,172,143)
#7E9980
(126,153,128)
#6F8671
(111,134,113)
#607362
(96,115,98)
#516053
(81,96,83)
#424D44
(66,77,68)
#333A35
(51,58,53)
#242726
(36,39,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABD2AD

#ABD2AD
(171,210,173)
#B2D6B4
(178,214,180)
#B9DABB
(185,218,187)
#C0DEC2
(192,222,194)
#C7E2C9
(199,226,201)
#CEE6D0
(206,230,208)
#D5EAD7
(213,234,215)
#DCEEDE
(220,238,222)
#E3F2E5
(227,242,229)
#EAF6EC
(234,246,236)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD2AD; }

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

This text font color is #ABD2AD.


Background Color

.myBgColor { background-color: #ABD2AD; }

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

This div background color is #ABD2AD.


Border color

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

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

This div border color is #ABD2AD.


Opacity

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

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

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

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

This text has shadow with #ABD2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD2AD on black background.


Color preview on white background

This text has color #ABD2AD on white background.



Black color preview on #ABD2AD background

This text has black color on #ABD2AD background.


White color preview on #ABD2AD background

This text has white color on #ABD2AD background.