COLOR #ABD6AB

HEX: #ABD6AB
RGB: (171,214,171)

Color info

#ABD6AB contains red, green and blue colors in about the same proportion. Web safe color of #ABD6AB is #99CC99 (or #9C9).

RGB color model

#ABD6AB color RGB value is (171,214,171).

  • red value is 171;
  • green value is 214;
  • blue value is 171.
RGB:
(171,214,171)
(67%,84%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 171 of 255 = 67%

171
214
171

R + G + B ~ 73%. #ABD6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 214 + 171 = 556 (100%)
R 171 of 556 ~ 30.76%
G 214 of 556 ~ 38.49%
B 171 of 556 ~ 30.76%

%30.76
%38.49
%30.76

CMYK color model

#ABD6AB color CMYK value is (20,0,20,16).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 16.08%
CMYK:
(20,0,20,16)
C20M0Y20K16 
(20%,0%,20%,16%)
(0.20/0.00/0.20/0.16)	

CMYK percentages

%20.09
%0
%20.09
%16.08

Codes

Color #ABD6AB in popluar color models

ABD6AB
RGB171214171
HSL120°34.40%75.49%
HSB/HSV120°20.09%83.92%
CMYK20.09%0.00%20.09%
16.08%

Color #ABD6AB in popluar number systems.

HEXABD6AB
Decimal171214171
Binary101010111101011010101011
Octal253326253

Shades and tints

Shades of #ABD6AB

#ABD6AB
(171,214,171)
#9CC39C
(156,195,156)
#8DB08D
(141,176,141)
#7E9D7E
(126,157,126)
#6F8A6F
(111,138,111)
#607760
(96,119,96)
#516451
(81,100,81)
#425142
(66,81,66)
#333E33
(51,62,51)
#242B24
(36,43,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABD6AB

#ABD6AB
(171,214,171)
#B2D9B2
(178,217,178)
#B9DCB9
(185,220,185)
#C0DFC0
(192,223,192)
#C7E2C7
(199,226,199)
#CEE5CE
(206,229,206)
#D5E8D5
(213,232,213)
#DCEBDC
(220,235,220)
#E3EEE3
(227,238,227)
#EAF1EA
(234,241,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD6AB; }

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

This text font color is #ABD6AB.


Background Color

.myBgColor { background-color: #ABD6AB; }

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

This div background color is #ABD6AB.


Border color

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

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

This div border color is #ABD6AB.


Opacity

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

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

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

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

This text has shadow with #ABD6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD6AB on black background.


Color preview on white background

This text has color #ABD6AB on white background.



Black color preview on #ABD6AB background

This text has black color on #ABD6AB background.


White color preview on #ABD6AB background

This text has white color on #ABD6AB background.