COLOR #ABDC8D

HEX: #ABDC8D
RGB: (171,220,141)

Color info

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

RGB color model

#ABDC8D color RGB value is (171,220,141).

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

RGB channels and saturation

R 171 of 255 = 67%
G 220 of 255 = 86%
B 141 of 255 = 55%

171
220
141

R + G + B ~ 69%. #ABDC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 220 + 141 = 532 (100%)
R 171 of 532 ~ 32.14%
G 220 of 532 ~ 41.35%
B 141 of 532 ~ 26.5%

%32.14
%41.35
%26.5

CMYK color model

#ABDC8D color CMYK value is (22,0,36,14).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK:
(22,0,36,14)
C22M0Y36K14 
(22%,0%,36%,14%)
(0.22/0.00/0.36/0.14)	

CMYK percentages

%22.27
%0
%35.91
%13.73

Codes

Color #ABDC8D in popluar color models

ABDC8D
RGB171220141
HSL97°53.02%70.78%
HSB/HSV97°35.91%86.27%
CMYK22.27%0.00%35.91%
13.73%

Color #ABDC8D in popluar number systems.

HEXABDC8D
Decimal171220141
Binary101010111101110010001101
Octal253334215

Shades and tints

Shades of #ABDC8D

#ABDC8D
(171,220,141)
#9CC881
(156,200,129)
#8DB475
(141,180,117)
#7EA069
(126,160,105)
#6F8C5D
(111,140,93)
#607851
(96,120,81)
#516445
(81,100,69)
#425039
(66,80,57)
#333C2D
(51,60,45)
#242821
(36,40,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #ABDC8D

#ABDC8D
(171,220,141)
#B2DF97
(178,223,151)
#B9E2A1
(185,226,161)
#C0E5AB
(192,229,171)
#C7E8B5
(199,232,181)
#CEEBBF
(206,235,191)
#D5EEC9
(213,238,201)
#DCF1D3
(220,241,211)
#E3F4DD
(227,244,221)
#EAF7E7
(234,247,231)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDC8D; }

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

This text font color is #ABDC8D.


Background Color

.myBgColor { background-color: #ABDC8D; }

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

This div background color is #ABDC8D.


Border color

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

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

This div border color is #ABDC8D.


Opacity

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

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

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

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

This text has shadow with #ABDC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDC8D on black background.


Color preview on white background

This text has color #ABDC8D on white background.



Black color preview on #ABDC8D background

This text has black color on #ABDC8D background.


White color preview on #ABDC8D background

This text has white color on #ABDC8D background.