COLOR #A6E6F1

HEX: #A6E6F1
RGB: (166,230,241)

Color info

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

RGB color model

#A6E6F1 color RGB value is (166,230,241).

  • red value is 166;
  • green value is 230;
  • blue value is 241.
RGB:
(166,230,241)
(65%,90%,95%)

RGB channels and saturation

R 166 of 255 = 65%
G 230 of 255 = 90%
B 241 of 255 = 95%

166
230
241

R + G + B ~ 83%. #A6E6F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 230 + 241 = 637 (100%)
R 166 of 637 ~ 26.06%
G 230 of 637 ~ 36.11%
B 241 of 637 ~ 37.83%

%26.06
%36.11
%37.83

CMYK color model

#A6E6F1 color CMYK value is (31,5,0,5).

  • cyan value is 31.12%
  • magenta value is 4.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(31,5,0,5)
C31M5Y0K5 
(31%,5%,0%,5%)
(0.31/0.05/0.00/0.05)	

CMYK percentages

%31.12
%4.56
%0
%5.49

Codes

Color #A6E6F1 in popluar color models

A6E6F1
RGB166230241
HSL189°72.82%79.80%
HSB/HSV189°31.12%94.51%
CMYK31.12%4.56%0.00%
5.49%

Color #A6E6F1 in popluar number systems.

HEXA6E6F1
Decimal166230241
Binary101001101110011011110001
Octal246346361

Shades and tints

Shades of #A6E6F1

#A6E6F1
(166,230,241)
#97D2DC
(151,210,220)
#88BEC7
(136,190,199)
#79AAB2
(121,170,178)
#6A969D
(106,150,157)
#5B8288
(91,130,136)
#4C6E73
(76,110,115)
#3D5A5E
(61,90,94)
#2E4649
(46,70,73)
#1F3234
(31,50,52)
#101E1F
(16,30,31)
#000000
(0,0,0)

Tints of #A6E6F1

#A6E6F1
(166,230,241)
#AEE8F2
(174,232,242)
#B6EAF3
(182,234,243)
#BEECF4
(190,236,244)
#C6EEF5
(198,238,245)
#CEF0F6
(206,240,246)
#D6F2F7
(214,242,247)
#DEF4F8
(222,244,248)
#E6F6F9
(230,246,249)
#EEF8FA
(238,248,250)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E6F1 color. Also use rgb(166,230,241) instead hex code.

Text Font Color

.myTextColor { color: #A6E6F1; }

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

This text font color is #A6E6F1.


Background Color

.myBgColor { background-color: #A6E6F1; }

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

This div background color is #A6E6F1.


Border color

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

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

This div border color is #A6E6F1.


Opacity

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

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

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

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

This text has shadow with #A6E6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E6F1 on black background.


Color preview on white background

This text has color #A6E6F1 on white background.



Black color preview on #A6E6F1 background

This text has black color on #A6E6F1 background.


White color preview on #A6E6F1 background

This text has white color on #A6E6F1 background.