COLOR #A7E6BB

HEX: #A7E6BB
RGB: (167,230,187)

Color info

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

RGB color model

#A7E6BB color RGB value is (167,230,187).

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

RGB channels and saturation

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

167
230
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 187 = 584 (100%)
R 167 of 584 ~ 28.6%
G 230 of 584 ~ 39.38%
B 187 of 584 ~ 32.02%

%28.6
%39.38
%32.02

CMYK color model

#A7E6BB color CMYK value is (27,0,19,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(27,0,19,10)
C27M0Y19K10 
(27%,0%,19%,10%)
(0.27/0.00/0.19/0.10)	

CMYK percentages

%27.39
%0
%18.7
%9.8

Codes

Color #A7E6BB in popluar color models

A7E6BB
RGB167230187
HSL139°55.75%77.84%
HSB/HSV139°27.39%90.20%
CMYK27.39%0.00%18.70%
9.80%

Color #A7E6BB in popluar number systems.

HEXA7E6BB
Decimal167230187
Binary101001111110011010111011
Octal247346273

Shades and tints

Shades of #A7E6BB

#A7E6BB
(167,230,187)
#98D2AA
(152,210,170)
#89BE99
(137,190,153)
#7AAA88
(122,170,136)
#6B9677
(107,150,119)
#5C8266
(92,130,102)
#4D6E55
(77,110,85)
#3E5A44
(62,90,68)
#2F4633
(47,70,51)
#203222
(32,50,34)
#111E11
(17,30,17)
#000000
(0,0,0)

Tints of #A7E6BB

#A7E6BB
(167,230,187)
#AFE8C1
(175,232,193)
#B7EAC7
(183,234,199)
#BFECCD
(191,236,205)
#C7EED3
(199,238,211)
#CFF0D9
(207,240,217)
#D7F2DF
(215,242,223)
#DFF4E5
(223,244,229)
#E7F6EB
(231,246,235)
#EFF8F1
(239,248,241)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E6BB; }

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

This text font color is #A7E6BB.


Background Color

.myBgColor { background-color: #A7E6BB; }

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

This div background color is #A7E6BB.


Border color

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

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

This div border color is #A7E6BB.


Opacity

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

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

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

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

This text has shadow with #A7E6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E6BB on black background.


Color preview on white background

This text has color #A7E6BB on white background.



Black color preview on #A7E6BB background

This text has black color on #A7E6BB background.


White color preview on #A7E6BB background

This text has white color on #A7E6BB background.