COLOR #ABD973

HEX: #ABD973
RGB: (171,217,115)

Color info

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

RGB color model

#ABD973 color RGB value is (171,217,115).

  • red value is 171;
  • green value is 217;
  • blue value is 115.
RGB:
(171,217,115)
(67%,85%,45%)

RGB channels and saturation

R 171 of 255 = 67%
G 217 of 255 = 85%
B 115 of 255 = 45%

171
217
115

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

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 115 = 503 (100%)
R 171 of 503 ~ 34%
G 217 of 503 ~ 43.14%
B 115 of 503 ~ 22.86%

%34
%43.14
%22.86

CMYK color model

#ABD973 color CMYK value is (21,0,47,15).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 47.00%
  • key color value is 14.90%
CMYK:
(21,0,47,15)
C21M0Y47K15 
(21%,0%,47%,15%)
(0.21/0.00/0.47/0.15)	

CMYK percentages

%21.2
%0
%47
%14.9

Codes

Color #ABD973 in popluar color models

ABD973
RGB171217115
HSL87°57.30%65.10%
HSB/HSV87°47.00%85.10%
CMYK21.20%0.00%47.00%
14.90%

Color #ABD973 in popluar number systems.

HEXABD973
Decimal171217115
Binary10101011110110011110011
Octal253331163

Shades and tints

Shades of #ABD973

#ABD973
(171,217,115)
#9CC669
(156,198,105)
#8DB35F
(141,179,95)
#7EA055
(126,160,85)
#6F8D4B
(111,141,75)
#607A41
(96,122,65)
#516737
(81,103,55)
#42542D
(66,84,45)
#334123
(51,65,35)
#242E19
(36,46,25)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #ABD973

#ABD973
(171,217,115)
#B2DC7F
(178,220,127)
#B9DF8B
(185,223,139)
#C0E297
(192,226,151)
#C7E5A3
(199,229,163)
#CEE8AF
(206,232,175)
#D5EBBB
(213,235,187)
#DCEEC7
(220,238,199)
#E3F1D3
(227,241,211)
#EAF4DF
(234,244,223)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD973 color. Also use rgb(171,217,115) instead hex code.

Text Font Color

.myTextColor { color: #ABD973; }

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

This text font color is #ABD973.


Background Color

.myBgColor { background-color: #ABD973; }

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

This div background color is #ABD973.


Border color

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

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

This div border color is #ABD973.


Opacity

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

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

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

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

This text has shadow with #ABD973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD973 on black background.


Color preview on white background

This text has color #ABD973 on white background.



Black color preview on #ABD973 background

This text has black color on #ABD973 background.


White color preview on #ABD973 background

This text has white color on #ABD973 background.