COLOR #A7E6D7

HEX: #A7E6D7
RGB: (167,230,215)

Color info

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

RGB color model

#A7E6D7 color RGB value is (167,230,215).

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

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 215 of 255 = 84%

167
230
215

R + G + B ~ 80%. #A7E6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 215 = 612 (100%)
R 167 of 612 ~ 27.29%
G 230 of 612 ~ 37.58%
B 215 of 612 ~ 35.13%

%27.29
%37.58
%35.13

CMYK color model

#A7E6D7 color CMYK value is (27,0,7,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(27,0,7,10)
C27M0Y7K10 
(27%,0%,7%,10%)
(0.27/0.00/0.07/0.10)	

CMYK percentages

%27.39
%0
%6.52
%9.8

Codes

Color #A7E6D7 in popluar color models

A7E6D7
RGB167230215
HSL166°55.75%77.84%
HSB/HSV166°27.39%90.20%
CMYK27.39%0.00%6.52%
9.80%

Color #A7E6D7 in popluar number systems.

HEXA7E6D7
Decimal167230215
Binary101001111110011011010111
Octal247346327

Shades and tints

Shades of #A7E6D7

#A7E6D7
(167,230,215)
#98D2C4
(152,210,196)
#89BEB1
(137,190,177)
#7AAA9E
(122,170,158)
#6B968B
(107,150,139)
#5C8278
(92,130,120)
#4D6E65
(77,110,101)
#3E5A52
(62,90,82)
#2F463F
(47,70,63)
#20322C
(32,50,44)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #A7E6D7

#A7E6D7
(167,230,215)
#AFE8DA
(175,232,218)
#B7EADD
(183,234,221)
#BFECE0
(191,236,224)
#C7EEE3
(199,238,227)
#CFF0E6
(207,240,230)
#D7F2E9
(215,242,233)
#DFF4EC
(223,244,236)
#E7F6EF
(231,246,239)
#EFF8F2
(239,248,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E6D7; }

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

This text font color is #A7E6D7.


Background Color

.myBgColor { background-color: #A7E6D7; }

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

This div background color is #A7E6D7.


Border color

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

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

This div border color is #A7E6D7.


Opacity

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

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

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

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

This text has shadow with #A7E6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E6D7 on black background.


Color preview on white background

This text has color #A7E6D7 on white background.



Black color preview on #A7E6D7 background

This text has black color on #A7E6D7 background.


White color preview on #A7E6D7 background

This text has white color on #A7E6D7 background.