COLOR #ABDB82

HEX: #ABDB82 RGB: (171,219,130)

Color info

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

RGB color model

#ABDB82 color RGB value is (171,219,130).

RGB: (171,219,130) (67%, 86%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 130 of 255 = 51%

171
219
130

R + G + B ~ 68%. #ABDB82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 219 + 130 = 520 (100%)
R 171 of 520 ~ 32.88%
G 219 of 520 ~ 42.12%
B 130 of 520 ~ 25'%

%32.88
%42.12
%25

CMYK color model

#ABDB82 color CMYK value is (22,0,41,14).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 14.12%

CMYK: (22,0,41,14)
C22M0Y41K14 (22%, 0%, 41%, 14%)
(0.22 / 0.00 / 0.41 / 0.14)

CMYK percentages

%21.92
%0
%40.64
%14.12

Codes

Color #ABDB82 in popluar color models

AB DB 82
RGB 171 219 130
HSL 92° 55.28% 68.43%
HSB/HSV 92° 40.64% 85.88%
CMYK 21.92% 0.00% 40.64%
14.12%

Color #ABDB82 in popluar number systems.

HEX AB DB 82
Decimal 171 219 130
Binary 10101011 11011011 10000010
Octal 253 333 202

Shades and tints

Shades of #ABDB82

#ABDB82
(171,219,130)
#9CC877
(156,200,119)
#8DB56C
(141,181,108)
#7EA261
(126,162,97)
#6F8F56
(111,143,86)
#607C4B
(96,124,75)
#516940
(81,105,64)
#425635
(66,86,53)
#33432A
(51,67,42)
#24301F
(36,48,31)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #ABDB82

#ABDB82
(171,219,130)
#B2DE8D
(178,222,141)
#B9E198
(185,225,152)
#C0E4A3
(192,228,163)
#C7E7AE
(199,231,174)
#CEEAB9
(206,234,185)
#D5EDC4
(213,237,196)
#DCF0CF
(220,240,207)
#E3F3DA
(227,243,218)
#EAF6E5
(234,246,229)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDB82 color. Also use rgb(171,219,130) instead hex code.

Text Font Color

.myTextColor { color: #ABDB82; }

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

This text font color is #ABDB82.

Background Color

.myBgColor { background-color: #ABDB82; }

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

This div background color is #ABDB82.

Border color

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

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

This div border color is #ABDB82.

Opacity

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

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

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

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

This text has shadow with #ABDB82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDB82.

Preview

Color preview on black background

This text has color #ABDB82 on black background.


Color preview on white background

This text has color #ABDB82 on white background.


Black color preview on #ABDB82 background

This text has black color on #ABDB82 background.


White color preview on #ABDB82 background

This text has white color on #ABDB82 background.


Related colors

Complementary color

Complementary color for #hex is #54247D.


I love getcolorcode.com

Triadic colors

1 #82ABDB and #DB82AB with #ABDB82 are triadic colors.

2 #82DBAB and #DBAB82 with #ABDB82 are triadic colors.