COLOR #ADD7A6

HEX: #ADD7A6
RGB: (173,215,166)

Color info

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

RGB color model

#ADD7A6 color RGB value is (173,215,166).

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

RGB channels and saturation

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

173
215
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 166 = 554 (100%)
R 173 of 554 ~ 31.23%
G 215 of 554 ~ 38.81%
B 166 of 554 ~ 29.96%

%31.23
%38.81
%29.96

CMYK color model

#ADD7A6 color CMYK value is (20,0,23,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(20,0,23,16)
C20M0Y23K16 
(20%,0%,23%,16%)
(0.20/0.00/0.23/0.16)	

CMYK percentages

%19.53
%0
%22.79
%15.69

Codes

Color #ADD7A6 in popluar color models

ADD7A6
RGB173215166
HSL111°37.98%74.71%
HSB/HSV111°22.79%84.31%
CMYK19.53%0.00%22.79%
15.69%

Color #ADD7A6 in popluar number systems.

HEXADD7A6
Decimal173215166
Binary101011011101011110100110
Octal255327246

Shades and tints

Shades of #ADD7A6

#ADD7A6
(173,215,166)
#9EC497
(158,196,151)
#8FB188
(143,177,136)
#809E79
(128,158,121)
#718B6A
(113,139,106)
#62785B
(98,120,91)
#53654C
(83,101,76)
#44523D
(68,82,61)
#353F2E
(53,63,46)
#262C1F
(38,44,31)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #ADD7A6

#ADD7A6
(173,215,166)
#B4DAAE
(180,218,174)
#BBDDB6
(187,221,182)
#C2E0BE
(194,224,190)
#C9E3C6
(201,227,198)
#D0E6CE
(208,230,206)
#D7E9D6
(215,233,214)
#DEECDE
(222,236,222)
#E5EFE6
(229,239,230)
#ECF2EE
(236,242,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7A6; }

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

This text font color is #ADD7A6.


Background Color

.myBgColor { background-color: #ADD7A6; }

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

This div background color is #ADD7A6.


Border color

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

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

This div border color is #ADD7A6.


Opacity

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

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

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

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

This text has shadow with #ADD7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7A6 on black background.


Color preview on white background

This text has color #ADD7A6 on white background.



Black color preview on #ADD7A6 background

This text has black color on #ADD7A6 background.


White color preview on #ADD7A6 background

This text has white color on #ADD7A6 background.