COLOR #ABDD71

HEX: #ABDD71
RGB: (171,221,113)

Color info

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

RGB color model

#ABDD71 color RGB value is (171,221,113).

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

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 113 of 255 = 44%

171
221
113

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

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 113 = 505 (100%)
R 171 of 505 ~ 33.86%
G 221 of 505 ~ 43.76%
B 113 of 505 ~ 22.38%

%33.86
%43.76
%22.38

CMYK color model

#ABDD71 color CMYK value is (23,0,49,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 48.87%
  • key color value is 13.33%
CMYK:
(23,0,49,13)
C23M0Y49K13 
(23%,0%,49%,13%)
(0.23/0.00/0.49/0.13)	

CMYK percentages

%22.62
%0
%48.87
%13.33

Codes

Color #ABDD71 in popluar color models

ABDD71
RGB171221113
HSL88°61.36%65.49%
HSB/HSV88°48.87%86.67%
CMYK22.62%0.00%48.87%
13.33%

Color #ABDD71 in popluar number systems.

HEXABDD71
Decimal171221113
Binary10101011110111011110001
Octal253335161

Shades and tints

Shades of #ABDD71

#ABDD71
(171,221,113)
#9CC967
(156,201,103)
#8DB55D
(141,181,93)
#7EA153
(126,161,83)
#6F8D49
(111,141,73)
#60793F
(96,121,63)
#516535
(81,101,53)
#42512B
(66,81,43)
#333D21
(51,61,33)
#242917
(36,41,23)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #ABDD71

#ABDD71
(171,221,113)
#B2E07D
(178,224,125)
#B9E389
(185,227,137)
#C0E695
(192,230,149)
#C7E9A1
(199,233,161)
#CEECAD
(206,236,173)
#D5EFB9
(213,239,185)
#DCF2C5
(220,242,197)
#E3F5D1
(227,245,209)
#EAF8DD
(234,248,221)
#F1FBE9
(241,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDD71; }

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

This text font color is #ABDD71.


Background Color

.myBgColor { background-color: #ABDD71; }

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

This div background color is #ABDD71.


Border color

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

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

This div border color is #ABDD71.


Opacity

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

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

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

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

This text has shadow with #ABDD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDD71 on black background.


Color preview on white background

This text has color #ABDD71 on white background.



Black color preview on #ABDD71 background

This text has black color on #ABDD71 background.


White color preview on #ABDD71 background

This text has white color on #ABDD71 background.