COLOR #ABDB71

HEX: #ABDB71 RGB: (171,219,113)

Color info

#ABDB71 contains mainly red and green colors. Web safe color of #ABDB71 is #99CC66 (or #9C6).

RGB color model

#ABDB71 color RGB value is (171,219,113).

RGB: (171,219,113) (67%, 86%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 113 of 255 = 44%

171
219
113

R + G + B ~ 66%. #ABDB71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 219 + 113 = 503 (100%)
R 171 of 503 ~ 34%
G 219 of 503 ~ 43.54%
B 113 of 503 ~ 22.47'%

%34
%43.54
%22.47

CMYK color model

#ABDB71 color CMYK value is (22,0,48,14).

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

CMYK: (22,0,48,14)
C22M0Y48K14 (22%, 0%, 48%, 14%)
(0.22 / 0.00 / 0.48 / 0.14)

CMYK percentages

%21.92
%0
%48.4
%14.12

Codes

Color #ABDB71 in popluar color models

AB DB 71
RGB 171 219 113
HSL 87° 59.55% 65.10%
HSB/HSV 87° 48.40% 85.88%
CMYK 21.92% 0.00% 48.40%
14.12%

Color #ABDB71 in popluar number systems.

HEX AB DB 71
Decimal 171 219 113
Binary 10101011 11011011 1110001
Octal 253 333 161

Shades and tints

Shades of #ABDB71

#ABDB71
(171,219,113)
#9CC867
(156,200,103)
#8DB55D
(141,181,93)
#7EA253
(126,162,83)
#6F8F49
(111,143,73)
#607C3F
(96,124,63)
#516935
(81,105,53)
#42562B
(66,86,43)
#334321
(51,67,33)
#243017
(36,48,23)
#151D0D
(21,29,13)
#000000
(0,0,0)

Tints of #ABDB71

#ABDB71
(171,219,113)
#B2DE7D
(178,222,125)
#B9E189
(185,225,137)
#C0E495
(192,228,149)
#C7E7A1
(199,231,161)
#CEEAAD
(206,234,173)
#D5EDB9
(213,237,185)
#DCF0C5
(220,240,197)
#E3F3D1
(227,243,209)
#EAF6DD
(234,246,221)
#F1F9E9
(241,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDB71; }

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

This text font color is #ABDB71.

Background Color

.myBgColor { background-color: #ABDB71; }

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

This div background color is #ABDB71.

Border color

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

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

This div border color is #ABDB71.

Opacity

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

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

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

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

This text has shadow with #ABDB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDB71.

Preview

Color preview on black background

This text has color #ABDB71 on black background.


Color preview on white background

This text has color #ABDB71 on white background.


Black color preview on #ABDB71 background

This text has black color on #ABDB71 background.


White color preview on #ABDB71 background

This text has white color on #ABDB71 background.


Related colors

Complementary color

Complementary color for #hex is #54248E.


I love getcolorcode.com

Triadic colors

1 #71ABDB and #DB71AB with #ABDB71 are triadic colors.

2 #71DBAB and #DBAB71 with #ABDB71 are triadic colors.