COLOR #A6F4C9

HEX: #A6F4C9
RGB: (166,244,201)

Color info

#A6F4C9 contains mainly green and blue colors. Web safe color of #A6F4C9 is #99FFCC (or #9FC).

RGB color model

#A6F4C9 color RGB value is (166,244,201).

  • red value is 166;
  • green value is 244;
  • blue value is 201.
RGB:
(166,244,201)
(65%,96%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 244 of 255 = 96%
B 201 of 255 = 79%

166
244
201

R + G + B ~ 80%. #A6F4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 244 + 201 = 611 (100%)
R 166 of 611 ~ 27.17%
G 244 of 611 ~ 39.93%
B 201 of 611 ~ 32.9%

%27.17
%39.93
%32.9

CMYK color model

#A6F4C9 color CMYK value is (32,0,18,4).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(32,0,18,4)
C32M0Y18K4 
(32%,0%,18%,4%)
(0.32/0.00/0.18/0.04)	

CMYK percentages

%31.97
%0
%17.62
%4.31

Codes

Color #A6F4C9 in popluar color models

A6F4C9
RGB166244201
HSL147°78.00%80.39%
HSB/HSV147°31.97%95.69%
CMYK31.97%0.00%17.62%
4.31%

Color #A6F4C9 in popluar number systems.

HEXA6F4C9
Decimal166244201
Binary101001101111010011001001
Octal246364311

Shades and tints

Shades of #A6F4C9

#A6F4C9
(166,244,201)
#97DEB7
(151,222,183)
#88C8A5
(136,200,165)
#79B293
(121,178,147)
#6A9C81
(106,156,129)
#5B866F
(91,134,111)
#4C705D
(76,112,93)
#3D5A4B
(61,90,75)
#2E4439
(46,68,57)
#1F2E27
(31,46,39)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6F4C9

#A6F4C9
(166,244,201)
#AEF5CD
(174,245,205)
#B6F6D1
(182,246,209)
#BEF7D5
(190,247,213)
#C6F8D9
(198,248,217)
#CEF9DD
(206,249,221)
#D6FAE1
(214,250,225)
#DEFBE5
(222,251,229)
#E6FCE9
(230,252,233)
#EEFDED
(238,253,237)
#F6FEF1
(246,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F4C9 color. Also use rgb(166,244,201) instead hex code.

Text Font Color

.myTextColor { color: #A6F4C9; }

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

This text font color is #A6F4C9.


Background Color

.myBgColor { background-color: #A6F4C9; }

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

This div background color is #A6F4C9.


Border color

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

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

This div border color is #A6F4C9.


Opacity

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

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

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

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

This text has shadow with #A6F4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F4C9 on black background.


Color preview on white background

This text has color #A6F4C9 on white background.



Black color preview on #A6F4C9 background

This text has black color on #A6F4C9 background.


White color preview on #A6F4C9 background

This text has white color on #A6F4C9 background.