COLOR #A6DDAD

HEX: #A6DDAD RGB: (166,221,173)

Color info

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

RGB color model

#A6DDAD color RGB value is (166,221,173).

RGB: (166,221,173) (65%, 87%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 221 of 255 = 87%
B 173 of 255 = 68%

166
221
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 221 + 173 = 560 (100%)
R 166 of 560 ~ 29.64%
G 221 of 560 ~ 39.46%
B 173 of 560 ~ 30.89'%

%29.64
%39.46
%30.89

CMYK color model

#A6DDAD color CMYK value is (25,0,22,13).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (25,0,22,13)
C25M0Y22K13 (25%, 0%, 22%, 13%)
(0.25 / 0.00 / 0.22 / 0.13)

CMYK percentages

%24.89
%0
%21.72
%13.33

Codes

Color #A6DDAD in popluar color models

A6 DD AD
RGB 166 221 173
HSL 128° 44.72% 75.88%
HSB/HSV 128° 24.89% 86.67%
CMYK 24.89% 0.00% 21.72%
13.33%

Color #A6DDAD in popluar number systems.

HEX A6 DD AD
Decimal 166 221 173
Binary 10100110 11011101 10101101
Octal 246 335 255

Shades and tints

Shades of #A6DDAD

#A6DDAD
(166,221,173)
#97C99E
(151,201,158)
#88B58F
(136,181,143)
#79A180
(121,161,128)
#6A8D71
(106,141,113)
#5B7962
(91,121,98)
#4C6553
(76,101,83)
#3D5144
(61,81,68)
#2E3D35
(46,61,53)
#1F2926
(31,41,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A6DDAD

#A6DDAD
(166,221,173)
#AEE0B4
(174,224,180)
#B6E3BB
(182,227,187)
#BEE6C2
(190,230,194)
#C6E9C9
(198,233,201)
#CEECD0
(206,236,208)
#D6EFD7
(214,239,215)
#DEF2DE
(222,242,222)
#E6F5E5
(230,245,229)
#EEF8EC
(238,248,236)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DDAD; }

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

This text font color is #A6DDAD.

Background Color

.myBgColor { background-color: #A6DDAD; }

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

This div background color is #A6DDAD.

Border color

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

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

This div border color is #A6DDAD.

Opacity

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

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

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

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

This text has shadow with #A6DDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DDAD.

Preview

Color preview on black background

This text has color #A6DDAD on black background.


Color preview on white background

This text has color #A6DDAD on white background.


Black color preview on #A6DDAD background

This text has black color on #A6DDAD background.


White color preview on #A6DDAD background

This text has white color on #A6DDAD background.


Related colors

Complementary color

Complementary color for #hex is #592252.


I love getcolorcode.com

Triadic colors

1 #ADA6DD and #DDADA6 with #A6DDAD are triadic colors.

2 #ADDDA6 and #DDA6AD with #A6DDAD are triadic colors.