COLOR #A6F0B1

HEX: #A6F0B1
RGB: (166,240,177)

Color info

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

RGB color model

#A6F0B1 color RGB value is (166,240,177).

  • red value is 166;
  • green value is 240;
  • blue value is 177.
RGB:
(166,240,177)
(65%,94%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 240 of 255 = 94%
B 177 of 255 = 69%

166
240
177

R + G + B ~ 76%. #A6F0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 240 + 177 = 583 (100%)
R 166 of 583 ~ 28.47%
G 240 of 583 ~ 41.17%
B 177 of 583 ~ 30.36%

%28.47
%41.17
%30.36

CMYK color model

#A6F0B1 color CMYK value is (31,0,26,6).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 5.88%
CMYK:
(31,0,26,6)
C31M0Y26K6 
(31%,0%,26%,6%)
(0.31/0.00/0.26/0.06)	

CMYK percentages

%30.83
%0
%26.25
%5.88

Codes

Color #A6F0B1 in popluar color models

A6F0B1
RGB166240177
HSL129°71.15%79.61%
HSB/HSV129°30.83%94.12%
CMYK30.83%0.00%26.25%
5.88%

Color #A6F0B1 in popluar number systems.

HEXA6F0B1
Decimal166240177
Binary101001101111000010110001
Octal246360261

Shades and tints

Shades of #A6F0B1

#A6F0B1
(166,240,177)
#97DBA1
(151,219,161)
#88C691
(136,198,145)
#79B181
(121,177,129)
#6A9C71
(106,156,113)
#5B8761
(91,135,97)
#4C7251
(76,114,81)
#3D5D41
(61,93,65)
#2E4831
(46,72,49)
#1F3321
(31,51,33)
#101E11
(16,30,17)
#000000
(0,0,0)

Tints of #A6F0B1

#A6F0B1
(166,240,177)
#AEF1B8
(174,241,184)
#B6F2BF
(182,242,191)
#BEF3C6
(190,243,198)
#C6F4CD
(198,244,205)
#CEF5D4
(206,245,212)
#D6F6DB
(214,246,219)
#DEF7E2
(222,247,226)
#E6F8E9
(230,248,233)
#EEF9F0
(238,249,240)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F0B1 color. Also use rgb(166,240,177) instead hex code.

Text Font Color

.myTextColor { color: #A6F0B1; }

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

This text font color is #A6F0B1.


Background Color

.myBgColor { background-color: #A6F0B1; }

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

This div background color is #A6F0B1.


Border color

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

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

This div border color is #A6F0B1.


Opacity

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

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

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

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

This text has shadow with #A6F0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F0B1 on black background.


Color preview on white background

This text has color #A6F0B1 on white background.



Black color preview on #A6F0B1 background

This text has black color on #A6F0B1 background.


White color preview on #A6F0B1 background

This text has white color on #A6F0B1 background.