COLOR #A6E8FF

HEX: #A6E8FF
RGB: (166,232,255)

Color info

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

RGB color model

#A6E8FF color RGB value is (166,232,255).

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

RGB channels and saturation

R 166 of 255 = 65%
G 232 of 255 = 91%
B 255 of 255 = 100%

166
232
255

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

Portions of RGB colors in percentages

R + G + B =
166 + 232 + 255 = 653 (100%)
R 166 of 653 ~ 25.42%
G 232 of 653 ~ 35.53%
B 255 of 653 ~ 39.05%

%25.42
%35.53
%39.05

CMYK color model

#A6E8FF color CMYK value is (35,9,0,0).

  • cyan value is 34.90%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(35,9,0,0)
C35M9Y0K0 
(35%,9%,0%,0%)
(0.35/0.09/0.00/0.00)	

CMYK percentages

%34.9
%9.02
%0
%0

Codes

Color #A6E8FF in popluar color models

A6E8FF
RGB166232255
HSL196°100.00%82.55%
HSB/HSV196°34.90%100.00%
CMYK34.90%9.02%0.00%
0.00%

Color #A6E8FF in popluar number systems.

HEXA6E8FF
Decimal166232255
Binary101001101110100011111111
Octal246350377

Shades and tints

Shades of #A6E8FF

#A6E8FF
(166,232,255)
#97D3E8
(151,211,232)
#88BED1
(136,190,209)
#79A9BA
(121,169,186)
#6A94A3
(106,148,163)
#5B7F8C
(91,127,140)
#4C6A75
(76,106,117)
#3D555E
(61,85,94)
#2E4047
(46,64,71)
#1F2B30
(31,43,48)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6E8FF

#A6E8FF
(166,232,255)
#AEEAFF
(174,234,255)
#B6ECFF
(182,236,255)
#BEEEFF
(190,238,255)
#C6F0FF
(198,240,255)
#CEF2FF
(206,242,255)
#D6F4FF
(214,244,255)
#DEF6FF
(222,246,255)
#E6F8FF
(230,248,255)
#EEFAFF
(238,250,255)
#F6FCFF
(246,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E8FF; }

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

This text font color is #A6E8FF.


Background Color

.myBgColor { background-color: #A6E8FF; }

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

This div background color is #A6E8FF.


Border color

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

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

This div border color is #A6E8FF.


Opacity

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

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

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

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

This text has shadow with #A6E8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E8FF on black background.


Color preview on white background

This text has color #A6E8FF on white background.



Black color preview on #A6E8FF background

This text has black color on #A6E8FF background.


White color preview on #A6E8FF background

This text has white color on #A6E8FF background.