COLOR #A7E6B9

HEX: #A7E6B9
RGB: (167,230,185)

Color info

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

RGB color model

#A7E6B9 color RGB value is (167,230,185).

  • red value is 167;
  • green value is 230;
  • blue value is 185.
RGB:
(167,230,185)
(65%,90%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 185 of 255 = 73%

167
230
185

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

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 185 = 582 (100%)
R 167 of 582 ~ 28.69%
G 230 of 582 ~ 39.52%
B 185 of 582 ~ 31.79%

%28.69
%39.52
%31.79

CMYK color model

#A7E6B9 color CMYK value is (27,0,20,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(27,0,20,10)
C27M0Y20K10 
(27%,0%,20%,10%)
(0.27/0.00/0.20/0.10)	

CMYK percentages

%27.39
%0
%19.57
%9.8

Codes

Color #A7E6B9 in popluar color models

A7E6B9
RGB167230185
HSL137°55.75%77.84%
HSB/HSV137°27.39%90.20%
CMYK27.39%0.00%19.57%
9.80%

Color #A7E6B9 in popluar number systems.

HEXA7E6B9
Decimal167230185
Binary101001111110011010111001
Octal247346271

Shades and tints

Shades of #A7E6B9

#A7E6B9
(167,230,185)
#98D2A9
(152,210,169)
#89BE99
(137,190,153)
#7AAA89
(122,170,137)
#6B9679
(107,150,121)
#5C8269
(92,130,105)
#4D6E59
(77,110,89)
#3E5A49
(62,90,73)
#2F4639
(47,70,57)
#203229
(32,50,41)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #A7E6B9

#A7E6B9
(167,230,185)
#AFE8BF
(175,232,191)
#B7EAC5
(183,234,197)
#BFECCB
(191,236,203)
#C7EED1
(199,238,209)
#CFF0D7
(207,240,215)
#D7F2DD
(215,242,221)
#DFF4E3
(223,244,227)
#E7F6E9
(231,246,233)
#EFF8EF
(239,248,239)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E6B9 color. Also use rgb(167,230,185) instead hex code.

Text Font Color

.myTextColor { color: #A7E6B9; }

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

This text font color is #A7E6B9.


Background Color

.myBgColor { background-color: #A7E6B9; }

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

This div background color is #A7E6B9.


Border color

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

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

This div border color is #A7E6B9.


Opacity

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

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

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

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

This text has shadow with #A7E6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E6B9 on black background.


Color preview on white background

This text has color #A7E6B9 on white background.



Black color preview on #A7E6B9 background

This text has black color on #A7E6B9 background.


White color preview on #A7E6B9 background

This text has white color on #A7E6B9 background.