COLOR #A6FFC5

HEX: #A6FFC5
RGB: (166,255,197)

Color info

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

RGB color model

#A6FFC5 color RGB value is (166,255,197).

  • red value is 166;
  • green value is 255;
  • blue value is 197.
RGB:
(166,255,197)
(65%,100%,77%)

RGB channels and saturation

R 166 of 255 = 65%
G 255 of 255 = 100%
B 197 of 255 = 77%

166
255
197

R + G + B ~ 81%. #A6FFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 255 + 197 = 618 (100%)
R 166 of 618 ~ 26.86%
G 255 of 618 ~ 41.26%
B 197 of 618 ~ 31.88%

%26.86
%41.26
%31.88

CMYK color model

#A6FFC5 color CMYK value is (35,0,23,0).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 0.00%
CMYK:
(35,0,23,0)
C35M0Y23K0 
(35%,0%,23%,0%)
(0.35/0.00/0.23/0.00)	

CMYK percentages

%34.9
%0
%22.75
%0

Codes

Color #A6FFC5 in popluar color models

A6FFC5
RGB166255197
HSL141°100.00%82.55%
HSB/HSV141°34.90%100.00%
CMYK34.90%0.00%22.75%
0.00%

Color #A6FFC5 in popluar number systems.

HEXA6FFC5
Decimal166255197
Binary101001101111111111000101
Octal246377305

Shades and tints

Shades of #A6FFC5

#A6FFC5
(166,255,197)
#97E8B4
(151,232,180)
#88D1A3
(136,209,163)
#79BA92
(121,186,146)
#6AA381
(106,163,129)
#5B8C70
(91,140,112)
#4C755F
(76,117,95)
#3D5E4E
(61,94,78)
#2E473D
(46,71,61)
#1F302C
(31,48,44)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #A6FFC5

#A6FFC5
(166,255,197)
#AEFFCA
(174,255,202)
#B6FFCF
(182,255,207)
#BEFFD4
(190,255,212)
#C6FFD9
(198,255,217)
#CEFFDE
(206,255,222)
#D6FFE3
(214,255,227)
#DEFFE8
(222,255,232)
#E6FFED
(230,255,237)
#EEFFF2
(238,255,242)
#F6FFF7
(246,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FFC5 color. Also use rgb(166,255,197) instead hex code.

Text Font Color

.myTextColor { color: #A6FFC5; }

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

This text font color is #A6FFC5.


Background Color

.myBgColor { background-color: #A6FFC5; }

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

This div background color is #A6FFC5.


Border color

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

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

This div border color is #A6FFC5.


Opacity

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

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

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

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

This text has shadow with #A6FFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FFC5 on black background.


Color preview on white background

This text has color #A6FFC5 on white background.



Black color preview on #A6FFC5 background

This text has black color on #A6FFC5 background.


White color preview on #A6FFC5 background

This text has white color on #A6FFC5 background.