COLOR #A6F7B0

HEX: #A6F7B0 RGB: (166,247,176)

Color info

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

RGB color model

#A6F7B0 color RGB value is (166,247,176).

RGB: (166,247,176) (65%, 97%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 247 of 255 = 97%
B 176 of 255 = 69%

166
247
176

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

Portions of RGB colors in percentages

R + G + B = 166 + 247 + 176 = 589 (100%)
R 166 of 589 ~ 28.18%
G 247 of 589 ~ 41.94%
B 176 of 589 ~ 29.88'%

%28.18
%41.94
%29.88

CMYK color model

#A6F7B0 color CMYK value is (33,0,29,3).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 3.14%

CMYK: (33,0,29,3)
C33M0Y29K3 (33%, 0%, 29%, 3%)
(0.33 / 0.00 / 0.29 / 0.03)

CMYK percentages

%32.79
%0
%28.74
%3.14

Codes

Color #A6F7B0 in popluar color models

A6 F7 B0
RGB 166 247 176
HSL 127° 83.51% 80.98%
HSB/HSV 127° 32.79% 96.86%
CMYK 32.79% 0.00% 28.74%
3.14%

Color #A6F7B0 in popluar number systems.

HEX A6 F7 B0
Decimal 166 247 176
Binary 10100110 11110111 10110000
Octal 246 367 260

Shades and tints

Shades of #A6F7B0

#A6F7B0
(166,247,176)
#97E1A0
(151,225,160)
#88CB90
(136,203,144)
#79B580
(121,181,128)
#6A9F70
(106,159,112)
#5B8960
(91,137,96)
#4C7350
(76,115,80)
#3D5D40
(61,93,64)
#2E4730
(46,71,48)
#1F3120
(31,49,32)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #A6F7B0

#A6F7B0
(166,247,176)
#AEF7B7
(174,247,183)
#B6F7BE
(182,247,190)
#BEF7C5
(190,247,197)
#C6F7CC
(198,247,204)
#CEF7D3
(206,247,211)
#D6F7DA
(214,247,218)
#DEF7E1
(222,247,225)
#E6F7E8
(230,247,232)
#EEF7EF
(238,247,239)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F7B0 color. Also use rgb(166,247,176) instead hex code.

Text Font Color

.myTextColor { color: #A6F7B0; }

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

This text font color is #A6F7B0.

Background Color

.myBgColor { background-color: #A6F7B0; }

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

This div background color is #A6F7B0.

Border color

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

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

This div border color is #A6F7B0.

Opacity

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

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

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

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

This text has shadow with #A6F7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F7B0.

Preview

Color preview on black background

This text has color #A6F7B0 on black background.


Color preview on white background

This text has color #A6F7B0 on white background.


Black color preview on #A6F7B0 background

This text has black color on #A6F7B0 background.


White color preview on #A6F7B0 background

This text has white color on #A6F7B0 background.


Related colors

Complementary color

Complementary color for #hex is #59084F.


I love getcolorcode.com

Triadic colors

1 #B0A6F7 and #F7B0A6 with #A6F7B0 are triadic colors.

2 #B0F7A6 and #F7A6B0 with #A6F7B0 are triadic colors.