COLOR #ABD988

HEX: #ABD988
RGB: (171,217,136)

Color info

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

RGB color model

#ABD988 color RGB value is (171,217,136).

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

RGB channels and saturation

R 171 of 255 = 67%
G 217 of 255 = 85%
B 136 of 255 = 53%

171
217
136

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

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 136 = 524 (100%)
R 171 of 524 ~ 32.63%
G 217 of 524 ~ 41.41%
B 136 of 524 ~ 25.95%

%32.63
%41.41
%25.95

CMYK color model

#ABD988 color CMYK value is (21,0,37,15).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 14.90%
CMYK:
(21,0,37,15)
C21M0Y37K15 
(21%,0%,37%,15%)
(0.21/0.00/0.37/0.15)	

CMYK percentages

%21.2
%0
%37.33
%14.9

Codes

Color #ABD988 in popluar color models

ABD988
RGB171217136
HSL94°51.59%69.22%
HSB/HSV94°37.33%85.10%
CMYK21.20%0.00%37.33%
14.90%

Color #ABD988 in popluar number systems.

HEXABD988
Decimal171217136
Binary101010111101100110001000
Octal253331210

Shades and tints

Shades of #ABD988

#ABD988
(171,217,136)
#9CC67C
(156,198,124)
#8DB370
(141,179,112)
#7EA064
(126,160,100)
#6F8D58
(111,141,88)
#607A4C
(96,122,76)
#516740
(81,103,64)
#425434
(66,84,52)
#334128
(51,65,40)
#242E1C
(36,46,28)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #ABD988

#ABD988
(171,217,136)
#B2DC92
(178,220,146)
#B9DF9C
(185,223,156)
#C0E2A6
(192,226,166)
#C7E5B0
(199,229,176)
#CEE8BA
(206,232,186)
#D5EBC4
(213,235,196)
#DCEECE
(220,238,206)
#E3F1D8
(227,241,216)
#EAF4E2
(234,244,226)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD988; }

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

This text font color is #ABD988.


Background Color

.myBgColor { background-color: #ABD988; }

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

This div background color is #ABD988.


Border color

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

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

This div border color is #ABD988.


Opacity

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

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

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

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

This text has shadow with #ABD988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD988 on black background.


Color preview on white background

This text has color #ABD988 on white background.



Black color preview on #ABD988 background

This text has black color on #ABD988 background.


White color preview on #ABD988 background

This text has white color on #ABD988 background.