COLOR #A7E9D0

HEX: #A7E9D0
RGB: (167,233,208)

Color info

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

RGB color model

#A7E9D0 color RGB value is (167,233,208).

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

RGB channels and saturation

R 167 of 255 = 65%
G 233 of 255 = 91%
B 208 of 255 = 82%

167
233
208

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

Portions of RGB colors in percentages

R + G + B =
167 + 233 + 208 = 608 (100%)
R 167 of 608 ~ 27.47%
G 233 of 608 ~ 38.32%
B 208 of 608 ~ 34.21%

%27.47
%38.32
%34.21

CMYK color model

#A7E9D0 color CMYK value is (28,0,11,9).

  • cyan value is 28.33%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 8.63%
CMYK:
(28,0,11,9)
C28M0Y11K9 
(28%,0%,11%,9%)
(0.28/0.00/0.11/0.09)	

CMYK percentages

%28.33
%0
%10.73
%8.63

Codes

Color #A7E9D0 in popluar color models

A7E9D0
RGB167233208
HSL157°60.00%78.43%
HSB/HSV157°28.33%91.37%
CMYK28.33%0.00%10.73%
8.63%

Color #A7E9D0 in popluar number systems.

HEXA7E9D0
Decimal167233208
Binary101001111110100111010000
Octal247351320

Shades and tints

Shades of #A7E9D0

#A7E9D0
(167,233,208)
#98D4BE
(152,212,190)
#89BFAC
(137,191,172)
#7AAA9A
(122,170,154)
#6B9588
(107,149,136)
#5C8076
(92,128,118)
#4D6B64
(77,107,100)
#3E5652
(62,86,82)
#2F4140
(47,65,64)
#202C2E
(32,44,46)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #A7E9D0

#A7E9D0
(167,233,208)
#AFEBD4
(175,235,212)
#B7EDD8
(183,237,216)
#BFEFDC
(191,239,220)
#C7F1E0
(199,241,224)
#CFF3E4
(207,243,228)
#D7F5E8
(215,245,232)
#DFF7EC
(223,247,236)
#E7F9F0
(231,249,240)
#EFFBF4
(239,251,244)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E9D0 color. Also use rgb(167,233,208) instead hex code.

Text Font Color

.myTextColor { color: #A7E9D0; }

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

This text font color is #A7E9D0.


Background Color

.myBgColor { background-color: #A7E9D0; }

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

This div background color is #A7E9D0.


Border color

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

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

This div border color is #A7E9D0.


Opacity

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

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

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

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

This text has shadow with #A7E9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E9D0 on black background.


Color preview on white background

This text has color #A7E9D0 on white background.



Black color preview on #A7E9D0 background

This text has black color on #A7E9D0 background.


White color preview on #A7E9D0 background

This text has white color on #A7E9D0 background.