COLOR #ABD9A4

HEX: #ABD9A4
RGB: (171,217,164)

Color info

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

RGB color model

#ABD9A4 color RGB value is (171,217,164).

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

RGB channels and saturation

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

171
217
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 164 = 552 (100%)
R 171 of 552 ~ 30.98%
G 217 of 552 ~ 39.31%
B 164 of 552 ~ 29.71%

%30.98
%39.31
%29.71

CMYK color model

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

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

CMYK percentages

%21.2
%0
%24.42
%14.9

Codes

Color #ABD9A4 in popluar color models

ABD9A4
RGB171217164
HSL112°41.09%74.71%
HSB/HSV112°24.42%85.10%
CMYK21.20%0.00%24.42%
14.90%

Color #ABD9A4 in popluar number systems.

HEXABD9A4
Decimal171217164
Binary101010111101100110100100
Octal253331244

Shades and tints

Shades of #ABD9A4

#ABD9A4
(171,217,164)
#9CC696
(156,198,150)
#8DB388
(141,179,136)
#7EA07A
(126,160,122)
#6F8D6C
(111,141,108)
#607A5E
(96,122,94)
#516750
(81,103,80)
#425442
(66,84,66)
#334134
(51,65,52)
#242E26
(36,46,38)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #ABD9A4

#ABD9A4
(171,217,164)
#B2DCAC
(178,220,172)
#B9DFB4
(185,223,180)
#C0E2BC
(192,226,188)
#C7E5C4
(199,229,196)
#CEE8CC
(206,232,204)
#D5EBD4
(213,235,212)
#DCEEDC
(220,238,220)
#E3F1E4
(227,241,228)
#EAF4EC
(234,244,236)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD9A4; }

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

This text font color is #ABD9A4.


Background Color

.myBgColor { background-color: #ABD9A4; }

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

This div background color is #ABD9A4.


Border color

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

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

This div border color is #ABD9A4.


Opacity

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

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

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

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

This text has shadow with #ABD9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD9A4 on black background.


Color preview on white background

This text has color #ABD9A4 on white background.



Black color preview on #ABD9A4 background

This text has black color on #ABD9A4 background.


White color preview on #ABD9A4 background

This text has white color on #ABD9A4 background.