COLOR #A6E8E5

HEX: #A6E8E5
RGB: (166,232,229)

Color info

#A6E8E5 contains mainly green and blue colors. Web safe color of #A6E8E5 is #99FFCC (or #9FC).

RGB color model

#A6E8E5 color RGB value is (166,232,229).

  • red value is 166;
  • green value is 232;
  • blue value is 229.
RGB:
(166,232,229)
(65%,91%,90%)

RGB channels and saturation

R 166 of 255 = 65%
G 232 of 255 = 91%
B 229 of 255 = 90%

166
232
229

R + G + B ~ 82%. #A6E8E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 232 + 229 = 627 (100%)
R 166 of 627 ~ 26.48%
G 232 of 627 ~ 37%
B 229 of 627 ~ 36.52%

%26.48
%37
%36.52

CMYK color model

#A6E8E5 color CMYK value is (28,0,1,9).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(28,0,1,9)
C28M0Y1K9 
(28%,0%,1%,9%)
(0.28/0.00/0.01/0.09)	

CMYK percentages

%28.45
%0
%1.29
%9.02

Codes

Color #A6E8E5 in popluar color models

A6E8E5
RGB166232229
HSL177°58.93%78.04%
HSB/HSV177°28.45%90.98%
CMYK28.45%0.00%1.29%
9.02%

Color #A6E8E5 in popluar number systems.

HEXA6E8E5
Decimal166232229
Binary101001101110100011100101
Octal246350345

Shades and tints

Shades of #A6E8E5

#A6E8E5
(166,232,229)
#97D3D1
(151,211,209)
#88BEBD
(136,190,189)
#79A9A9
(121,169,169)
#6A9495
(106,148,149)
#5B7F81
(91,127,129)
#4C6A6D
(76,106,109)
#3D5559
(61,85,89)
#2E4045
(46,64,69)
#1F2B31
(31,43,49)
#10161D
(16,22,29)
#000000
(0,0,0)

Tints of #A6E8E5

#A6E8E5
(166,232,229)
#AEEAE7
(174,234,231)
#B6ECE9
(182,236,233)
#BEEEEB
(190,238,235)
#C6F0ED
(198,240,237)
#CEF2EF
(206,242,239)
#D6F4F1
(214,244,241)
#DEF6F3
(222,246,243)
#E6F8F5
(230,248,245)
#EEFAF7
(238,250,247)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E8E5 color. Also use rgb(166,232,229) instead hex code.

Text Font Color

.myTextColor { color: #A6E8E5; }

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

This text font color is #A6E8E5.


Background Color

.myBgColor { background-color: #A6E8E5; }

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

This div background color is #A6E8E5.


Border color

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

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

This div border color is #A6E8E5.


Opacity

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

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

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

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

This text has shadow with #A6E8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E8E5 on black background.


Color preview on white background

This text has color #A6E8E5 on white background.



Black color preview on #A6E8E5 background

This text has black color on #A6E8E5 background.


White color preview on #A6E8E5 background

This text has white color on #A6E8E5 background.