COLOR #A7E6D0

HEX: #A7E6D0 RGB: (167,230,208)

Color info

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

RGB color model

#A7E6D0 color RGB value is (167,230,208).

RGB: (167,230,208) (65%, 90%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 208 of 255 = 82%

167
230
208

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

Portions of RGB colors in percentages

R + G + B = 167 + 230 + 208 = 605 (100%)
R 167 of 605 ~ 27.6%
G 230 of 605 ~ 38.02%
B 208 of 605 ~ 34.38'%

%27.6
%38.02
%34.38

CMYK color model

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

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK: (27,0,10,10) C27M0Y10K10 (27%,0%,10%,10%) (0.27/0.00/0.10/0.10) 

CMYK percentages

%27.39
%0
%9.57
%9.8

Codes

Color #A7E6D0 in popluar color models

A7 E6 D0
RGB 167 230 208
HSL 159° 55.75% 77.84%
HSB/HSV 159° 27.39% 90.20%
CMYK 27.39% 0.00% 9.57%
9.80%

Color #A7E6D0 in popluar number systems.

HEX A7 E6 D0
Decimal 167 230 208
Binary 10100111 11100110 11010000
Octal 247 346 320

Shades and tints

Shades of #A7E6D0

#A7E6D0
(167,230,208)
#98D2BE
(152,210,190)
#89BEAC
(137,190,172)
#7AAA9A
(122,170,154)
#6B9688
(107,150,136)
#5C8276
(92,130,118)
#4D6E64
(77,110,100)
#3E5A52
(62,90,82)
#2F4640
(47,70,64)
#20322E
(32,50,46)
#111E1C
(17,30,28)
#000000
(0,0,0)

Tints of #A7E6D0

#A7E6D0
(167,230,208)
#AFE8D4
(175,232,212)
#B7EAD8
(183,234,216)
#BFECDC
(191,236,220)
#C7EEE0
(199,238,224)
#CFF0E4
(207,240,228)
#D7F2E8
(215,242,232)
#DFF4EC
(223,244,236)
#E7F6F0
(231,246,240)
#EFF8F4
(239,248,244)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E6D0; }

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

This text font color is #A7E6D0.

Background Color

.myBgColor { background-color: #A7E6D0; }

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

This div background color is #A7E6D0.

Border color

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

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

This div border color is #A7E6D0.

Opacity

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

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

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

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

This text has shadow with #A7E6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E6D0.

Preview

Color preview on black background

This text has color #A7E6D0 on black background.


Color preview on white background

This text has color #A7E6D0 on white background.


Black color preview on #A7E6D0 background

This text has black color on #A7E6D0 background.


White color preview on #A7E6D0 background

This text has white color on #A7E6D0 background.


Related colors

Complementary color

Complementary color for #hex is #58192F.


I love getcolorcode.com

Triadic colors

1 #D0A7E6 and #E6D0A7 with #A7E6D0 are triadic colors.

2 #D0E6A7 and #E6A7D0 with #A7E6D0 are triadic colors.