COLOR #A6E2D2

HEX: #A6E2D2
RGB: (166,226,210)

Color info

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

RGB color model

#A6E2D2 color RGB value is (166,226,210).

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

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 210 of 255 = 82%

166
226
210

R + G + B ~ 79%. #A6E2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 210 = 602 (100%)
R 166 of 602 ~ 27.57%
G 226 of 602 ~ 37.54%
B 210 of 602 ~ 34.88%

%27.57
%37.54
%34.88

CMYK color model

#A6E2D2 color CMYK value is (27,0,7,11).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 11.37%
CMYK:
(27,0,7,11)
C27M0Y7K11 
(27%,0%,7%,11%)
(0.27/0.00/0.07/0.11)	

CMYK percentages

%26.55
%0
%7.08
%11.37

Codes

Color #A6E2D2 in popluar color models

A6E2D2
RGB166226210
HSL164°50.85%76.86%
HSB/HSV164°26.55%88.63%
CMYK26.55%0.00%7.08%
11.37%

Color #A6E2D2 in popluar number systems.

HEXA6E2D2
Decimal166226210
Binary101001101110001011010010
Octal246342322

Shades and tints

Shades of #A6E2D2

#A6E2D2
(166,226,210)
#97CEBF
(151,206,191)
#88BAAC
(136,186,172)
#79A699
(121,166,153)
#6A9286
(106,146,134)
#5B7E73
(91,126,115)
#4C6A60
(76,106,96)
#3D564D
(61,86,77)
#2E423A
(46,66,58)
#1F2E27
(31,46,39)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #A6E2D2

#A6E2D2
(166,226,210)
#AEE4D6
(174,228,214)
#B6E6DA
(182,230,218)
#BEE8DE
(190,232,222)
#C6EAE2
(198,234,226)
#CEECE6
(206,236,230)
#D6EEEA
(214,238,234)
#DEF0EE
(222,240,238)
#E6F2F2
(230,242,242)
#EEF4F6
(238,244,246)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E2D2; }

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

This text font color is #A6E2D2.


Background Color

.myBgColor { background-color: #A6E2D2; }

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

This div background color is #A6E2D2.


Border color

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

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

This div border color is #A6E2D2.


Opacity

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

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

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

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

This text has shadow with #A6E2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E2D2 on black background.


Color preview on white background

This text has color #A6E2D2 on white background.



Black color preview on #A6E2D2 background

This text has black color on #A6E2D2 background.


White color preview on #A6E2D2 background

This text has white color on #A6E2D2 background.