COLOR #ADDBA9

HEX: #ADDBA9
RGB: (173,219,169)

Color info

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

RGB color model

#ADDBA9 color RGB value is (173,219,169).

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

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 169 of 255 = 66%

173
219
169

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

Portions of RGB colors in percentages

R + G + B =
173 + 219 + 169 = 561 (100%)
R 173 of 561 ~ 30.84%
G 219 of 561 ~ 39.04%
B 169 of 561 ~ 30.12%

%30.84
%39.04
%30.12

CMYK color model

#ADDBA9 color CMYK value is (21,0,23,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(21,0,23,14)
C21M0Y23K14 
(21%,0%,23%,14%)
(0.21/0.00/0.23/0.14)	

CMYK percentages

%21
%0
%22.83
%14.12

Codes

Color #ADDBA9 in popluar color models

ADDBA9
RGB173219169
HSL115°40.98%76.08%
HSB/HSV115°22.83%85.88%
CMYK21.00%0.00%22.83%
14.12%

Color #ADDBA9 in popluar number systems.

HEXADDBA9
Decimal173219169
Binary101011011101101110101001
Octal255333251

Shades and tints

Shades of #ADDBA9

#ADDBA9
(173,219,169)
#9EC89A
(158,200,154)
#8FB58B
(143,181,139)
#80A27C
(128,162,124)
#718F6D
(113,143,109)
#627C5E
(98,124,94)
#53694F
(83,105,79)
#445640
(68,86,64)
#354331
(53,67,49)
#263022
(38,48,34)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #ADDBA9

#ADDBA9
(173,219,169)
#B4DEB0
(180,222,176)
#BBE1B7
(187,225,183)
#C2E4BE
(194,228,190)
#C9E7C5
(201,231,197)
#D0EACC
(208,234,204)
#D7EDD3
(215,237,211)
#DEF0DA
(222,240,218)
#E5F3E1
(229,243,225)
#ECF6E8
(236,246,232)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBA9; }

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

This text font color is #ADDBA9.


Background Color

.myBgColor { background-color: #ADDBA9; }

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

This div background color is #ADDBA9.


Border color

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

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

This div border color is #ADDBA9.


Opacity

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

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

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

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

This text has shadow with #ADDBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBA9 on black background.


Color preview on white background

This text has color #ADDBA9 on white background.



Black color preview on #ADDBA9 background

This text has black color on #ADDBA9 background.


White color preview on #ADDBA9 background

This text has white color on #ADDBA9 background.