COLOR #ADDCA6

HEX: #ADDCA6 RGB: (173,220,166)

Color info

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

RGB color model

#ADDCA6 color RGB value is (173,220,166).

RGB: (173,220,166) (68%, 86%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 166 of 255 = 65%

173
220
166

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

Portions of RGB colors in percentages

R + G + B = 173 + 220 + 166 = 559 (100%)
R 173 of 559 ~ 30.95%
G 220 of 559 ~ 39.36%
B 166 of 559 ~ 29.7'%

%30.95
%39.36
%29.7

CMYK color model

#ADDCA6 color CMYK value is (21,0,25,14).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 13.73%
CMYK: (21,0,25,14) C21M0Y25K14 (21%,0%,25%,14%) (0.21/0.00/0.25/0.14) 

CMYK percentages

%21.36
%0
%24.55
%13.73

Codes

Color #ADDCA6 in popluar color models

AD DC A6
RGB 173 220 166
HSL 112° 43.55% 75.69%
HSB/HSV 112° 24.55% 86.27%
CMYK 21.36% 0.00% 24.55%
13.73%

Color #ADDCA6 in popluar number systems.

HEX AD DC A6
Decimal 173 220 166
Binary 10101101 11011100 10100110
Octal 255 334 246

Shades and tints

Shades of #ADDCA6

#ADDCA6
(173,220,166)
#9EC897
(158,200,151)
#8FB488
(143,180,136)
#80A079
(128,160,121)
#718C6A
(113,140,106)
#62785B
(98,120,91)
#53644C
(83,100,76)
#44503D
(68,80,61)
#353C2E
(53,60,46)
#26281F
(38,40,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADDCA6

#ADDCA6
(173,220,166)
#B4DFAE
(180,223,174)
#BBE2B6
(187,226,182)
#C2E5BE
(194,229,190)
#C9E8C6
(201,232,198)
#D0EBCE
(208,235,206)
#D7EED6
(215,238,214)
#DEF1DE
(222,241,222)
#E5F4E6
(229,244,230)
#ECF7EE
(236,247,238)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDCA6; }

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

This text font color is #ADDCA6.

Background Color

.myBgColor { background-color: #ADDCA6; }

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

This div background color is #ADDCA6.

Border color

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

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

This div border color is #ADDCA6.

Opacity

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

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

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

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

This text has shadow with #ADDCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDCA6.

Preview

Color preview on black background

This text has color #ADDCA6 on black background.


Color preview on white background

This text has color #ADDCA6 on white background.


Black color preview on #ADDCA6 background

This text has black color on #ADDCA6 background.


White color preview on #ADDCA6 background

This text has white color on #ADDCA6 background.


Related colors

Complementary color

Complementary color for #hex is #522359.


I love getcolorcode.com

Triadic colors

1 #A6ADDC and #DCA6AD with #ADDCA6 are triadic colors.

2 #A6DCAD and #DCADA6 with #ADDCA6 are triadic colors.