COLOR #A6E2FC

HEX: #A6E2FC
RGB: (166,226,252)

Color info

#A6E2FC contains mainly green and blue colors. Web safe color of #A6E2FC is #99CCFF (or #9CF).

RGB color model

#A6E2FC color RGB value is (166,226,252).

  • red value is 166;
  • green value is 226;
  • blue value is 252.
RGB:
(166,226,252)
(65%,89%,99%)

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 252 of 255 = 99%

166
226
252

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

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 252 = 644 (100%)
R 166 of 644 ~ 25.78%
G 226 of 644 ~ 35.09%
B 252 of 644 ~ 39.13%

%25.78
%35.09
%39.13

CMYK color model

#A6E2FC color CMYK value is (34,10,0,1).

  • cyan value is 34.13%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(34,10,0,1)
C34M10Y0K1 
(34%,10%,0%,1%)
(0.34/0.10/0.00/0.01)	

CMYK percentages

%34.13
%10.32
%0
%1.18

Codes

Color #A6E2FC in popluar color models

A6E2FC
RGB166226252
HSL198°93.48%81.96%
HSB/HSV198°34.13%98.82%
CMYK34.13%10.32%0.00%
1.18%

Color #A6E2FC in popluar number systems.

HEXA6E2FC
Decimal166226252
Binary101001101110001011111100
Octal246342374

Shades and tints

Shades of #A6E2FC

#A6E2FC
(166,226,252)
#97CEE6
(151,206,230)
#88BAD0
(136,186,208)
#79A6BA
(121,166,186)
#6A92A4
(106,146,164)
#5B7E8E
(91,126,142)
#4C6A78
(76,106,120)
#3D5662
(61,86,98)
#2E424C
(46,66,76)
#1F2E36
(31,46,54)
#101A20
(16,26,32)
#000000
(0,0,0)

Tints of #A6E2FC

#A6E2FC
(166,226,252)
#AEE4FC
(174,228,252)
#B6E6FC
(182,230,252)
#BEE8FC
(190,232,252)
#C6EAFC
(198,234,252)
#CEECFC
(206,236,252)
#D6EEFC
(214,238,252)
#DEF0FC
(222,240,252)
#E6F2FC
(230,242,252)
#EEF4FC
(238,244,252)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E2FC color. Also use rgb(166,226,252) instead hex code.

Text Font Color

.myTextColor { color: #A6E2FC; }

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

This text font color is #A6E2FC.


Background Color

.myBgColor { background-color: #A6E2FC; }

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

This div background color is #A6E2FC.


Border color

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

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

This div border color is #A6E2FC.


Opacity

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

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

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

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

This text has shadow with #A6E2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E2FC on black background.


Color preview on white background

This text has color #A6E2FC on white background.



Black color preview on #A6E2FC background

This text has black color on #A6E2FC background.


White color preview on #A6E2FC background

This text has white color on #A6E2FC background.