COLOR #A6D9AC

HEX: #A6D9AC
RGB: (166,217,172)

Color info

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

RGB color model

#A6D9AC color RGB value is (166,217,172).

  • red value is 166;
  • green value is 217;
  • blue value is 172.
RGB:
(166,217,172)
(65%,85%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 217 of 255 = 85%
B 172 of 255 = 67%

166
217
172

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

Portions of RGB colors in percentages

R + G + B =
166 + 217 + 172 = 555 (100%)
R 166 of 555 ~ 29.91%
G 217 of 555 ~ 39.1%
B 172 of 555 ~ 30.99%

%29.91
%39.1
%30.99

CMYK color model

#A6D9AC color CMYK value is (24,0,21,15).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 14.90%
CMYK:
(24,0,21,15)
C24M0Y21K15 
(24%,0%,21%,15%)
(0.24/0.00/0.21/0.15)	

CMYK percentages

%23.5
%0
%20.74
%14.9

Codes

Color #A6D9AC in popluar color models

A6D9AC
RGB166217172
HSL127°40.16%75.10%
HSB/HSV127°23.50%85.10%
CMYK23.50%0.00%20.74%
14.90%

Color #A6D9AC in popluar number systems.

HEXA6D9AC
Decimal166217172
Binary101001101101100110101100
Octal246331254

Shades and tints

Shades of #A6D9AC

#A6D9AC
(166,217,172)
#97C69D
(151,198,157)
#88B38E
(136,179,142)
#79A07F
(121,160,127)
#6A8D70
(106,141,112)
#5B7A61
(91,122,97)
#4C6752
(76,103,82)
#3D5443
(61,84,67)
#2E4134
(46,65,52)
#1F2E25
(31,46,37)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #A6D9AC

#A6D9AC
(166,217,172)
#AEDCB3
(174,220,179)
#B6DFBA
(182,223,186)
#BEE2C1
(190,226,193)
#C6E5C8
(198,229,200)
#CEE8CF
(206,232,207)
#D6EBD6
(214,235,214)
#DEEEDD
(222,238,221)
#E6F1E4
(230,241,228)
#EEF4EB
(238,244,235)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D9AC color. Also use rgb(166,217,172) instead hex code.

Text Font Color

.myTextColor { color: #A6D9AC; }

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

This text font color is #A6D9AC.


Background Color

.myBgColor { background-color: #A6D9AC; }

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

This div background color is #A6D9AC.


Border color

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

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

This div border color is #A6D9AC.


Opacity

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

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

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

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

This text has shadow with #A6D9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D9AC on black background.


Color preview on white background

This text has color #A6D9AC on white background.



Black color preview on #A6D9AC background

This text has black color on #A6D9AC background.


White color preview on #A6D9AC background

This text has white color on #A6D9AC background.