COLOR #ABD4AB

HEX: #ABD4AB
RGB: (171,212,171)

Color info

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

RGB color model

#ABD4AB color RGB value is (171,212,171).

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

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 171 of 255 = 67%

171
212
171

R + G + B ~ 72%. #ABD4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 171 = 554 (100%)
R 171 of 554 ~ 30.87%
G 212 of 554 ~ 38.27%
B 171 of 554 ~ 30.87%

%30.87
%38.27
%30.87

CMYK color model

#ABD4AB color CMYK value is (19,0,19,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(19,0,19,17)
C19M0Y19K17 
(19%,0%,19%,17%)
(0.19/0.00/0.19/0.17)	

CMYK percentages

%19.34
%0
%19.34
%16.86

Codes

Color #ABD4AB in popluar color models

ABD4AB
RGB171212171
HSL120°32.28%75.10%
HSB/HSV120°19.34%83.14%
CMYK19.34%0.00%19.34%
16.86%

Color #ABD4AB in popluar number systems.

HEXABD4AB
Decimal171212171
Binary101010111101010010101011
Octal253324253

Shades and tints

Shades of #ABD4AB

#ABD4AB
(171,212,171)
#9CC19C
(156,193,156)
#8DAE8D
(141,174,141)
#7E9B7E
(126,155,126)
#6F886F
(111,136,111)
#607560
(96,117,96)
#516251
(81,98,81)
#424F42
(66,79,66)
#333C33
(51,60,51)
#242924
(36,41,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #ABD4AB

#ABD4AB
(171,212,171)
#B2D7B2
(178,215,178)
#B9DAB9
(185,218,185)
#C0DDC0
(192,221,192)
#C7E0C7
(199,224,199)
#CEE3CE
(206,227,206)
#D5E6D5
(213,230,213)
#DCE9DC
(220,233,220)
#E3ECE3
(227,236,227)
#EAEFEA
(234,239,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD4AB; }

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

This text font color is #ABD4AB.


Background Color

.myBgColor { background-color: #ABD4AB; }

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

This div background color is #ABD4AB.


Border color

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

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

This div border color is #ABD4AB.


Opacity

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

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

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

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

This text has shadow with #ABD4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD4AB on black background.


Color preview on white background

This text has color #ABD4AB on white background.



Black color preview on #ABD4AB background

This text has black color on #ABD4AB background.


White color preview on #ABD4AB background

This text has white color on #ABD4AB background.