COLOR #A7D6AC

HEX: #A7D6AC
RGB: (167,214,172)

Color info

#A7D6AC contains red, green and blue colors in about the same proportion. Web safe color of #A7D6AC is #99CC99 (or #9C9).

RGB color model

#A7D6AC color RGB value is (167,214,172).

  • red value is 167;
  • green value is 214;
  • blue value is 172.
RGB:
(167,214,172)
(65%,84%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 214 of 255 = 84%
B 172 of 255 = 67%

167
214
172

R + G + B ~ 72%. #A7D6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 214 + 172 = 553 (100%)
R 167 of 553 ~ 30.2%
G 214 of 553 ~ 38.7%
B 172 of 553 ~ 31.1%

%30.2
%38.7
%31.1

CMYK color model

#A7D6AC color CMYK value is (22,0,20,16).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(22,0,20,16)
C22M0Y20K16 
(22%,0%,20%,16%)
(0.22/0.00/0.20/0.16)	

CMYK percentages

%21.96
%0
%19.63
%16.08

Codes

Color #A7D6AC in popluar color models

A7D6AC
RGB167214172
HSL126°36.43%74.71%
HSB/HSV126°21.96%83.92%
CMYK21.96%0.00%19.63%
16.08%

Color #A7D6AC in popluar number systems.

HEXA7D6AC
Decimal167214172
Binary101001111101011010101100
Octal247326254

Shades and tints

Shades of #A7D6AC

#A7D6AC
(167,214,172)
#98C39D
(152,195,157)
#89B08E
(137,176,142)
#7A9D7F
(122,157,127)
#6B8A70
(107,138,112)
#5C7761
(92,119,97)
#4D6452
(77,100,82)
#3E5143
(62,81,67)
#2F3E34
(47,62,52)
#202B25
(32,43,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #A7D6AC

#A7D6AC
(167,214,172)
#AFD9B3
(175,217,179)
#B7DCBA
(183,220,186)
#BFDFC1
(191,223,193)
#C7E2C8
(199,226,200)
#CFE5CF
(207,229,207)
#D7E8D6
(215,232,214)
#DFEBDD
(223,235,221)
#E7EEE4
(231,238,228)
#EFF1EB
(239,241,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D6AC color. Also use rgb(167,214,172) instead hex code.

Text Font Color

.myTextColor { color: #A7D6AC; }

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

This text font color is #A7D6AC.


Background Color

.myBgColor { background-color: #A7D6AC; }

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

This div background color is #A7D6AC.


Border color

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

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

This div border color is #A7D6AC.


Opacity

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

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

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

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

This text has shadow with #A7D6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D6AC on black background.


Color preview on white background

This text has color #A7D6AC on white background.



Black color preview on #A7D6AC background

This text has black color on #A7D6AC background.


White color preview on #A7D6AC background

This text has white color on #A7D6AC background.