COLOR #A6E3EF

HEX: #A6E3EF
RGB: (166,227,239)

Color info

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

RGB color model

#A6E3EF color RGB value is (166,227,239).

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

RGB channels and saturation

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

166
227
239

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

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 239 = 632 (100%)
R 166 of 632 ~ 26.27%
G 227 of 632 ~ 35.92%
B 239 of 632 ~ 37.82%

%26.27
%35.92
%37.82

CMYK color model

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

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

CMYK percentages

%30.54
%5.02
%0
%6.27

Codes

Color #A6E3EF in popluar color models

A6E3EF
RGB166227239
HSL190°69.52%79.41%
HSB/HSV190°30.54%93.73%
CMYK30.54%5.02%0.00%
6.27%

Color #A6E3EF in popluar number systems.

HEXA6E3EF
Decimal166227239
Binary101001101110001111101111
Octal246343357

Shades and tints

Shades of #A6E3EF

#A6E3EF
(166,227,239)
#97CFDA
(151,207,218)
#88BBC5
(136,187,197)
#79A7B0
(121,167,176)
#6A939B
(106,147,155)
#5B7F86
(91,127,134)
#4C6B71
(76,107,113)
#3D575C
(61,87,92)
#2E4347
(46,67,71)
#1F2F32
(31,47,50)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #A6E3EF

#A6E3EF
(166,227,239)
#AEE5F0
(174,229,240)
#B6E7F1
(182,231,241)
#BEE9F2
(190,233,242)
#C6EBF3
(198,235,243)
#CEEDF4
(206,237,244)
#D6EFF5
(214,239,245)
#DEF1F6
(222,241,246)
#E6F3F7
(230,243,247)
#EEF5F8
(238,245,248)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3EF; }

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

This text font color is #A6E3EF.


Background Color

.myBgColor { background-color: #A6E3EF; }

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

This div background color is #A6E3EF.


Border color

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

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

This div border color is #A6E3EF.


Opacity

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

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

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

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

This text has shadow with #A6E3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3EF on black background.


Color preview on white background

This text has color #A6E3EF on white background.



Black color preview on #A6E3EF background

This text has black color on #A6E3EF background.


White color preview on #A6E3EF background

This text has white color on #A6E3EF background.