COLOR #ABD09D

HEX: #ABD09D
RGB: (171,208,157)

Color info

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

RGB color model

#ABD09D color RGB value is (171,208,157).

  • red value is 171;
  • green value is 208;
  • blue value is 157.
RGB:
(171,208,157)
(67%,82%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 208 of 255 = 82%
B 157 of 255 = 62%

171
208
157

R + G + B ~ 70%. #ABD09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 208 + 157 = 536 (100%)
R 171 of 536 ~ 31.9%
G 208 of 536 ~ 38.81%
B 157 of 536 ~ 29.29%

%31.9
%38.81
%29.29

CMYK color model

#ABD09D color CMYK value is (18,0,25,18).

  • cyan value is 17.79%
  • magenta value is 0.00%
  • yellow value is 24.52%
  • key color value is 18.43%
CMYK:
(18,0,25,18)
C18M0Y25K18 
(18%,0%,25%,18%)
(0.18/0.00/0.25/0.18)	

CMYK percentages

%17.79
%0
%24.52
%18.43

Codes

Color #ABD09D in popluar color models

ABD09D
RGB171208157
HSL104°35.17%71.57%
HSB/HSV104°24.52%81.57%
CMYK17.79%0.00%24.52%
18.43%

Color #ABD09D in popluar number systems.

HEXABD09D
Decimal171208157
Binary101010111101000010011101
Octal253320235

Shades and tints

Shades of #ABD09D

#ABD09D
(171,208,157)
#9CBE8F
(156,190,143)
#8DAC81
(141,172,129)
#7E9A73
(126,154,115)
#6F8865
(111,136,101)
#607657
(96,118,87)
#516449
(81,100,73)
#42523B
(66,82,59)
#33402D
(51,64,45)
#242E1F
(36,46,31)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #ABD09D

#ABD09D
(171,208,157)
#B2D4A5
(178,212,165)
#B9D8AD
(185,216,173)
#C0DCB5
(192,220,181)
#C7E0BD
(199,224,189)
#CEE4C5
(206,228,197)
#D5E8CD
(213,232,205)
#DCECD5
(220,236,213)
#E3F0DD
(227,240,221)
#EAF4E5
(234,244,229)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD09D; }

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

This text font color is #ABD09D.


Background Color

.myBgColor { background-color: #ABD09D; }

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

This div background color is #ABD09D.


Border color

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

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

This div border color is #ABD09D.


Opacity

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

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

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

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

This text has shadow with #ABD09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD09D on black background.


Color preview on white background

This text has color #ABD09D on white background.



Black color preview on #ABD09D background

This text has black color on #ABD09D background.


White color preview on #ABD09D background

This text has white color on #ABD09D background.