COLOR #ABD3A9

HEX: #ABD3A9
RGB: (171,211,169)

Color info

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

RGB color model

#ABD3A9 color RGB value is (171,211,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 211 of 255 = 83%
B 169 of 255 = 66%

171
211
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 211 + 169 = 551 (100%)
R 171 of 551 ~ 31.03%
G 211 of 551 ~ 38.29%
B 169 of 551 ~ 30.67%

%31.03
%38.29
%30.67

CMYK color model

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

  • cyan value is 18.96%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 17.25%
CMYK:
(19,0,20,17)
C19M0Y20K17 
(19%,0%,20%,17%)
(0.19/0.00/0.20/0.17)	

CMYK percentages

%18.96
%0
%19.91
%17.25

Codes

Color #ABD3A9 in popluar color models

ABD3A9
RGB171211169
HSL117°32.31%74.51%
HSB/HSV117°19.91%82.75%
CMYK18.96%0.00%19.91%
17.25%

Color #ABD3A9 in popluar number systems.

HEXABD3A9
Decimal171211169
Binary101010111101001110101001
Octal253323251

Shades and tints

Shades of #ABD3A9

#ABD3A9
(171,211,169)
#9CC09A
(156,192,154)
#8DAD8B
(141,173,139)
#7E9A7C
(126,154,124)
#6F876D
(111,135,109)
#60745E
(96,116,94)
#51614F
(81,97,79)
#424E40
(66,78,64)
#333B31
(51,59,49)
#242822
(36,40,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABD3A9

#ABD3A9
(171,211,169)
#B2D7B0
(178,215,176)
#B9DBB7
(185,219,183)
#C0DFBE
(192,223,190)
#C7E3C5
(199,227,197)
#CEE7CC
(206,231,204)
#D5EBD3
(213,235,211)
#DCEFDA
(220,239,218)
#E3F3E1
(227,243,225)
#EAF7E8
(234,247,232)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD3A9; }

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

This text font color is #ABD3A9.


Background Color

.myBgColor { background-color: #ABD3A9; }

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

This div background color is #ABD3A9.


Border color

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

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

This div border color is #ABD3A9.


Opacity

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

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

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

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

This text has shadow with #ABD3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD3A9 on black background.


Color preview on white background

This text has color #ABD3A9 on white background.



Black color preview on #ABD3A9 background

This text has black color on #ABD3A9 background.


White color preview on #ABD3A9 background

This text has white color on #ABD3A9 background.