COLOR #ABF3AD

HEX: #ABF3AD
RGB: (171,243,173)

Color info

#ABF3AD contains mainly green color. Web safe color of #ABF3AD is #99FF99 (or #9F9).

RGB color model

#ABF3AD color RGB value is (171,243,173).

  • red value is 171;
  • green value is 243;
  • blue value is 173.
RGB:
(171,243,173)
(67%,95%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 243 of 255 = 95%
B 173 of 255 = 68%

171
243
173

R + G + B ~ 77%. #ABF3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 243 + 173 = 587 (100%)
R 171 of 587 ~ 29.13%
G 243 of 587 ~ 41.4%
B 173 of 587 ~ 29.47%

%29.13
%41.4
%29.47

CMYK color model

#ABF3AD color CMYK value is (30,0,29,5).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 4.71%
CMYK:
(30,0,29,5)
C30M0Y29K5 
(30%,0%,29%,5%)
(0.30/0.00/0.29/0.05)	

CMYK percentages

%29.63
%0
%28.81
%4.71

Codes

Color #ABF3AD in popluar color models

ABF3AD
RGB171243173
HSL122°75.00%81.18%
HSB/HSV122°29.63%95.29%
CMYK29.63%0.00%28.81%
4.71%

Color #ABF3AD in popluar number systems.

HEXABF3AD
Decimal171243173
Binary101010111111001110101101
Octal253363255

Shades and tints

Shades of #ABF3AD

#ABF3AD
(171,243,173)
#9CDD9E
(156,221,158)
#8DC78F
(141,199,143)
#7EB180
(126,177,128)
#6F9B71
(111,155,113)
#608562
(96,133,98)
#516F53
(81,111,83)
#425944
(66,89,68)
#334335
(51,67,53)
#242D26
(36,45,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABF3AD

#ABF3AD
(171,243,173)
#B2F4B4
(178,244,180)
#B9F5BB
(185,245,187)
#C0F6C2
(192,246,194)
#C7F7C9
(199,247,201)
#CEF8D0
(206,248,208)
#D5F9D7
(213,249,215)
#DCFADE
(220,250,222)
#E3FBE5
(227,251,229)
#EAFCEC
(234,252,236)
#F1FDF3
(241,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF3AD; }

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

This text font color is #ABF3AD.


Background Color

.myBgColor { background-color: #ABF3AD; }

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

This div background color is #ABF3AD.


Border color

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

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

This div border color is #ABF3AD.


Opacity

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

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

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

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

This text has shadow with #ABF3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF3AD on black background.


Color preview on white background

This text has color #ABF3AD on white background.



Black color preview on #ABF3AD background

This text has black color on #ABF3AD background.


White color preview on #ABF3AD background

This text has white color on #ABF3AD background.