COLOR #A7E7D9

HEX: #A7E7D9
RGB: (167,231,217)

Color info

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

RGB color model

#A7E7D9 color RGB value is (167,231,217).

  • red value is 167;
  • green value is 231;
  • blue value is 217.
RGB:
(167,231,217)
(65%,91%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 231 of 255 = 91%
B 217 of 255 = 85%

167
231
217

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

Portions of RGB colors in percentages

R + G + B =
167 + 231 + 217 = 615 (100%)
R 167 of 615 ~ 27.15%
G 231 of 615 ~ 37.56%
B 217 of 615 ~ 35.28%

%27.15
%37.56
%35.28

CMYK color model

#A7E7D9 color CMYK value is (28,0,6,9).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(28,0,6,9)
C28M0Y6K9 
(28%,0%,6%,9%)
(0.28/0.00/0.06/0.09)	

CMYK percentages

%27.71
%0
%6.06
%9.41

Codes

Color #A7E7D9 in popluar color models

A7E7D9
RGB167231217
HSL167°57.14%78.04%
HSB/HSV167°27.71%90.59%
CMYK27.71%0.00%6.06%
9.41%

Color #A7E7D9 in popluar number systems.

HEXA7E7D9
Decimal167231217
Binary101001111110011111011001
Octal247347331

Shades and tints

Shades of #A7E7D9

#A7E7D9
(167,231,217)
#98D2C6
(152,210,198)
#89BDB3
(137,189,179)
#7AA8A0
(122,168,160)
#6B938D
(107,147,141)
#5C7E7A
(92,126,122)
#4D6967
(77,105,103)
#3E5454
(62,84,84)
#2F3F41
(47,63,65)
#202A2E
(32,42,46)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #A7E7D9

#A7E7D9
(167,231,217)
#AFE9DC
(175,233,220)
#B7EBDF
(183,235,223)
#BFEDE2
(191,237,226)
#C7EFE5
(199,239,229)
#CFF1E8
(207,241,232)
#D7F3EB
(215,243,235)
#DFF5EE
(223,245,238)
#E7F7F1
(231,247,241)
#EFF9F4
(239,249,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E7D9 color. Also use rgb(167,231,217) instead hex code.

Text Font Color

.myTextColor { color: #A7E7D9; }

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

This text font color is #A7E7D9.


Background Color

.myBgColor { background-color: #A7E7D9; }

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

This div background color is #A7E7D9.


Border color

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

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

This div border color is #A7E7D9.


Opacity

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

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

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

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

This text has shadow with #A7E7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E7D9 on black background.


Color preview on white background

This text has color #A7E7D9 on white background.



Black color preview on #A7E7D9 background

This text has black color on #A7E7D9 background.


White color preview on #A7E7D9 background

This text has white color on #A7E7D9 background.