COLOR #ABDF77

HEX: #ABDF77
RGB: (171,223,119)

Color info

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

RGB color model

#ABDF77 color RGB value is (171,223,119).

  • red value is 171;
  • green value is 223;
  • blue value is 119.
RGB:
(171,223,119)
(67%,87%,47%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 119 of 255 = 47%

171
223
119

R + G + B ~ 67%. #ABDF77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 223 + 119 = 513 (100%)
R 171 of 513 ~ 33.33%
G 223 of 513 ~ 43.47%
B 119 of 513 ~ 23.2%

%33.33
%43.47
%23.2

CMYK color model

#ABDF77 color CMYK value is (23,0,47,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 46.64%
  • key color value is 12.55%
CMYK:
(23,0,47,13)
C23M0Y47K13 
(23%,0%,47%,13%)
(0.23/0.00/0.47/0.13)	

CMYK percentages

%23.32
%0
%46.64
%12.55

Codes

Color #ABDF77 in popluar color models

ABDF77
RGB171223119
HSL90°61.90%67.06%
HSB/HSV90°46.64%87.45%
CMYK23.32%0.00%46.64%
12.55%

Color #ABDF77 in popluar number systems.

HEXABDF77
Decimal171223119
Binary10101011110111111110111
Octal253337167

Shades and tints

Shades of #ABDF77

#ABDF77
(171,223,119)
#9CCB6D
(156,203,109)
#8DB763
(141,183,99)
#7EA359
(126,163,89)
#6F8F4F
(111,143,79)
#607B45
(96,123,69)
#51673B
(81,103,59)
#425331
(66,83,49)
#333F27
(51,63,39)
#242B1D
(36,43,29)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABDF77

#ABDF77
(171,223,119)
#B2E183
(178,225,131)
#B9E38F
(185,227,143)
#C0E59B
(192,229,155)
#C7E7A7
(199,231,167)
#CEE9B3
(206,233,179)
#D5EBBF
(213,235,191)
#DCEDCB
(220,237,203)
#E3EFD7
(227,239,215)
#EAF1E3
(234,241,227)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDF77 color. Also use rgb(171,223,119) instead hex code.

Text Font Color

.myTextColor { color: #ABDF77; }

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

This text font color is #ABDF77.


Background Color

.myBgColor { background-color: #ABDF77; }

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

This div background color is #ABDF77.


Border color

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

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

This div border color is #ABDF77.


Opacity

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

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

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

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

This text has shadow with #ABDF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDF77 on black background.


Color preview on white background

This text has color #ABDF77 on white background.



Black color preview on #ABDF77 background

This text has black color on #ABDF77 background.


White color preview on #ABDF77 background

This text has white color on #ABDF77 background.