COLOR #A6FBAD

HEX: #A6FBAD
RGB: (166,251,173)

Color info

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

RGB color model

#A6FBAD color RGB value is (166,251,173).

  • red value is 166;
  • green value is 251;
  • blue value is 173.
RGB:
(166,251,173)
(65%,98%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 251 of 255 = 98%
B 173 of 255 = 68%

166
251
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 251 + 173 = 590 (100%)
R 166 of 590 ~ 28.14%
G 251 of 590 ~ 42.54%
B 173 of 590 ~ 29.32%

%28.14
%42.54
%29.32

CMYK color model

#A6FBAD color CMYK value is (34,0,31,2).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 1.57%
CMYK:
(34,0,31,2)
C34M0Y31K2 
(34%,0%,31%,2%)
(0.34/0.00/0.31/0.02)	

CMYK percentages

%33.86
%0
%31.08
%1.57

Codes

Color #A6FBAD in popluar color models

A6FBAD
RGB166251173
HSL125°91.40%81.76%
HSB/HSV125°33.86%98.43%
CMYK33.86%0.00%31.08%
1.57%

Color #A6FBAD in popluar number systems.

HEXA6FBAD
Decimal166251173
Binary101001101111101110101101
Octal246373255

Shades and tints

Shades of #A6FBAD

#A6FBAD
(166,251,173)
#97E59E
(151,229,158)
#88CF8F
(136,207,143)
#79B980
(121,185,128)
#6AA371
(106,163,113)
#5B8D62
(91,141,98)
#4C7753
(76,119,83)
#3D6144
(61,97,68)
#2E4B35
(46,75,53)
#1F3526
(31,53,38)
#101F17
(16,31,23)
#000000
(0,0,0)

Tints of #A6FBAD

#A6FBAD
(166,251,173)
#AEFBB4
(174,251,180)
#B6FBBB
(182,251,187)
#BEFBC2
(190,251,194)
#C6FBC9
(198,251,201)
#CEFBD0
(206,251,208)
#D6FBD7
(214,251,215)
#DEFBDE
(222,251,222)
#E6FBE5
(230,251,229)
#EEFBEC
(238,251,236)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FBAD color. Also use rgb(166,251,173) instead hex code.

Text Font Color

.myTextColor { color: #A6FBAD; }

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

This text font color is #A6FBAD.


Background Color

.myBgColor { background-color: #A6FBAD; }

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

This div background color is #A6FBAD.


Border color

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

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

This div border color is #A6FBAD.


Opacity

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

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

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

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

This text has shadow with #A6FBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FBAD on black background.


Color preview on white background

This text has color #A6FBAD on white background.



Black color preview on #A6FBAD background

This text has black color on #A6FBAD background.


White color preview on #A6FBAD background

This text has white color on #A6FBAD background.