COLOR #A6F0F4

HEX: #A6F0F4
RGB: (166,240,244)

Color info

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

RGB color model

#A6F0F4 color RGB value is (166,240,244).

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

RGB channels and saturation

R 166 of 255 = 65%
G 240 of 255 = 94%
B 244 of 255 = 96%

166
240
244

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

Portions of RGB colors in percentages

R + G + B =
166 + 240 + 244 = 650 (100%)
R 166 of 650 ~ 25.54%
G 240 of 650 ~ 36.92%
B 244 of 650 ~ 37.54%

%25.54
%36.92
%37.54

CMYK color model

#A6F0F4 color CMYK value is (32,2,0,4).

  • cyan value is 31.97%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(32,2,0,4)
C32M2Y0K4 
(32%,2%,0%,4%)
(0.32/0.02/0.00/0.04)	

CMYK percentages

%31.97
%1.64
%0
%4.31

Codes

Color #A6F0F4 in popluar color models

A6F0F4
RGB166240244
HSL183°78.00%80.39%
HSB/HSV183°31.97%95.69%
CMYK31.97%1.64%0.00%
4.31%

Color #A6F0F4 in popluar number systems.

HEXA6F0F4
Decimal166240244
Binary101001101111000011110100
Octal246360364

Shades and tints

Shades of #A6F0F4

#A6F0F4
(166,240,244)
#97DBDE
(151,219,222)
#88C6C8
(136,198,200)
#79B1B2
(121,177,178)
#6A9C9C
(106,156,156)
#5B8786
(91,135,134)
#4C7270
(76,114,112)
#3D5D5A
(61,93,90)
#2E4844
(46,72,68)
#1F332E
(31,51,46)
#101E18
(16,30,24)
#000000
(0,0,0)

Tints of #A6F0F4

#A6F0F4
(166,240,244)
#AEF1F5
(174,241,245)
#B6F2F6
(182,242,246)
#BEF3F7
(190,243,247)
#C6F4F8
(198,244,248)
#CEF5F9
(206,245,249)
#D6F6FA
(214,246,250)
#DEF7FB
(222,247,251)
#E6F8FC
(230,248,252)
#EEF9FD
(238,249,253)
#F6FAFE
(246,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F0F4; }

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

This text font color is #A6F0F4.


Background Color

.myBgColor { background-color: #A6F0F4; }

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

This div background color is #A6F0F4.


Border color

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

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

This div border color is #A6F0F4.


Opacity

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

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

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

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

This text has shadow with #A6F0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F0F4 on black background.


Color preview on white background

This text has color #A6F0F4 on white background.



Black color preview on #A6F0F4 background

This text has black color on #A6F0F4 background.


White color preview on #A6F0F4 background

This text has white color on #A6F0F4 background.