COLOR #A6E6D7

HEX: #A6E6D7
RGB: (166,230,215)

Color info

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

RGB color model

#A6E6D7 color RGB value is (166,230,215).

  • red value is 166;
  • green value is 230;
  • blue value is 215.
RGB:
(166,230,215)
(65%,90%,84%)

RGB channels and saturation

R 166 of 255 = 65%
G 230 of 255 = 90%
B 215 of 255 = 84%

166
230
215

R + G + B ~ 80%. #A6E6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 230 + 215 = 611 (100%)
R 166 of 611 ~ 27.17%
G 230 of 611 ~ 37.64%
B 215 of 611 ~ 35.19%

%27.17
%37.64
%35.19

CMYK color model

#A6E6D7 color CMYK value is (28,0,7,10).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(28,0,7,10)
C28M0Y7K10 
(28%,0%,7%,10%)
(0.28/0.00/0.07/0.10)	

CMYK percentages

%27.83
%0
%6.52
%9.8

Codes

Color #A6E6D7 in popluar color models

A6E6D7
RGB166230215
HSL166°56.14%77.65%
HSB/HSV166°27.83%90.20%
CMYK27.83%0.00%6.52%
9.80%

Color #A6E6D7 in popluar number systems.

HEXA6E6D7
Decimal166230215
Binary101001101110011011010111
Octal246346327

Shades and tints

Shades of #A6E6D7

#A6E6D7
(166,230,215)
#97D2C4
(151,210,196)
#88BEB1
(136,190,177)
#79AA9E
(121,170,158)
#6A968B
(106,150,139)
#5B8278
(91,130,120)
#4C6E65
(76,110,101)
#3D5A52
(61,90,82)
#2E463F
(46,70,63)
#1F322C
(31,50,44)
#101E19
(16,30,25)
#000000
(0,0,0)

Tints of #A6E6D7

#A6E6D7
(166,230,215)
#AEE8DA
(174,232,218)
#B6EADD
(182,234,221)
#BEECE0
(190,236,224)
#C6EEE3
(198,238,227)
#CEF0E6
(206,240,230)
#D6F2E9
(214,242,233)
#DEF4EC
(222,244,236)
#E6F6EF
(230,246,239)
#EEF8F2
(238,248,242)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E6D7 color. Also use rgb(166,230,215) instead hex code.

Text Font Color

.myTextColor { color: #A6E6D7; }

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

This text font color is #A6E6D7.


Background Color

.myBgColor { background-color: #A6E6D7; }

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

This div background color is #A6E6D7.


Border color

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

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

This div border color is #A6E6D7.


Opacity

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

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

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

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

This text has shadow with #A6E6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E6D7 on black background.


Color preview on white background

This text has color #A6E6D7 on white background.



Black color preview on #A6E6D7 background

This text has black color on #A6E6D7 background.


White color preview on #A6E6D7 background

This text has white color on #A6E6D7 background.