COLOR #A6F2FF

HEX: #A6F2FF
RGB: (166,242,255)

Color info

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

RGB color model

#A6F2FF color RGB value is (166,242,255).

  • red value is 166;
  • green value is 242;
  • blue value is 255.
RGB:
(166,242,255)
(65%,95%,100%)

RGB channels and saturation

R 166 of 255 = 65%
G 242 of 255 = 95%
B 255 of 255 = 100%

166
242
255

R + G + B ~ 87%. #A6F2FF is light color.

Portions of RGB colors in percentages

R + G + B =
166 + 242 + 255 = 663 (100%)
R 166 of 663 ~ 25.04%
G 242 of 663 ~ 36.5%
B 255 of 663 ~ 38.46%

%25.04
%36.5
%38.46

CMYK color model

#A6F2FF color CMYK value is (35,5,0,0).

  • cyan value is 34.90%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(35,5,0,0)
C35M5Y0K0 
(35%,5%,0%,0%)
(0.35/0.05/0.00/0.00)	

CMYK percentages

%34.9
%5.1
%0
%0

Codes

Color #A6F2FF in popluar color models

A6F2FF
RGB166242255
HSL189°100.00%82.55%
HSB/HSV189°34.90%100.00%
CMYK34.90%5.10%0.00%
0.00%

Color #A6F2FF in popluar number systems.

HEXA6F2FF
Decimal166242255
Binary101001101111001011111111
Octal246362377

Shades and tints

Shades of #A6F2FF

#A6F2FF
(166,242,255)
#97DCE8
(151,220,232)
#88C6D1
(136,198,209)
#79B0BA
(121,176,186)
#6A9AA3
(106,154,163)
#5B848C
(91,132,140)
#4C6E75
(76,110,117)
#3D585E
(61,88,94)
#2E4247
(46,66,71)
#1F2C30
(31,44,48)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6F2FF

#A6F2FF
(166,242,255)
#AEF3FF
(174,243,255)
#B6F4FF
(182,244,255)
#BEF5FF
(190,245,255)
#C6F6FF
(198,246,255)
#CEF7FF
(206,247,255)
#D6F8FF
(214,248,255)
#DEF9FF
(222,249,255)
#E6FAFF
(230,250,255)
#EEFBFF
(238,251,255)
#F6FCFF
(246,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F2FF color. Also use rgb(166,242,255) instead hex code.

Text Font Color

.myTextColor { color: #A6F2FF; }

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

This text font color is #A6F2FF.


Background Color

.myBgColor { background-color: #A6F2FF; }

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

This div background color is #A6F2FF.


Border color

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

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

This div border color is #A6F2FF.


Opacity

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

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

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

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

This text has shadow with #A6F2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F2FF on black background.


Color preview on white background

This text has color #A6F2FF on white background.



Black color preview on #A6F2FF background

This text has black color on #A6F2FF background.


White color preview on #A6F2FF background

This text has white color on #A6F2FF background.