COLOR #A6E3AD

HEX: #A6E3AD
RGB: (166,227,173)

Color info

#A6E3AD contains mainly green and blue colors. Web safe color of #A6E3AD is #99CC99 (or #9C9).

RGB color model

#A6E3AD color RGB value is (166,227,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 173 of 255 = 68%

166
227
173

R + G + B ~ 74%. #A6E3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 173 = 566 (100%)
R 166 of 566 ~ 29.33%
G 227 of 566 ~ 40.11%
B 173 of 566 ~ 30.57%

%29.33
%40.11
%30.57

CMYK color model

#A6E3AD color CMYK value is (27,0,24,11).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(27,0,24,11)
C27M0Y24K11 
(27%,0%,24%,11%)
(0.27/0.00/0.24/0.11)	

CMYK percentages

%26.87
%0
%23.79
%10.98

Codes

Color #A6E3AD in popluar color models

A6E3AD
RGB166227173
HSL127°52.14%77.06%
HSB/HSV127°26.87%89.02%
CMYK26.87%0.00%23.79%
10.98%

Color #A6E3AD in popluar number systems.

HEXA6E3AD
Decimal166227173
Binary101001101110001110101101
Octal246343255

Shades and tints

Shades of #A6E3AD

#A6E3AD
(166,227,173)
#97CF9E
(151,207,158)
#88BB8F
(136,187,143)
#79A780
(121,167,128)
#6A9371
(106,147,113)
#5B7F62
(91,127,98)
#4C6B53
(76,107,83)
#3D5744
(61,87,68)
#2E4335
(46,67,53)
#1F2F26
(31,47,38)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #A6E3AD

#A6E3AD
(166,227,173)
#AEE5B4
(174,229,180)
#B6E7BB
(182,231,187)
#BEE9C2
(190,233,194)
#C6EBC9
(198,235,201)
#CEEDD0
(206,237,208)
#D6EFD7
(214,239,215)
#DEF1DE
(222,241,222)
#E6F3E5
(230,243,229)
#EEF5EC
(238,245,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3AD; }

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

This text font color is #A6E3AD.


Background Color

.myBgColor { background-color: #A6E3AD; }

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

This div background color is #A6E3AD.


Border color

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

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

This div border color is #A6E3AD.


Opacity

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

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

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

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

This text has shadow with #A6E3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3AD on black background.


Color preview on white background

This text has color #A6E3AD on white background.



Black color preview on #A6E3AD background

This text has black color on #A6E3AD background.


White color preview on #A6E3AD background

This text has white color on #A6E3AD background.