COLOR #A6F4EC

HEX: #A6F4EC
RGB: (166,244,236)

Color info

#A6F4EC contains mainly green and blue colors. Web safe color of #A6F4EC is #99FFFF (or #9FF).

RGB color model

#A6F4EC color RGB value is (166,244,236).

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

RGB channels and saturation

R 166 of 255 = 65%
G 244 of 255 = 96%
B 236 of 255 = 93%

166
244
236

R + G + B ~ 85%. #A6F4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 244 + 236 = 646 (100%)
R 166 of 646 ~ 25.7%
G 244 of 646 ~ 37.77%
B 236 of 646 ~ 36.53%

%25.7
%37.77
%36.53

CMYK color model

#A6F4EC color CMYK value is (32,0,3,4).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(32,0,3,4)
C32M0Y3K4 
(32%,0%,3%,4%)
(0.32/0.00/0.03/0.04)	

CMYK percentages

%31.97
%0
%3.28
%4.31

Codes

Color #A6F4EC in popluar color models

A6F4EC
RGB166244236
HSL174°78.00%80.39%
HSB/HSV174°31.97%95.69%
CMYK31.97%0.00%3.28%
4.31%

Color #A6F4EC in popluar number systems.

HEXA6F4EC
Decimal166244236
Binary101001101111010011101100
Octal246364354

Shades and tints

Shades of #A6F4EC

#A6F4EC
(166,244,236)
#97DED7
(151,222,215)
#88C8C2
(136,200,194)
#79B2AD
(121,178,173)
#6A9C98
(106,156,152)
#5B8683
(91,134,131)
#4C706E
(76,112,110)
#3D5A59
(61,90,89)
#2E4444
(46,68,68)
#1F2E2F
(31,46,47)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #A6F4EC

#A6F4EC
(166,244,236)
#AEF5ED
(174,245,237)
#B6F6EE
(182,246,238)
#BEF7EF
(190,247,239)
#C6F8F0
(198,248,240)
#CEF9F1
(206,249,241)
#D6FAF2
(214,250,242)
#DEFBF3
(222,251,243)
#E6FCF4
(230,252,244)
#EEFDF5
(238,253,245)
#F6FEF6
(246,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F4EC; }

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

This text font color is #A6F4EC.


Background Color

.myBgColor { background-color: #A6F4EC; }

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

This div background color is #A6F4EC.


Border color

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

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

This div border color is #A6F4EC.


Opacity

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

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

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

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

This text has shadow with #A6F4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F4EC on black background.


Color preview on white background

This text has color #A6F4EC on white background.



Black color preview on #A6F4EC background

This text has black color on #A6F4EC background.


White color preview on #A6F4EC background

This text has white color on #A6F4EC background.