COLOR #A6D3AD

HEX: #A6D3AD
RGB: (166,211,173)

Color info

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

RGB color model

#A6D3AD color RGB value is (166,211,173).

  • red value is 166;
  • green value is 211;
  • blue value is 173.
RGB:
(166,211,173)
(65%,83%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 211 of 255 = 83%
B 173 of 255 = 68%

166
211
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 211 + 173 = 550 (100%)
R 166 of 550 ~ 30.18%
G 211 of 550 ~ 38.36%
B 173 of 550 ~ 31.45%

%30.18
%38.36
%31.45

CMYK color model

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

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 17.25%
CMYK:
(21,0,18,17)
C21M0Y18K17 
(21%,0%,18%,17%)
(0.21/0.00/0.18/0.17)	

CMYK percentages

%21.33
%0
%18.01
%17.25

Codes

Color #A6D3AD in popluar color models

A6D3AD
RGB166211173
HSL129°33.83%73.92%
HSB/HSV129°21.33%82.75%
CMYK21.33%0.00%18.01%
17.25%

Color #A6D3AD in popluar number systems.

HEXA6D3AD
Decimal166211173
Binary101001101101001110101101
Octal246323255

Shades and tints

Shades of #A6D3AD

#A6D3AD
(166,211,173)
#97C09E
(151,192,158)
#88AD8F
(136,173,143)
#799A80
(121,154,128)
#6A8771
(106,135,113)
#5B7462
(91,116,98)
#4C6153
(76,97,83)
#3D4E44
(61,78,68)
#2E3B35
(46,59,53)
#1F2826
(31,40,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A6D3AD

#A6D3AD
(166,211,173)
#AED7B4
(174,215,180)
#B6DBBB
(182,219,187)
#BEDFC2
(190,223,194)
#C6E3C9
(198,227,201)
#CEE7D0
(206,231,208)
#D6EBD7
(214,235,215)
#DEEFDE
(222,239,222)
#E6F3E5
(230,243,229)
#EEF7EC
(238,247,236)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D3AD; }

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

This text font color is #A6D3AD.


Background Color

.myBgColor { background-color: #A6D3AD; }

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

This div background color is #A6D3AD.


Border color

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

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

This div border color is #A6D3AD.


Opacity

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

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

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

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

This text has shadow with #A6D3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D3AD on black background.


Color preview on white background

This text has color #A6D3AD on white background.



Black color preview on #A6D3AD background

This text has black color on #A6D3AD background.


White color preview on #A6D3AD background

This text has white color on #A6D3AD background.