COLOR #A6E3B6

HEX: #A6E3B6
RGB: (166,227,182)

Color info

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

RGB color model

#A6E3B6 color RGB value is (166,227,182).

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

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 182 of 255 = 71%

166
227
182

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

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 182 = 575 (100%)
R 166 of 575 ~ 28.87%
G 227 of 575 ~ 39.48%
B 182 of 575 ~ 31.65%

%28.87
%39.48
%31.65

CMYK color model

#A6E3B6 color CMYK value is (27,0,20,11).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 10.98%
CMYK:
(27,0,20,11)
C27M0Y20K11 
(27%,0%,20%,11%)
(0.27/0.00/0.20/0.11)	

CMYK percentages

%26.87
%0
%19.82
%10.98

Codes

Color #A6E3B6 in popluar color models

A6E3B6
RGB166227182
HSL136°52.14%77.06%
HSB/HSV136°26.87%89.02%
CMYK26.87%0.00%19.82%
10.98%

Color #A6E3B6 in popluar number systems.

HEXA6E3B6
Decimal166227182
Binary101001101110001110110110
Octal246343266

Shades and tints

Shades of #A6E3B6

#A6E3B6
(166,227,182)
#97CFA6
(151,207,166)
#88BB96
(136,187,150)
#79A786
(121,167,134)
#6A9376
(106,147,118)
#5B7F66
(91,127,102)
#4C6B56
(76,107,86)
#3D5746
(61,87,70)
#2E4336
(46,67,54)
#1F2F26
(31,47,38)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #A6E3B6

#A6E3B6
(166,227,182)
#AEE5BC
(174,229,188)
#B6E7C2
(182,231,194)
#BEE9C8
(190,233,200)
#C6EBCE
(198,235,206)
#CEEDD4
(206,237,212)
#D6EFDA
(214,239,218)
#DEF1E0
(222,241,224)
#E6F3E6
(230,243,230)
#EEF5EC
(238,245,236)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3B6; }

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

This text font color is #A6E3B6.


Background Color

.myBgColor { background-color: #A6E3B6; }

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

This div background color is #A6E3B6.


Border color

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

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

This div border color is #A6E3B6.


Opacity

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

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

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

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

This text has shadow with #A6E3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3B6 on black background.


Color preview on white background

This text has color #A6E3B6 on white background.



Black color preview on #A6E3B6 background

This text has black color on #A6E3B6 background.


White color preview on #A6E3B6 background

This text has white color on #A6E3B6 background.