COLOR #A6FCAC

HEX: #A6FCAC
RGB: (166,252,172)

Color info

#A6FCAC contains mainly green color. Web safe color of #A6FCAC is #99FF99 (or #9F9).

RGB color model

#A6FCAC color RGB value is (166,252,172).

  • red value is 166;
  • green value is 252;
  • blue value is 172.
RGB:
(166,252,172)
(65%,99%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 252 of 255 = 99%
B 172 of 255 = 67%

166
252
172

R + G + B ~ 77%. #A6FCAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 252 + 172 = 590 (100%)
R 166 of 590 ~ 28.14%
G 252 of 590 ~ 42.71%
B 172 of 590 ~ 29.15%

%28.14
%42.71
%29.15

CMYK color model

#A6FCAC color CMYK value is (34,0,32,1).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 1.18%
CMYK:
(34,0,32,1)
C34M0Y32K1 
(34%,0%,32%,1%)
(0.34/0.00/0.32/0.01)	

CMYK percentages

%34.13
%0
%31.75
%1.18

Codes

Color #A6FCAC in popluar color models

A6FCAC
RGB166252172
HSL124°93.48%81.96%
HSB/HSV124°34.13%98.82%
CMYK34.13%0.00%31.75%
1.18%

Color #A6FCAC in popluar number systems.

HEXA6FCAC
Decimal166252172
Binary101001101111110010101100
Octal246374254

Shades and tints

Shades of #A6FCAC

#A6FCAC
(166,252,172)
#97E69D
(151,230,157)
#88D08E
(136,208,142)
#79BA7F
(121,186,127)
#6AA470
(106,164,112)
#5B8E61
(91,142,97)
#4C7852
(76,120,82)
#3D6243
(61,98,67)
#2E4C34
(46,76,52)
#1F3625
(31,54,37)
#102016
(16,32,22)
#000000
(0,0,0)

Tints of #A6FCAC

#A6FCAC
(166,252,172)
#AEFCB3
(174,252,179)
#B6FCBA
(182,252,186)
#BEFCC1
(190,252,193)
#C6FCC8
(198,252,200)
#CEFCCF
(206,252,207)
#D6FCD6
(214,252,214)
#DEFCDD
(222,252,221)
#E6FCE4
(230,252,228)
#EEFCEB
(238,252,235)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FCAC color. Also use rgb(166,252,172) instead hex code.

Text Font Color

.myTextColor { color: #A6FCAC; }

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

This text font color is #A6FCAC.


Background Color

.myBgColor { background-color: #A6FCAC; }

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

This div background color is #A6FCAC.


Border color

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

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

This div border color is #A6FCAC.


Opacity

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

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

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

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

This text has shadow with #A6FCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FCAC on black background.


Color preview on white background

This text has color #A6FCAC on white background.



Black color preview on #A6FCAC background

This text has black color on #A6FCAC background.


White color preview on #A6FCAC background

This text has white color on #A6FCAC background.