COLOR #ADD6A1

HEX: #ADD6A1 RGB: (173,214,161)

Color info

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

RGB color model

#ADD6A1 color RGB value is (173,214,161).

RGB: (173,214,161) (68%, 84%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 161 of 255 = 63%

173
214
161

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

Portions of RGB colors in percentages

R + G + B = 173 + 214 + 161 = 548 (100%)
R 173 of 548 ~ 31.57%
G 214 of 548 ~ 39.05%
B 161 of 548 ~ 29.38'%

%31.57
%39.05
%29.38

CMYK color model

#ADD6A1 color CMYK value is (19,0,25,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 16.08%

CMYK: (19,0,25,16)
C19M0Y25K16 (19%, 0%, 25%, 16%)
(0.19 / 0.00 / 0.25 / 0.16)

CMYK percentages

%19.16
%0
%24.77
%16.08

Codes

Color #ADD6A1 in popluar color models

AD D6 A1
RGB 173 214 161
HSL 106° 39.26% 73.53%
HSB/HSV 106° 24.77% 83.92%
CMYK 19.16% 0.00% 24.77%
16.08%

Color #ADD6A1 in popluar number systems.

HEX AD D6 A1
Decimal 173 214 161
Binary 10101101 11010110 10100001
Octal 255 326 241

Shades and tints

Shades of #ADD6A1

#ADD6A1
(173,214,161)
#9EC393
(158,195,147)
#8FB085
(143,176,133)
#809D77
(128,157,119)
#718A69
(113,138,105)
#62775B
(98,119,91)
#53644D
(83,100,77)
#44513F
(68,81,63)
#353E31
(53,62,49)
#262B23
(38,43,35)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADD6A1

#ADD6A1
(173,214,161)
#B4D9A9
(180,217,169)
#BBDCB1
(187,220,177)
#C2DFB9
(194,223,185)
#C9E2C1
(201,226,193)
#D0E5C9
(208,229,201)
#D7E8D1
(215,232,209)
#DEEBD9
(222,235,217)
#E5EEE1
(229,238,225)
#ECF1E9
(236,241,233)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6A1; }

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

This text font color is #ADD6A1.

Background Color

.myBgColor { background-color: #ADD6A1; }

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

This div background color is #ADD6A1.

Border color

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

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

This div border color is #ADD6A1.

Opacity

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

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

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

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

This text has shadow with #ADD6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD6A1.

Preview

Color preview on black background

This text has color #ADD6A1 on black background.


Color preview on white background

This text has color #ADD6A1 on white background.


Black color preview on #ADD6A1 background

This text has black color on #ADD6A1 background.


White color preview on #ADD6A1 background

This text has white color on #ADD6A1 background.


Related colors

Complementary color

Complementary color for #hex is #52295E.


I love getcolorcode.com

Triadic colors

1 #A1ADD6 and #D6A1AD with #ADD6A1 are triadic colors.

2 #A1D6AD and #D6ADA1 with #ADD6A1 are triadic colors.