COLOR #A6F3E7

HEX: #A6F3E7
RGB: (166,243,231)

Color info

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

RGB color model

#A6F3E7 color RGB value is (166,243,231).

  • red value is 166;
  • green value is 243;
  • blue value is 231.
RGB:
(166,243,231)
(65%,95%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 243 of 255 = 95%
B 231 of 255 = 91%

166
243
231

R + G + B ~ 84%. #A6F3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 243 + 231 = 640 (100%)
R 166 of 640 ~ 25.94%
G 243 of 640 ~ 37.97%
B 231 of 640 ~ 36.09%

%25.94
%37.97
%36.09

CMYK color model

#A6F3E7 color CMYK value is (32,0,5,5).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 4.71%
CMYK:
(32,0,5,5)
C32M0Y5K5 
(32%,0%,5%,5%)
(0.32/0.00/0.05/0.05)	

CMYK percentages

%31.69
%0
%4.94
%4.71

Codes

Color #A6F3E7 in popluar color models

A6F3E7
RGB166243231
HSL171°76.24%80.20%
HSB/HSV171°31.69%95.29%
CMYK31.69%0.00%4.94%
4.71%

Color #A6F3E7 in popluar number systems.

HEXA6F3E7
Decimal166243231
Binary101001101111001111100111
Octal246363347

Shades and tints

Shades of #A6F3E7

#A6F3E7
(166,243,231)
#97DDD2
(151,221,210)
#88C7BD
(136,199,189)
#79B1A8
(121,177,168)
#6A9B93
(106,155,147)
#5B857E
(91,133,126)
#4C6F69
(76,111,105)
#3D5954
(61,89,84)
#2E433F
(46,67,63)
#1F2D2A
(31,45,42)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6F3E7

#A6F3E7
(166,243,231)
#AEF4E9
(174,244,233)
#B6F5EB
(182,245,235)
#BEF6ED
(190,246,237)
#C6F7EF
(198,247,239)
#CEF8F1
(206,248,241)
#D6F9F3
(214,249,243)
#DEFAF5
(222,250,245)
#E6FBF7
(230,251,247)
#EEFCF9
(238,252,249)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F3E7 color. Also use rgb(166,243,231) instead hex code.

Text Font Color

.myTextColor { color: #A6F3E7; }

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

This text font color is #A6F3E7.


Background Color

.myBgColor { background-color: #A6F3E7; }

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

This div background color is #A6F3E7.


Border color

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

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

This div border color is #A6F3E7.


Opacity

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

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

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

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

This text has shadow with #A6F3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F3E7 on black background.


Color preview on white background

This text has color #A6F3E7 on white background.



Black color preview on #A6F3E7 background

This text has black color on #A6F3E7 background.


White color preview on #A6F3E7 background

This text has white color on #A6F3E7 background.