COLOR #A6E7B9

HEX: #A6E7B9
RGB: (166,231,185)

Color info

#A6E7B9 contains mainly green and blue colors. Web safe color of #A6E7B9 is #99FFCC (or #9FC).

RGB color model

#A6E7B9 color RGB value is (166,231,185).

  • red value is 166;
  • green value is 231;
  • blue value is 185.
RGB:
(166,231,185)
(65%,91%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 231 of 255 = 91%
B 185 of 255 = 73%

166
231
185

R + G + B ~ 76%. #A6E7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 231 + 185 = 582 (100%)
R 166 of 582 ~ 28.52%
G 231 of 582 ~ 39.69%
B 185 of 582 ~ 31.79%

%28.52
%39.69
%31.79

CMYK color model

#A6E7B9 color CMYK value is (28,0,20,9).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(28,0,20,9)
C28M0Y20K9 
(28%,0%,20%,9%)
(0.28/0.00/0.20/0.09)	

CMYK percentages

%28.14
%0
%19.91
%9.41

Codes

Color #A6E7B9 in popluar color models

A6E7B9
RGB166231185
HSL138°57.52%77.84%
HSB/HSV138°28.14%90.59%
CMYK28.14%0.00%19.91%
9.41%

Color #A6E7B9 in popluar number systems.

HEXA6E7B9
Decimal166231185
Binary101001101110011110111001
Octal246347271

Shades and tints

Shades of #A6E7B9

#A6E7B9
(166,231,185)
#97D2A9
(151,210,169)
#88BD99
(136,189,153)
#79A889
(121,168,137)
#6A9379
(106,147,121)
#5B7E69
(91,126,105)
#4C6959
(76,105,89)
#3D5449
(61,84,73)
#2E3F39
(46,63,57)
#1F2A29
(31,42,41)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #A6E7B9

#A6E7B9
(166,231,185)
#AEE9BF
(174,233,191)
#B6EBC5
(182,235,197)
#BEEDCB
(190,237,203)
#C6EFD1
(198,239,209)
#CEF1D7
(206,241,215)
#D6F3DD
(214,243,221)
#DEF5E3
(222,245,227)
#E6F7E9
(230,247,233)
#EEF9EF
(238,249,239)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E7B9 color. Also use rgb(166,231,185) instead hex code.

Text Font Color

.myTextColor { color: #A6E7B9; }

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

This text font color is #A6E7B9.


Background Color

.myBgColor { background-color: #A6E7B9; }

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

This div background color is #A6E7B9.


Border color

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

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

This div border color is #A6E7B9.


Opacity

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

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

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

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

This text has shadow with #A6E7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E7B9 on black background.


Color preview on white background

This text has color #A6E7B9 on white background.



Black color preview on #A6E7B9 background

This text has black color on #A6E7B9 background.


White color preview on #A6E7B9 background

This text has white color on #A6E7B9 background.