COLOR #ADD6A6

HEX: #ADD6A6
RGB: (173,214,166)

Color info

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

RGB color model

#ADD6A6 color RGB value is (173,214,166).

  • red value is 173;
  • green value is 214;
  • blue value is 166.
RGB:
(173,214,166)
(68%,84%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 166 of 255 = 65%

173
214
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 166 = 553 (100%)
R 173 of 553 ~ 31.28%
G 214 of 553 ~ 38.7%
B 166 of 553 ~ 30.02%

%31.28
%38.7
%30.02

CMYK color model

#ADD6A6 color CMYK value is (19,0,22,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 22.43%
  • key color value is 16.08%
CMYK:
(19,0,22,16)
C19M0Y22K16 
(19%,0%,22%,16%)
(0.19/0.00/0.22/0.16)	

CMYK percentages

%19.16
%0
%22.43
%16.08

Codes

Color #ADD6A6 in popluar color models

ADD6A6
RGB173214166
HSL111°36.92%74.51%
HSB/HSV111°22.43%83.92%
CMYK19.16%0.00%22.43%
16.08%

Color #ADD6A6 in popluar number systems.

HEXADD6A6
Decimal173214166
Binary101011011101011010100110
Octal255326246

Shades and tints

Shades of #ADD6A6

#ADD6A6
(173,214,166)
#9EC397
(158,195,151)
#8FB088
(143,176,136)
#809D79
(128,157,121)
#718A6A
(113,138,106)
#62775B
(98,119,91)
#53644C
(83,100,76)
#44513D
(68,81,61)
#353E2E
(53,62,46)
#262B1F
(38,43,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADD6A6

#ADD6A6
(173,214,166)
#B4D9AE
(180,217,174)
#BBDCB6
(187,220,182)
#C2DFBE
(194,223,190)
#C9E2C6
(201,226,198)
#D0E5CE
(208,229,206)
#D7E8D6
(215,232,214)
#DEEBDE
(222,235,222)
#E5EEE6
(229,238,230)
#ECF1EE
(236,241,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD6A6 color. Also use rgb(173,214,166) instead hex code.

Text Font Color

.myTextColor { color: #ADD6A6; }

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

This text font color is #ADD6A6.


Background Color

.myBgColor { background-color: #ADD6A6; }

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

This div background color is #ADD6A6.


Border color

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

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

This div border color is #ADD6A6.


Opacity

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

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

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

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

This text has shadow with #ADD6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6A6 on black background.


Color preview on white background

This text has color #ADD6A6 on white background.



Black color preview on #ADD6A6 background

This text has black color on #ADD6A6 background.


White color preview on #ADD6A6 background

This text has white color on #ADD6A6 background.