COLOR #A6E2BB

HEX: #A6E2BB
RGB: (166,226,187)

Color info

#A6E2BB contains mainly green and blue colors. Web safe color of #A6E2BB is #99CCCC (or #9CC).

RGB color model

#A6E2BB color RGB value is (166,226,187).

  • red value is 166;
  • green value is 226;
  • blue value is 187.
RGB:
(166,226,187)
(65%,89%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 187 of 255 = 73%

166
226
187

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

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 187 = 579 (100%)
R 166 of 579 ~ 28.67%
G 226 of 579 ~ 39.03%
B 187 of 579 ~ 32.3%

%28.67
%39.03
%32.3

CMYK color model

#A6E2BB color CMYK value is (27,0,17,11).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(27,0,17,11)
C27M0Y17K11 
(27%,0%,17%,11%)
(0.27/0.00/0.17/0.11)	

CMYK percentages

%26.55
%0
%17.26
%11.37

Codes

Color #A6E2BB in popluar color models

A6E2BB
RGB166226187
HSL141°50.85%76.86%
HSB/HSV141°26.55%88.63%
CMYK26.55%0.00%17.26%
11.37%

Color #A6E2BB in popluar number systems.

HEXA6E2BB
Decimal166226187
Binary101001101110001010111011
Octal246342273

Shades and tints

Shades of #A6E2BB

#A6E2BB
(166,226,187)
#97CEAA
(151,206,170)
#88BA99
(136,186,153)
#79A688
(121,166,136)
#6A9277
(106,146,119)
#5B7E66
(91,126,102)
#4C6A55
(76,106,85)
#3D5644
(61,86,68)
#2E4233
(46,66,51)
#1F2E22
(31,46,34)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #A6E2BB

#A6E2BB
(166,226,187)
#AEE4C1
(174,228,193)
#B6E6C7
(182,230,199)
#BEE8CD
(190,232,205)
#C6EAD3
(198,234,211)
#CEECD9
(206,236,217)
#D6EEDF
(214,238,223)
#DEF0E5
(222,240,229)
#E6F2EB
(230,242,235)
#EEF4F1
(238,244,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E2BB color. Also use rgb(166,226,187) instead hex code.

Text Font Color

.myTextColor { color: #A6E2BB; }

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

This text font color is #A6E2BB.


Background Color

.myBgColor { background-color: #A6E2BB; }

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

This div background color is #A6E2BB.


Border color

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

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

This div border color is #A6E2BB.


Opacity

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

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

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

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

This text has shadow with #A6E2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E2BB on black background.


Color preview on white background

This text has color #A6E2BB on white background.



Black color preview on #A6E2BB background

This text has black color on #A6E2BB background.


White color preview on #A6E2BB background

This text has white color on #A6E2BB background.