COLOR #A6EDAD

HEX: #A6EDAD
RGB: (166,237,173)

Color info

#A6EDAD contains mainly green color. Web safe color of #A6EDAD is #99FF99 (or #9F9).

RGB color model

#A6EDAD color RGB value is (166,237,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 237 of 255 = 93%
B 173 of 255 = 68%

166
237
173

R + G + B ~ 75%. #A6EDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 237 + 173 = 576 (100%)
R 166 of 576 ~ 28.82%
G 237 of 576 ~ 41.15%
B 173 of 576 ~ 30.03%

%28.82
%41.15
%30.03

CMYK color model

#A6EDAD color CMYK value is (30,0,27,7).

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 7.06%
CMYK:
(30,0,27,7)
C30M0Y27K7 
(30%,0%,27%,7%)
(0.30/0.00/0.27/0.07)	

CMYK percentages

%29.96
%0
%27
%7.06

Codes

Color #A6EDAD in popluar color models

A6EDAD
RGB166237173
HSL126°66.36%79.02%
HSB/HSV126°29.96%92.94%
CMYK29.96%0.00%27.00%
7.06%

Color #A6EDAD in popluar number systems.

HEXA6EDAD
Decimal166237173
Binary101001101110110110101101
Octal246355255

Shades and tints

Shades of #A6EDAD

#A6EDAD
(166,237,173)
#97D89E
(151,216,158)
#88C38F
(136,195,143)
#79AE80
(121,174,128)
#6A9971
(106,153,113)
#5B8462
(91,132,98)
#4C6F53
(76,111,83)
#3D5A44
(61,90,68)
#2E4535
(46,69,53)
#1F3026
(31,48,38)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #A6EDAD

#A6EDAD
(166,237,173)
#AEEEB4
(174,238,180)
#B6EFBB
(182,239,187)
#BEF0C2
(190,240,194)
#C6F1C9
(198,241,201)
#CEF2D0
(206,242,208)
#D6F3D7
(214,243,215)
#DEF4DE
(222,244,222)
#E6F5E5
(230,245,229)
#EEF6EC
(238,246,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EDAD; }

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

This text font color is #A6EDAD.


Background Color

.myBgColor { background-color: #A6EDAD; }

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

This div background color is #A6EDAD.


Border color

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

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

This div border color is #A6EDAD.


Opacity

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

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

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

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

This text has shadow with #A6EDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EDAD on black background.


Color preview on white background

This text has color #A6EDAD on white background.



Black color preview on #A6EDAD background

This text has black color on #A6EDAD background.


White color preview on #A6EDAD background

This text has white color on #A6EDAD background.