COLOR #ABDBA9

HEX: #ABDBA9
RGB: (171,219,169)

Color info

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

RGB color model

#ABDBA9 color RGB value is (171,219,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 169 of 255 = 66%

171
219
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 219 + 169 = 559 (100%)
R 171 of 559 ~ 30.59%
G 219 of 559 ~ 39.18%
B 169 of 559 ~ 30.23%

%30.59
%39.18
%30.23

CMYK color model

#ABDBA9 color CMYK value is (22,0,23,14).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(22,0,23,14)
C22M0Y23K14 
(22%,0%,23%,14%)
(0.22/0.00/0.23/0.14)	

CMYK percentages

%21.92
%0
%22.83
%14.12

Codes

Color #ABDBA9 in popluar color models

ABDBA9
RGB171219169
HSL118°40.98%76.08%
HSB/HSV118°22.83%85.88%
CMYK21.92%0.00%22.83%
14.12%

Color #ABDBA9 in popluar number systems.

HEXABDBA9
Decimal171219169
Binary101010111101101110101001
Octal253333251

Shades and tints

Shades of #ABDBA9

#ABDBA9
(171,219,169)
#9CC89A
(156,200,154)
#8DB58B
(141,181,139)
#7EA27C
(126,162,124)
#6F8F6D
(111,143,109)
#607C5E
(96,124,94)
#51694F
(81,105,79)
#425640
(66,86,64)
#334331
(51,67,49)
#243022
(36,48,34)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #ABDBA9

#ABDBA9
(171,219,169)
#B2DEB0
(178,222,176)
#B9E1B7
(185,225,183)
#C0E4BE
(192,228,190)
#C7E7C5
(199,231,197)
#CEEACC
(206,234,204)
#D5EDD3
(213,237,211)
#DCF0DA
(220,240,218)
#E3F3E1
(227,243,225)
#EAF6E8
(234,246,232)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDBA9; }

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

This text font color is #ABDBA9.


Background Color

.myBgColor { background-color: #ABDBA9; }

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

This div background color is #ABDBA9.


Border color

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

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

This div border color is #ABDBA9.


Opacity

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

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

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

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

This text has shadow with #ABDBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDBA9 on black background.


Color preview on white background

This text has color #ABDBA9 on white background.



Black color preview on #ABDBA9 background

This text has black color on #ABDBA9 background.


White color preview on #ABDBA9 background

This text has white color on #ABDBA9 background.