COLOR #A6FABE

HEX: #A6FABE
RGB: (166,250,190)

Color info

#A6FABE contains mainly green color. Web safe color of #A6FABE is #99FFCC (or #9FC).

RGB color model

#A6FABE color RGB value is (166,250,190).

  • red value is 166;
  • green value is 250;
  • blue value is 190.
RGB:
(166,250,190)
(65%,98%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 250 of 255 = 98%
B 190 of 255 = 75%

166
250
190

R + G + B ~ 79%. #A6FABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 250 + 190 = 606 (100%)
R 166 of 606 ~ 27.39%
G 250 of 606 ~ 41.25%
B 190 of 606 ~ 31.35%

%27.39
%41.25
%31.35

CMYK color model

#A6FABE color CMYK value is (34,0,24,2).

  • cyan value is 33.60%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 1.96%
CMYK:
(34,0,24,2)
C34M0Y24K2 
(34%,0%,24%,2%)
(0.34/0.00/0.24/0.02)	

CMYK percentages

%33.6
%0
%24
%1.96

Codes

Color #A6FABE in popluar color models

A6FABE
RGB166250190
HSL137°89.36%81.57%
HSB/HSV137°33.60%98.04%
CMYK33.60%0.00%24.00%
1.96%

Color #A6FABE in popluar number systems.

HEXA6FABE
Decimal166250190
Binary101001101111101010111110
Octal246372276

Shades and tints

Shades of #A6FABE

#A6FABE
(166,250,190)
#97E4AD
(151,228,173)
#88CE9C
(136,206,156)
#79B88B
(121,184,139)
#6AA27A
(106,162,122)
#5B8C69
(91,140,105)
#4C7658
(76,118,88)
#3D6047
(61,96,71)
#2E4A36
(46,74,54)
#1F3425
(31,52,37)
#101E14
(16,30,20)
#000000
(0,0,0)

Tints of #A6FABE

#A6FABE
(166,250,190)
#AEFAC3
(174,250,195)
#B6FAC8
(182,250,200)
#BEFACD
(190,250,205)
#C6FAD2
(198,250,210)
#CEFAD7
(206,250,215)
#D6FADC
(214,250,220)
#DEFAE1
(222,250,225)
#E6FAE6
(230,250,230)
#EEFAEB
(238,250,235)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FABE color. Also use rgb(166,250,190) instead hex code.

Text Font Color

.myTextColor { color: #A6FABE; }

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

This text font color is #A6FABE.


Background Color

.myBgColor { background-color: #A6FABE; }

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

This div background color is #A6FABE.


Border color

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

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

This div border color is #A6FABE.


Opacity

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

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

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

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

This text has shadow with #A6FABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FABE on black background.


Color preview on white background

This text has color #A6FABE on white background.



Black color preview on #A6FABE background

This text has black color on #A6FABE background.


White color preview on #A6FABE background

This text has white color on #A6FABE background.