COLOR #A6F4E6

HEX: #A6F4E6
RGB: (166,244,230)

Color info

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

RGB color model

#A6F4E6 color RGB value is (166,244,230).

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

RGB channels and saturation

R 166 of 255 = 65%
G 244 of 255 = 96%
B 230 of 255 = 90%

166
244
230

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

Portions of RGB colors in percentages

R + G + B =
166 + 244 + 230 = 640 (100%)
R 166 of 640 ~ 25.94%
G 244 of 640 ~ 38.13%
B 230 of 640 ~ 35.94%

%25.94
%38.13
%35.94

CMYK color model

#A6F4E6 color CMYK value is (32,0,6,4).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 4.31%
CMYK:
(32,0,6,4)
C32M0Y6K4 
(32%,0%,6%,4%)
(0.32/0.00/0.06/0.04)	

CMYK percentages

%31.97
%0
%5.74
%4.31

Codes

Color #A6F4E6 in popluar color models

A6F4E6
RGB166244230
HSL169°78.00%80.39%
HSB/HSV169°31.97%95.69%
CMYK31.97%0.00%5.74%
4.31%

Color #A6F4E6 in popluar number systems.

HEXA6F4E6
Decimal166244230
Binary101001101111010011100110
Octal246364346

Shades and tints

Shades of #A6F4E6

#A6F4E6
(166,244,230)
#97DED2
(151,222,210)
#88C8BE
(136,200,190)
#79B2AA
(121,178,170)
#6A9C96
(106,156,150)
#5B8682
(91,134,130)
#4C706E
(76,112,110)
#3D5A5A
(61,90,90)
#2E4446
(46,68,70)
#1F2E32
(31,46,50)
#10181E
(16,24,30)
#000000
(0,0,0)

Tints of #A6F4E6

#A6F4E6
(166,244,230)
#AEF5E8
(174,245,232)
#B6F6EA
(182,246,234)
#BEF7EC
(190,247,236)
#C6F8EE
(198,248,238)
#CEF9F0
(206,249,240)
#D6FAF2
(214,250,242)
#DEFBF4
(222,251,244)
#E6FCF6
(230,252,246)
#EEFDF8
(238,253,248)
#F6FEFA
(246,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F4E6; }

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

This text font color is #A6F4E6.


Background Color

.myBgColor { background-color: #A6F4E6; }

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

This div background color is #A6F4E6.


Border color

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

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

This div border color is #A6F4E6.


Opacity

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

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

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

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

This text has shadow with #A6F4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F4E6 on black background.


Color preview on white background

This text has color #A6F4E6 on white background.



Black color preview on #A6F4E6 background

This text has black color on #A6F4E6 background.


White color preview on #A6F4E6 background

This text has white color on #A6F4E6 background.