COLOR #A6E6D5

HEX: #A6E6D5
RGB: (166,230,213)

Color info

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

RGB color model

#A6E6D5 color RGB value is (166,230,213).

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

RGB channels and saturation

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

166
230
213

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

Portions of RGB colors in percentages

R + G + B =
166 + 230 + 213 = 609 (100%)
R 166 of 609 ~ 27.26%
G 230 of 609 ~ 37.77%
B 213 of 609 ~ 34.98%

%27.26
%37.77
%34.98

CMYK color model

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

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • 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
%7.39
%9.8

Codes

Color #A6E6D5 in popluar color models

A6E6D5
RGB166230213
HSL164°56.14%77.65%
HSB/HSV164°27.83%90.20%
CMYK27.83%0.00%7.39%
9.80%

Color #A6E6D5 in popluar number systems.

HEXA6E6D5
Decimal166230213
Binary101001101110011011010101
Octal246346325

Shades and tints

Shades of #A6E6D5

#A6E6D5
(166,230,213)
#97D2C2
(151,210,194)
#88BEAF
(136,190,175)
#79AA9C
(121,170,156)
#6A9689
(106,150,137)
#5B8276
(91,130,118)
#4C6E63
(76,110,99)
#3D5A50
(61,90,80)
#2E463D
(46,70,61)
#1F322A
(31,50,42)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #A6E6D5

#A6E6D5
(166,230,213)
#AEE8D8
(174,232,216)
#B6EADB
(182,234,219)
#BEECDE
(190,236,222)
#C6EEE1
(198,238,225)
#CEF0E4
(206,240,228)
#D6F2E7
(214,242,231)
#DEF4EA
(222,244,234)
#E6F6ED
(230,246,237)
#EEF8F0
(238,248,240)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E6D5; }

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

This text font color is #A6E6D5.


Background Color

.myBgColor { background-color: #A6E6D5; }

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

This div background color is #A6E6D5.


Border color

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

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

This div border color is #A6E6D5.


Opacity

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

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

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

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

This text has shadow with #A6E6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E6D5 on black background.


Color preview on white background

This text has color #A6E6D5 on white background.



Black color preview on #A6E6D5 background

This text has black color on #A6E6D5 background.


White color preview on #A6E6D5 background

This text has white color on #A6E6D5 background.