COLOR #A6E7B8

HEX: #A6E7B8
RGB: (166,231,184)

Color info

#A6E7B8 contains mainly green and blue colors. Web safe color of #A6E7B8 is #99FFCC (or #9FC).

RGB color model

#A6E7B8 color RGB value is (166,231,184).

  • red value is 166;
  • green value is 231;
  • blue value is 184.
RGB:
(166,231,184)
(65%,91%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 231 of 255 = 91%
B 184 of 255 = 72%

166
231
184

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

Portions of RGB colors in percentages

R + G + B =
166 + 231 + 184 = 581 (100%)
R 166 of 581 ~ 28.57%
G 231 of 581 ~ 39.76%
B 184 of 581 ~ 31.67%

%28.57
%39.76
%31.67

CMYK color model

#A6E7B8 color CMYK value is (28,0,20,9).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 9.41%
CMYK:
(28,0,20,9)
C28M0Y20K9 
(28%,0%,20%,9%)
(0.28/0.00/0.20/0.09)	

CMYK percentages

%28.14
%0
%20.35
%9.41

Codes

Color #A6E7B8 in popluar color models

A6E7B8
RGB166231184
HSL137°57.52%77.84%
HSB/HSV137°28.14%90.59%
CMYK28.14%0.00%20.35%
9.41%

Color #A6E7B8 in popluar number systems.

HEXA6E7B8
Decimal166231184
Binary101001101110011110111000
Octal246347270

Shades and tints

Shades of #A6E7B8

#A6E7B8
(166,231,184)
#97D2A8
(151,210,168)
#88BD98
(136,189,152)
#79A888
(121,168,136)
#6A9378
(106,147,120)
#5B7E68
(91,126,104)
#4C6958
(76,105,88)
#3D5448
(61,84,72)
#2E3F38
(46,63,56)
#1F2A28
(31,42,40)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A6E7B8

#A6E7B8
(166,231,184)
#AEE9BE
(174,233,190)
#B6EBC4
(182,235,196)
#BEEDCA
(190,237,202)
#C6EFD0
(198,239,208)
#CEF1D6
(206,241,214)
#D6F3DC
(214,243,220)
#DEF5E2
(222,245,226)
#E6F7E8
(230,247,232)
#EEF9EE
(238,249,238)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E7B8 color. Also use rgb(166,231,184) instead hex code.

Text Font Color

.myTextColor { color: #A6E7B8; }

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

This text font color is #A6E7B8.


Background Color

.myBgColor { background-color: #A6E7B8; }

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

This div background color is #A6E7B8.


Border color

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

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

This div border color is #A6E7B8.


Opacity

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

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

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

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

This text has shadow with #A6E7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E7B8 on black background.


Color preview on white background

This text has color #A6E7B8 on white background.



Black color preview on #A6E7B8 background

This text has black color on #A6E7B8 background.


White color preview on #A6E7B8 background

This text has white color on #A6E7B8 background.