COLOR #A6E1E8

HEX: #A6E1E8
RGB: (166,225,232)

Color info

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

RGB color model

#A6E1E8 color RGB value is (166,225,232).

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

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 232 of 255 = 91%

166
225
232

R + G + B ~ 81%. #A6E1E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 225 + 232 = 623 (100%)
R 166 of 623 ~ 26.65%
G 225 of 623 ~ 36.12%
B 232 of 623 ~ 37.24%

%26.65
%36.12
%37.24

CMYK color model

#A6E1E8 color CMYK value is (28,3,0,9).

  • cyan value is 28.45%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(28,3,0,9)
C28M3Y0K9 
(28%,3%,0%,9%)
(0.28/0.03/0.00/0.09)	

CMYK percentages

%28.45
%3.02
%0
%9.02

Codes

Color #A6E1E8 in popluar color models

A6E1E8
RGB166225232
HSL186°58.93%78.04%
HSB/HSV186°28.45%90.98%
CMYK28.45%3.02%0.00%
9.02%

Color #A6E1E8 in popluar number systems.

HEXA6E1E8
Decimal166225232
Binary101001101110000111101000
Octal246341350

Shades and tints

Shades of #A6E1E8

#A6E1E8
(166,225,232)
#97CDD3
(151,205,211)
#88B9BE
(136,185,190)
#79A5A9
(121,165,169)
#6A9194
(106,145,148)
#5B7D7F
(91,125,127)
#4C696A
(76,105,106)
#3D5555
(61,85,85)
#2E4140
(46,65,64)
#1F2D2B
(31,45,43)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #A6E1E8

#A6E1E8
(166,225,232)
#AEE3EA
(174,227,234)
#B6E5EC
(182,229,236)
#BEE7EE
(190,231,238)
#C6E9F0
(198,233,240)
#CEEBF2
(206,235,242)
#D6EDF4
(214,237,244)
#DEEFF6
(222,239,246)
#E6F1F8
(230,241,248)
#EEF3FA
(238,243,250)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E1E8; }

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

This text font color is #A6E1E8.


Background Color

.myBgColor { background-color: #A6E1E8; }

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

This div background color is #A6E1E8.


Border color

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

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

This div border color is #A6E1E8.


Opacity

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

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

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

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

This text has shadow with #A6E1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E1E8 on black background.


Color preview on white background

This text has color #A6E1E8 on white background.



Black color preview on #A6E1E8 background

This text has black color on #A6E1E8 background.


White color preview on #A6E1E8 background

This text has white color on #A6E1E8 background.