COLOR #A6E1B7

HEX: #A6E1B7
RGB: (166,225,183)

Color info

#A6E1B7 contains red, green and blue colors in about the same proportion. Web safe color of #A6E1B7 is #99CCCC (or #9CC).

RGB color model

#A6E1B7 color RGB value is (166,225,183).

  • red value is 166;
  • green value is 225;
  • blue value is 183.
RGB:
(166,225,183)
(65%,88%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 183 of 255 = 72%

166
225
183

R + G + B ~ 75%. #A6E1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 225 + 183 = 574 (100%)
R 166 of 574 ~ 28.92%
G 225 of 574 ~ 39.2%
B 183 of 574 ~ 31.88%

%28.92
%39.2
%31.88

CMYK color model

#A6E1B7 color CMYK value is (26,0,19,12).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(26,0,19,12)
C26M0Y19K12 
(26%,0%,19%,12%)
(0.26/0.00/0.19/0.12)	

CMYK percentages

%26.22
%0
%18.67
%11.76

Codes

Color #A6E1B7 in popluar color models

A6E1B7
RGB166225183
HSL137°49.58%76.67%
HSB/HSV137°26.22%88.24%
CMYK26.22%0.00%18.67%
11.76%

Color #A6E1B7 in popluar number systems.

HEXA6E1B7
Decimal166225183
Binary101001101110000110110111
Octal246341267

Shades and tints

Shades of #A6E1B7

#A6E1B7
(166,225,183)
#97CDA7
(151,205,167)
#88B997
(136,185,151)
#79A587
(121,165,135)
#6A9177
(106,145,119)
#5B7D67
(91,125,103)
#4C6957
(76,105,87)
#3D5547
(61,85,71)
#2E4137
(46,65,55)
#1F2D27
(31,45,39)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #A6E1B7

#A6E1B7
(166,225,183)
#AEE3BD
(174,227,189)
#B6E5C3
(182,229,195)
#BEE7C9
(190,231,201)
#C6E9CF
(198,233,207)
#CEEBD5
(206,235,213)
#D6EDDB
(214,237,219)
#DEEFE1
(222,239,225)
#E6F1E7
(230,241,231)
#EEF3ED
(238,243,237)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E1B7 color. Also use rgb(166,225,183) instead hex code.

Text Font Color

.myTextColor { color: #A6E1B7; }

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

This text font color is #A6E1B7.


Background Color

.myBgColor { background-color: #A6E1B7; }

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

This div background color is #A6E1B7.


Border color

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

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

This div border color is #A6E1B7.


Opacity

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

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

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

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

This text has shadow with #A6E1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E1B7 on black background.


Color preview on white background

This text has color #A6E1B7 on white background.



Black color preview on #A6E1B7 background

This text has black color on #A6E1B7 background.


White color preview on #A6E1B7 background

This text has white color on #A6E1B7 background.