COLOR #A6F8E3

HEX: #A6F8E3
RGB: (166,248,227)

Color info

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

RGB color model

#A6F8E3 color RGB value is (166,248,227).

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

RGB channels and saturation

R 166 of 255 = 65%
G 248 of 255 = 97%
B 227 of 255 = 89%

166
248
227

R + G + B ~ 84%. #A6F8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 248 + 227 = 641 (100%)
R 166 of 641 ~ 25.9%
G 248 of 641 ~ 38.69%
B 227 of 641 ~ 35.41%

%25.9
%38.69
%35.41

CMYK color model

#A6F8E3 color CMYK value is (33,0,8,3).

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 2.75%
CMYK:
(33,0,8,3)
C33M0Y8K3 
(33%,0%,8%,3%)
(0.33/0.00/0.08/0.03)	

CMYK percentages

%33.06
%0
%8.47
%2.75

Codes

Color #A6F8E3 in popluar color models

A6F8E3
RGB166248227
HSL165°85.42%81.18%
HSB/HSV165°33.06%97.25%
CMYK33.06%0.00%8.47%
2.75%

Color #A6F8E3 in popluar number systems.

HEXA6F8E3
Decimal166248227
Binary101001101111100011100011
Octal246370343

Shades and tints

Shades of #A6F8E3

#A6F8E3
(166,248,227)
#97E2CF
(151,226,207)
#88CCBB
(136,204,187)
#79B6A7
(121,182,167)
#6AA093
(106,160,147)
#5B8A7F
(91,138,127)
#4C746B
(76,116,107)
#3D5E57
(61,94,87)
#2E4843
(46,72,67)
#1F322F
(31,50,47)
#101C1B
(16,28,27)
#000000
(0,0,0)

Tints of #A6F8E3

#A6F8E3
(166,248,227)
#AEF8E5
(174,248,229)
#B6F8E7
(182,248,231)
#BEF8E9
(190,248,233)
#C6F8EB
(198,248,235)
#CEF8ED
(206,248,237)
#D6F8EF
(214,248,239)
#DEF8F1
(222,248,241)
#E6F8F3
(230,248,243)
#EEF8F5
(238,248,245)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F8E3; }

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

This text font color is #A6F8E3.


Background Color

.myBgColor { background-color: #A6F8E3; }

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

This div background color is #A6F8E3.


Border color

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

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

This div border color is #A6F8E3.


Opacity

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

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

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

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

This text has shadow with #A6F8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F8E3 on black background.


Color preview on white background

This text has color #A6F8E3 on white background.



Black color preview on #A6F8E3 background

This text has black color on #A6F8E3 background.


White color preview on #A6F8E3 background

This text has white color on #A6F8E3 background.