COLOR #A6F4E2

HEX: #A6F4E2
RGB: (166,244,226)

Color info

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

RGB color model

#A6F4E2 color RGB value is (166,244,226).

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

RGB channels and saturation

R 166 of 255 = 65%
G 244 of 255 = 96%
B 226 of 255 = 89%

166
244
226

R + G + B ~ 83%. #A6F4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 244 + 226 = 636 (100%)
R 166 of 636 ~ 26.1%
G 244 of 636 ~ 38.36%
B 226 of 636 ~ 35.53%

%26.1
%38.36
%35.53

CMYK color model

#A6F4E2 color CMYK value is (32,0,7,4).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 4.31%
CMYK:
(32,0,7,4)
C32M0Y7K4 
(32%,0%,7%,4%)
(0.32/0.00/0.07/0.04)	

CMYK percentages

%31.97
%0
%7.38
%4.31

Codes

Color #A6F4E2 in popluar color models

A6F4E2
RGB166244226
HSL166°78.00%80.39%
HSB/HSV166°31.97%95.69%
CMYK31.97%0.00%7.38%
4.31%

Color #A6F4E2 in popluar number systems.

HEXA6F4E2
Decimal166244226
Binary101001101111010011100010
Octal246364342

Shades and tints

Shades of #A6F4E2

#A6F4E2
(166,244,226)
#97DECE
(151,222,206)
#88C8BA
(136,200,186)
#79B2A6
(121,178,166)
#6A9C92
(106,156,146)
#5B867E
(91,134,126)
#4C706A
(76,112,106)
#3D5A56
(61,90,86)
#2E4442
(46,68,66)
#1F2E2E
(31,46,46)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #A6F4E2

#A6F4E2
(166,244,226)
#AEF5E4
(174,245,228)
#B6F6E6
(182,246,230)
#BEF7E8
(190,247,232)
#C6F8EA
(198,248,234)
#CEF9EC
(206,249,236)
#D6FAEE
(214,250,238)
#DEFBF0
(222,251,240)
#E6FCF2
(230,252,242)
#EEFDF4
(238,253,244)
#F6FEF6
(246,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F4E2; }

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

This text font color is #A6F4E2.


Background Color

.myBgColor { background-color: #A6F4E2; }

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

This div background color is #A6F4E2.


Border color

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

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

This div border color is #A6F4E2.


Opacity

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

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

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

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

This text has shadow with #A6F4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F4E2 on black background.


Color preview on white background

This text has color #A6F4E2 on white background.



Black color preview on #A6F4E2 background

This text has black color on #A6F4E2 background.


White color preview on #A6F4E2 background

This text has white color on #A6F4E2 background.