COLOR #A6E3F0

HEX: #A6E3F0
RGB: (166,227,240)

Color info

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

RGB color model

#A6E3F0 color RGB value is (166,227,240).

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

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 240 of 255 = 94%

166
227
240

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

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 240 = 633 (100%)
R 166 of 633 ~ 26.22%
G 227 of 633 ~ 35.86%
B 240 of 633 ~ 37.91%

%26.22
%35.86
%37.91

CMYK color model

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

  • cyan value is 30.83%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(31,5,0,6)
C31M5Y0K6 
(31%,5%,0%,6%)
(0.31/0.05/0.00/0.06)	

CMYK percentages

%30.83
%5.42
%0
%5.88

Codes

Color #A6E3F0 in popluar color models

A6E3F0
RGB166227240
HSL191°71.15%79.61%
HSB/HSV191°30.83%94.12%
CMYK30.83%5.42%0.00%
5.88%

Color #A6E3F0 in popluar number systems.

HEXA6E3F0
Decimal166227240
Binary101001101110001111110000
Octal246343360

Shades and tints

Shades of #A6E3F0

#A6E3F0
(166,227,240)
#97CFDB
(151,207,219)
#88BBC6
(136,187,198)
#79A7B1
(121,167,177)
#6A939C
(106,147,156)
#5B7F87
(91,127,135)
#4C6B72
(76,107,114)
#3D575D
(61,87,93)
#2E4348
(46,67,72)
#1F2F33
(31,47,51)
#101B1E
(16,27,30)
#000000
(0,0,0)

Tints of #A6E3F0

#A6E3F0
(166,227,240)
#AEE5F1
(174,229,241)
#B6E7F2
(182,231,242)
#BEE9F3
(190,233,243)
#C6EBF4
(198,235,244)
#CEEDF5
(206,237,245)
#D6EFF6
(214,239,246)
#DEF1F7
(222,241,247)
#E6F3F8
(230,243,248)
#EEF5F9
(238,245,249)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3F0; }

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

This text font color is #A6E3F0.


Background Color

.myBgColor { background-color: #A6E3F0; }

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

This div background color is #A6E3F0.


Border color

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

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

This div border color is #A6E3F0.


Opacity

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

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

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

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

This text has shadow with #A6E3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3F0 on black background.


Color preview on white background

This text has color #A6E3F0 on white background.



Black color preview on #A6E3F0 background

This text has black color on #A6E3F0 background.


White color preview on #A6E3F0 background

This text has white color on #A6E3F0 background.