COLOR #A6E3ED

HEX: #A6E3ED
RGB: (166,227,237)

Color info

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

RGB color model

#A6E3ED color RGB value is (166,227,237).

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

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 237 of 255 = 93%

166
227
237

R + G + B ~ 82%. #A6E3ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 237 = 630 (100%)
R 166 of 630 ~ 26.35%
G 227 of 630 ~ 36.03%
B 237 of 630 ~ 37.62%

%26.35
%36.03
%37.62

CMYK color model

#A6E3ED color CMYK value is (30,4,0,7).

  • cyan value is 29.96%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,4,0,7)
C30M4Y0K7 
(30%,4%,0%,7%)
(0.30/0.04/0.00/0.07)	

CMYK percentages

%29.96
%4.22
%0
%7.06

Codes

Color #A6E3ED in popluar color models

A6E3ED
RGB166227237
HSL188°66.36%79.02%
HSB/HSV188°29.96%92.94%
CMYK29.96%4.22%0.00%
7.06%

Color #A6E3ED in popluar number systems.

HEXA6E3ED
Decimal166227237
Binary101001101110001111101101
Octal246343355

Shades and tints

Shades of #A6E3ED

#A6E3ED
(166,227,237)
#97CFD8
(151,207,216)
#88BBC3
(136,187,195)
#79A7AE
(121,167,174)
#6A9399
(106,147,153)
#5B7F84
(91,127,132)
#4C6B6F
(76,107,111)
#3D575A
(61,87,90)
#2E4345
(46,67,69)
#1F2F30
(31,47,48)
#101B1B
(16,27,27)
#000000
(0,0,0)

Tints of #A6E3ED

#A6E3ED
(166,227,237)
#AEE5EE
(174,229,238)
#B6E7EF
(182,231,239)
#BEE9F0
(190,233,240)
#C6EBF1
(198,235,241)
#CEEDF2
(206,237,242)
#D6EFF3
(214,239,243)
#DEF1F4
(222,241,244)
#E6F3F5
(230,243,245)
#EEF5F6
(238,245,246)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3ED; }

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

This text font color is #A6E3ED.


Background Color

.myBgColor { background-color: #A6E3ED; }

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

This div background color is #A6E3ED.


Border color

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

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

This div border color is #A6E3ED.


Opacity

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

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

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

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

This text has shadow with #A6E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3ED on black background.


Color preview on white background

This text has color #A6E3ED on white background.



Black color preview on #A6E3ED background

This text has black color on #A6E3ED background.


White color preview on #A6E3ED background

This text has white color on #A6E3ED background.