COLOR #A6E2EB

HEX: #A6E2EB
RGB: (166,226,235)

Color info

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

RGB color model

#A6E2EB color RGB value is (166,226,235).

  • red value is 166;
  • green value is 226;
  • blue value is 235.
RGB:
(166,226,235)
(65%,89%,92%)

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 235 of 255 = 92%

166
226
235

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

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 235 = 627 (100%)
R 166 of 627 ~ 26.48%
G 226 of 627 ~ 36.04%
B 235 of 627 ~ 37.48%

%26.48
%36.04
%37.48

CMYK color model

#A6E2EB color CMYK value is (29,4,0,8).

  • cyan value is 29.36%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,4,0,8)
C29M4Y0K8 
(29%,4%,0%,8%)
(0.29/0.04/0.00/0.08)	

CMYK percentages

%29.36
%3.83
%0
%7.84

Codes

Color #A6E2EB in popluar color models

A6E2EB
RGB166226235
HSL188°63.30%78.63%
HSB/HSV188°29.36%92.16%
CMYK29.36%3.83%0.00%
7.84%

Color #A6E2EB in popluar number systems.

HEXA6E2EB
Decimal166226235
Binary101001101110001011101011
Octal246342353

Shades and tints

Shades of #A6E2EB

#A6E2EB
(166,226,235)
#97CED6
(151,206,214)
#88BAC1
(136,186,193)
#79A6AC
(121,166,172)
#6A9297
(106,146,151)
#5B7E82
(91,126,130)
#4C6A6D
(76,106,109)
#3D5658
(61,86,88)
#2E4243
(46,66,67)
#1F2E2E
(31,46,46)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #A6E2EB

#A6E2EB
(166,226,235)
#AEE4EC
(174,228,236)
#B6E6ED
(182,230,237)
#BEE8EE
(190,232,238)
#C6EAEF
(198,234,239)
#CEECF0
(206,236,240)
#D6EEF1
(214,238,241)
#DEF0F2
(222,240,242)
#E6F2F3
(230,242,243)
#EEF4F4
(238,244,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E2EB color. Also use rgb(166,226,235) instead hex code.

Text Font Color

.myTextColor { color: #A6E2EB; }

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

This text font color is #A6E2EB.


Background Color

.myBgColor { background-color: #A6E2EB; }

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

This div background color is #A6E2EB.


Border color

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

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

This div border color is #A6E2EB.


Opacity

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

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

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

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

This text has shadow with #A6E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E2EB on black background.


Color preview on white background

This text has color #A6E2EB on white background.



Black color preview on #A6E2EB background

This text has black color on #A6E2EB background.


White color preview on #A6E2EB background

This text has white color on #A6E2EB background.