COLOR #A6F3C9

HEX: #A6F3C9
RGB: (166,243,201)

Color info

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

RGB color model

#A6F3C9 color RGB value is (166,243,201).

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

RGB channels and saturation

R 166 of 255 = 65%
G 243 of 255 = 95%
B 201 of 255 = 79%

166
243
201

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

Portions of RGB colors in percentages

R + G + B =
166 + 243 + 201 = 610 (100%)
R 166 of 610 ~ 27.21%
G 243 of 610 ~ 39.84%
B 201 of 610 ~ 32.95%

%27.21
%39.84
%32.95

CMYK color model

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

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 4.71%
CMYK:
(32,0,17,5)
C32M0Y17K5 
(32%,0%,17%,5%)
(0.32/0.00/0.17/0.05)	

CMYK percentages

%31.69
%0
%17.28
%4.71

Codes

Color #A6F3C9 in popluar color models

A6F3C9
RGB166243201
HSL147°76.24%80.20%
HSB/HSV147°31.69%95.29%
CMYK31.69%0.00%17.28%
4.71%

Color #A6F3C9 in popluar number systems.

HEXA6F3C9
Decimal166243201
Binary101001101111001111001001
Octal246363311

Shades and tints

Shades of #A6F3C9

#A6F3C9
(166,243,201)
#97DDB7
(151,221,183)
#88C7A5
(136,199,165)
#79B193
(121,177,147)
#6A9B81
(106,155,129)
#5B856F
(91,133,111)
#4C6F5D
(76,111,93)
#3D594B
(61,89,75)
#2E4339
(46,67,57)
#1F2D27
(31,45,39)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6F3C9

#A6F3C9
(166,243,201)
#AEF4CD
(174,244,205)
#B6F5D1
(182,245,209)
#BEF6D5
(190,246,213)
#C6F7D9
(198,247,217)
#CEF8DD
(206,248,221)
#D6F9E1
(214,249,225)
#DEFAE5
(222,250,229)
#E6FBE9
(230,251,233)
#EEFCED
(238,252,237)
#F6FDF1
(246,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F3C9; }

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

This text font color is #A6F3C9.


Background Color

.myBgColor { background-color: #A6F3C9; }

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

This div background color is #A6F3C9.


Border color

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

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

This div border color is #A6F3C9.


Opacity

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

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

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

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

This text has shadow with #A6F3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F3C9 on black background.


Color preview on white background

This text has color #A6F3C9 on white background.



Black color preview on #A6F3C9 background

This text has black color on #A6F3C9 background.


White color preview on #A6F3C9 background

This text has white color on #A6F3C9 background.