COLOR #A7E7D1

HEX: #A7E7D1
RGB: (167,231,209)

Color info

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

RGB color model

#A7E7D1 color RGB value is (167,231,209).

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

RGB channels and saturation

R 167 of 255 = 65%
G 231 of 255 = 91%
B 209 of 255 = 82%

167
231
209

R + G + B ~ 79%. #A7E7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 231 + 209 = 607 (100%)
R 167 of 607 ~ 27.51%
G 231 of 607 ~ 38.06%
B 209 of 607 ~ 34.43%

%27.51
%38.06
%34.43

CMYK color model

#A7E7D1 color CMYK value is (28,0,10,9).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(28,0,10,9)
C28M0Y10K9 
(28%,0%,10%,9%)
(0.28/0.00/0.10/0.09)	

CMYK percentages

%27.71
%0
%9.52
%9.41

Codes

Color #A7E7D1 in popluar color models

A7E7D1
RGB167231209
HSL159°57.14%78.04%
HSB/HSV159°27.71%90.59%
CMYK27.71%0.00%9.52%
9.41%

Color #A7E7D1 in popluar number systems.

HEXA7E7D1
Decimal167231209
Binary101001111110011111010001
Octal247347321

Shades and tints

Shades of #A7E7D1

#A7E7D1
(167,231,209)
#98D2BE
(152,210,190)
#89BDAB
(137,189,171)
#7AA898
(122,168,152)
#6B9385
(107,147,133)
#5C7E72
(92,126,114)
#4D695F
(77,105,95)
#3E544C
(62,84,76)
#2F3F39
(47,63,57)
#202A26
(32,42,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7E7D1

#A7E7D1
(167,231,209)
#AFE9D5
(175,233,213)
#B7EBD9
(183,235,217)
#BFEDDD
(191,237,221)
#C7EFE1
(199,239,225)
#CFF1E5
(207,241,229)
#D7F3E9
(215,243,233)
#DFF5ED
(223,245,237)
#E7F7F1
(231,247,241)
#EFF9F5
(239,249,245)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E7D1; }

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

This text font color is #A7E7D1.


Background Color

.myBgColor { background-color: #A7E7D1; }

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

This div background color is #A7E7D1.


Border color

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

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

This div border color is #A7E7D1.


Opacity

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

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

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

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

This text has shadow with #A7E7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E7D1 on black background.


Color preview on white background

This text has color #A7E7D1 on white background.



Black color preview on #A7E7D1 background

This text has black color on #A7E7D1 background.


White color preview on #A7E7D1 background

This text has white color on #A7E7D1 background.