COLOR #A6EEE9

HEX: #A6EEE9
RGB: (166,238,233)

Color info

#A6EEE9 contains mainly green and blue colors. Web safe color of #A6EEE9 is #99FFFF (or #9FF).

RGB color model

#A6EEE9 color RGB value is (166,238,233).

  • red value is 166;
  • green value is 238;
  • blue value is 233.
RGB:
(166,238,233)
(65%,93%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 238 of 255 = 93%
B 233 of 255 = 91%

166
238
233

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

Portions of RGB colors in percentages

R + G + B =
166 + 238 + 233 = 637 (100%)
R 166 of 637 ~ 26.06%
G 238 of 637 ~ 37.36%
B 233 of 637 ~ 36.58%

%26.06
%37.36
%36.58

CMYK color model

#A6EEE9 color CMYK value is (30,0,2,7).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(30,0,2,7)
C30M0Y2K7 
(30%,0%,2%,7%)
(0.30/0.00/0.02/0.07)	

CMYK percentages

%30.25
%0
%2.1
%6.67

Codes

Color #A6EEE9 in popluar color models

A6EEE9
RGB166238233
HSL176°67.92%79.22%
HSB/HSV176°30.25%93.33%
CMYK30.25%0.00%2.10%
6.67%

Color #A6EEE9 in popluar number systems.

HEXA6EEE9
Decimal166238233
Binary101001101110111011101001
Octal246356351

Shades and tints

Shades of #A6EEE9

#A6EEE9
(166,238,233)
#97D9D4
(151,217,212)
#88C4BF
(136,196,191)
#79AFAA
(121,175,170)
#6A9A95
(106,154,149)
#5B8580
(91,133,128)
#4C706B
(76,112,107)
#3D5B56
(61,91,86)
#2E4641
(46,70,65)
#1F312C
(31,49,44)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #A6EEE9

#A6EEE9
(166,238,233)
#AEEFEB
(174,239,235)
#B6F0ED
(182,240,237)
#BEF1EF
(190,241,239)
#C6F2F1
(198,242,241)
#CEF3F3
(206,243,243)
#D6F4F5
(214,244,245)
#DEF5F7
(222,245,247)
#E6F6F9
(230,246,249)
#EEF7FB
(238,247,251)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EEE9 color. Also use rgb(166,238,233) instead hex code.

Text Font Color

.myTextColor { color: #A6EEE9; }

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

This text font color is #A6EEE9.


Background Color

.myBgColor { background-color: #A6EEE9; }

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

This div background color is #A6EEE9.


Border color

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

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

This div border color is #A6EEE9.


Opacity

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

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

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

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

This text has shadow with #A6EEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EEE9 on black background.


Color preview on white background

This text has color #A6EEE9 on white background.



Black color preview on #A6EEE9 background

This text has black color on #A6EEE9 background.


White color preview on #A6EEE9 background

This text has white color on #A6EEE9 background.