COLOR #ADD8A9

HEX: #ADD8A9
RGB: (173,216,169)

Color info

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

RGB color model

#ADD8A9 color RGB value is (173,216,169).

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

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 169 of 255 = 66%

173
216
169

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

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 169 = 558 (100%)
R 173 of 558 ~ 31%
G 216 of 558 ~ 38.71%
B 169 of 558 ~ 30.29%

%31
%38.71
%30.29

CMYK color model

#ADD8A9 color CMYK value is (20,0,22,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 15.29%
CMYK:
(20,0,22,15)
C20M0Y22K15 
(20%,0%,22%,15%)
(0.20/0.00/0.22/0.15)	

CMYK percentages

%19.91
%0
%21.76
%15.29

Codes

Color #ADD8A9 in popluar color models

ADD8A9
RGB173216169
HSL115°37.60%75.49%
HSB/HSV115°21.76%84.71%
CMYK19.91%0.00%21.76%
15.29%

Color #ADD8A9 in popluar number systems.

HEXADD8A9
Decimal173216169
Binary101011011101100010101001
Octal255330251

Shades and tints

Shades of #ADD8A9

#ADD8A9
(173,216,169)
#9EC59A
(158,197,154)
#8FB28B
(143,178,139)
#809F7C
(128,159,124)
#718C6D
(113,140,109)
#62795E
(98,121,94)
#53664F
(83,102,79)
#445340
(68,83,64)
#354031
(53,64,49)
#262D22
(38,45,34)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADD8A9

#ADD8A9
(173,216,169)
#B4DBB0
(180,219,176)
#BBDEB7
(187,222,183)
#C2E1BE
(194,225,190)
#C9E4C5
(201,228,197)
#D0E7CC
(208,231,204)
#D7EAD3
(215,234,211)
#DEEDDA
(222,237,218)
#E5F0E1
(229,240,225)
#ECF3E8
(236,243,232)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8A9; }

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

This text font color is #ADD8A9.


Background Color

.myBgColor { background-color: #ADD8A9; }

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

This div background color is #ADD8A9.


Border color

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

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

This div border color is #ADD8A9.


Opacity

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

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

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

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

This text has shadow with #ADD8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8A9 on black background.


Color preview on white background

This text has color #ADD8A9 on white background.



Black color preview on #ADD8A9 background

This text has black color on #ADD8A9 background.


White color preview on #ADD8A9 background

This text has white color on #ADD8A9 background.