COLOR #ABDD8D

HEX: #ABDD8D
RGB: (171,221,141)

Color info

#ABDD8D contains mainly red and green colors. Web safe color of #ABDD8D is #99CC99 (or #9C9).

RGB color model

#ABDD8D color RGB value is (171,221,141).

  • red value is 171;
  • green value is 221;
  • blue value is 141.
RGB:
(171,221,141)
(67%,87%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 141 of 255 = 55%

171
221
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 141 = 533 (100%)
R 171 of 533 ~ 32.08%
G 221 of 533 ~ 41.46%
B 141 of 533 ~ 26.45%

%32.08
%41.46
%26.45

CMYK color model

#ABDD8D color CMYK value is (23,0,36,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 13.33%
CMYK:
(23,0,36,13)
C23M0Y36K13 
(23%,0%,36%,13%)
(0.23/0.00/0.36/0.13)	

CMYK percentages

%22.62
%0
%36.2
%13.33

Codes

Color #ABDD8D in popluar color models

ABDD8D
RGB171221141
HSL98°54.05%70.98%
HSB/HSV98°36.20%86.67%
CMYK22.62%0.00%36.20%
13.33%

Color #ABDD8D in popluar number systems.

HEXABDD8D
Decimal171221141
Binary101010111101110110001101
Octal253335215

Shades and tints

Shades of #ABDD8D

#ABDD8D
(171,221,141)
#9CC981
(156,201,129)
#8DB575
(141,181,117)
#7EA169
(126,161,105)
#6F8D5D
(111,141,93)
#607951
(96,121,81)
#516545
(81,101,69)
#425139
(66,81,57)
#333D2D
(51,61,45)
#242921
(36,41,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABDD8D

#ABDD8D
(171,221,141)
#B2E097
(178,224,151)
#B9E3A1
(185,227,161)
#C0E6AB
(192,230,171)
#C7E9B5
(199,233,181)
#CEECBF
(206,236,191)
#D5EFC9
(213,239,201)
#DCF2D3
(220,242,211)
#E3F5DD
(227,245,221)
#EAF8E7
(234,248,231)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDD8D color. Also use rgb(171,221,141) instead hex code.

Text Font Color

.myTextColor { color: #ABDD8D; }

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

This text font color is #ABDD8D.


Background Color

.myBgColor { background-color: #ABDD8D; }

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

This div background color is #ABDD8D.


Border color

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

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

This div border color is #ABDD8D.


Opacity

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

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

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

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

This text has shadow with #ABDD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDD8D on black background.


Color preview on white background

This text has color #ABDD8D on white background.



Black color preview on #ABDD8D background

This text has black color on #ABDD8D background.


White color preview on #ABDD8D background

This text has white color on #ABDD8D background.