COLOR #ABDDA9

HEX: #ABDDA9
RGB: (171,221,169)

Color info

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

RGB color model

#ABDDA9 color RGB value is (171,221,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 169 of 255 = 66%

171
221
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 169 = 561 (100%)
R 171 of 561 ~ 30.48%
G 221 of 561 ~ 39.39%
B 169 of 561 ~ 30.12%

%30.48
%39.39
%30.12

CMYK color model

#ABDDA9 color CMYK value is (23,0,24,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 13.33%
CMYK:
(23,0,24,13)
C23M0Y24K13 
(23%,0%,24%,13%)
(0.23/0.00/0.24/0.13)	

CMYK percentages

%22.62
%0
%23.53
%13.33

Codes

Color #ABDDA9 in popluar color models

ABDDA9
RGB171221169
HSL118°43.33%76.47%
HSB/HSV118°23.53%86.67%
CMYK22.62%0.00%23.53%
13.33%

Color #ABDDA9 in popluar number systems.

HEXABDDA9
Decimal171221169
Binary101010111101110110101001
Octal253335251

Shades and tints

Shades of #ABDDA9

#ABDDA9
(171,221,169)
#9CC99A
(156,201,154)
#8DB58B
(141,181,139)
#7EA17C
(126,161,124)
#6F8D6D
(111,141,109)
#60795E
(96,121,94)
#51654F
(81,101,79)
#425140
(66,81,64)
#333D31
(51,61,49)
#242922
(36,41,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABDDA9

#ABDDA9
(171,221,169)
#B2E0B0
(178,224,176)
#B9E3B7
(185,227,183)
#C0E6BE
(192,230,190)
#C7E9C5
(199,233,197)
#CEECCC
(206,236,204)
#D5EFD3
(213,239,211)
#DCF2DA
(220,242,218)
#E3F5E1
(227,245,225)
#EAF8E8
(234,248,232)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDDA9; }

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

This text font color is #ABDDA9.


Background Color

.myBgColor { background-color: #ABDDA9; }

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

This div background color is #ABDDA9.


Border color

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

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

This div border color is #ABDDA9.


Opacity

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

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

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

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

This text has shadow with #ABDDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDDA9 on black background.


Color preview on white background

This text has color #ABDDA9 on white background.



Black color preview on #ABDDA9 background

This text has black color on #ABDDA9 background.


White color preview on #ABDDA9 background

This text has white color on #ABDDA9 background.