COLOR #A6E2B9

HEX: #A6E2B9 RGB: (166,226,185)

Color info

#A6E2B9 contains mainly green and blue colors. Web safe color of #A6E2B9 is #99CCCC (or #9CC).

RGB color model

#A6E2B9 color RGB value is (166,226,185).

RGB: (166,226,185) (65%, 89%, 73%)

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 185 of 255 = 73%

166
226
185

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

Portions of RGB colors in percentages

R + G + B = 166 + 226 + 185 = 577 (100%)
R 166 of 577 ~ 28.77%
G 226 of 577 ~ 39.17%
B 185 of 577 ~ 32.06'%

%28.77
%39.17
%32.06

CMYK color model

#A6E2B9 color CMYK value is (27,0,18,11).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 11.37%

CMYK: (27,0,18,11)
C27M0Y18K11 (27%, 0%, 18%, 11%)
(0.27 / 0.00 / 0.18 / 0.11)

CMYK percentages

%26.55
%0
%18.14
%11.37

Codes

Color #A6E2B9 in popluar color models

A6 E2 B9
RGB 166 226 185
HSL 139° 50.85% 76.86%
HSB/HSV 139° 26.55% 88.63%
CMYK 26.55% 0.00% 18.14%
11.37%

Color #A6E2B9 in popluar number systems.

HEX A6 E2 B9
Decimal 166 226 185
Binary 10100110 11100010 10111001
Octal 246 342 271

Shades and tints

Shades of #A6E2B9

#A6E2B9
(166,226,185)
#97CEA9
(151,206,169)
#88BA99
(136,186,153)
#79A689
(121,166,137)
#6A9279
(106,146,121)
#5B7E69
(91,126,105)
#4C6A59
(76,106,89)
#3D5649
(61,86,73)
#2E4239
(46,66,57)
#1F2E29
(31,46,41)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #A6E2B9

#A6E2B9
(166,226,185)
#AEE4BF
(174,228,191)
#B6E6C5
(182,230,197)
#BEE8CB
(190,232,203)
#C6EAD1
(198,234,209)
#CEECD7
(206,236,215)
#D6EEDD
(214,238,221)
#DEF0E3
(222,240,227)
#E6F2E9
(230,242,233)
#EEF4EF
(238,244,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E2B9 color. Also use rgb(166,226,185) instead hex code.

Text Font Color

.myTextColor { color: #A6E2B9; }

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

This text font color is #A6E2B9.

Background Color

.myBgColor { background-color: #A6E2B9; }

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

This div background color is #A6E2B9.

Border color

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

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

This div border color is #A6E2B9.

Opacity

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

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

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

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

This text has shadow with #A6E2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E2B9.

Preview

Color preview on black background

This text has color #A6E2B9 on black background.


Color preview on white background

This text has color #A6E2B9 on white background.


Black color preview on #A6E2B9 background

This text has black color on #A6E2B9 background.


White color preview on #A6E2B9 background

This text has white color on #A6E2B9 background.


Related colors

Complementary color

Complementary color for #hex is #591D46.


I love getcolorcode.com

Triadic colors

1 #B9A6E2 and #E2B9A6 with #A6E2B9 are triadic colors.

2 #B9E2A6 and #E2A6B9 with #A6E2B9 are triadic colors.