COLOR #ADD1A6

HEX: #ADD1A6 RGB: (173,209,166)

Color info

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

RGB color model

#ADD1A6 color RGB value is (173,209,166).

RGB: (173,209,166) (68%, 82%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 166 of 255 = 65%

173
209
166

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

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 166 = 548 (100%)
R 173 of 548 ~ 31.57%
G 209 of 548 ~ 38.14%
B 166 of 548 ~ 30.29'%

%31.57
%38.14
%30.29

CMYK color model

#ADD1A6 color CMYK value is (17,0,21,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%

CMYK: (17,0,21,18)
C17M0Y21K18 (17%, 0%, 21%, 18%)
(0.17 / 0.00 / 0.21 / 0.18)

CMYK percentages

%17.22
%0
%20.57
%18.04

Codes

Color #ADD1A6 in popluar color models

AD D1 A6
RGB 173 209 166
HSL 110° 31.85% 73.53%
HSB/HSV 110° 20.57% 81.96%
CMYK 17.22% 0.00% 20.57%
18.04%

Color #ADD1A6 in popluar number systems.

HEX AD D1 A6
Decimal 173 209 166
Binary 10101101 11010001 10100110
Octal 255 321 246

Shades and tints

Shades of #ADD1A6

#ADD1A6
(173,209,166)
#9EBE97
(158,190,151)
#8FAB88
(143,171,136)
#809879
(128,152,121)
#71856A
(113,133,106)
#62725B
(98,114,91)
#535F4C
(83,95,76)
#444C3D
(68,76,61)
#35392E
(53,57,46)
#26261F
(38,38,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #ADD1A6

#ADD1A6
(173,209,166)
#B4D5AE
(180,213,174)
#BBD9B6
(187,217,182)
#C2DDBE
(194,221,190)
#C9E1C6
(201,225,198)
#D0E5CE
(208,229,206)
#D7E9D6
(215,233,214)
#DEEDDE
(222,237,222)
#E5F1E6
(229,241,230)
#ECF5EE
(236,245,238)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1A6; }

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

This text font color is #ADD1A6.

Background Color

.myBgColor { background-color: #ADD1A6; }

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

This div background color is #ADD1A6.

Border color

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

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

This div border color is #ADD1A6.

Opacity

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

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

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

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

This text has shadow with #ADD1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1A6.

Preview

Color preview on black background

This text has color #ADD1A6 on black background.


Color preview on white background

This text has color #ADD1A6 on white background.


Black color preview on #ADD1A6 background

This text has black color on #ADD1A6 background.


White color preview on #ADD1A6 background

This text has white color on #ADD1A6 background.


Related colors

Complementary color

Complementary color for #hex is #522E59.


I love getcolorcode.com

Triadic colors

1 #A6ADD1 and #D1A6AD with #ADD1A6 are triadic colors.

2 #A6D1AD and #D1ADA6 with #ADD1A6 are triadic colors.