COLOR #A7D3AC

HEX: #A7D3AC
RGB: (167,211,172)

Color info

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

RGB color model

#A7D3AC color RGB value is (167,211,172).

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

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 172 of 255 = 67%

167
211
172

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

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 172 = 550 (100%)
R 167 of 550 ~ 30.36%
G 211 of 550 ~ 38.36%
B 172 of 550 ~ 31.27%

%30.36
%38.36
%31.27

CMYK color model

#A7D3AC color CMYK value is (21,0,18,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 17.25%
CMYK:
(21,0,18,17)
C21M0Y18K17 
(21%,0%,18%,17%)
(0.21/0.00/0.18/0.17)	

CMYK percentages

%20.85
%0
%18.48
%17.25

Codes

Color #A7D3AC in popluar color models

A7D3AC
RGB167211172
HSL127°33.33%74.12%
HSB/HSV127°20.85%82.75%
CMYK20.85%0.00%18.48%
17.25%

Color #A7D3AC in popluar number systems.

HEXA7D3AC
Decimal167211172
Binary101001111101001110101100
Octal247323254

Shades and tints

Shades of #A7D3AC

#A7D3AC
(167,211,172)
#98C09D
(152,192,157)
#89AD8E
(137,173,142)
#7A9A7F
(122,154,127)
#6B8770
(107,135,112)
#5C7461
(92,116,97)
#4D6152
(77,97,82)
#3E4E43
(62,78,67)
#2F3B34
(47,59,52)
#202825
(32,40,37)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A7D3AC

#A7D3AC
(167,211,172)
#AFD7B3
(175,215,179)
#B7DBBA
(183,219,186)
#BFDFC1
(191,223,193)
#C7E3C8
(199,227,200)
#CFE7CF
(207,231,207)
#D7EBD6
(215,235,214)
#DFEFDD
(223,239,221)
#E7F3E4
(231,243,228)
#EFF7EB
(239,247,235)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D3AC; }

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

This text font color is #A7D3AC.


Background Color

.myBgColor { background-color: #A7D3AC; }

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

This div background color is #A7D3AC.


Border color

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

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

This div border color is #A7D3AC.


Opacity

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

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

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

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

This text has shadow with #A7D3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D3AC on black background.


Color preview on white background

This text has color #A7D3AC on white background.



Black color preview on #A7D3AC background

This text has black color on #A7D3AC background.


White color preview on #A7D3AC background

This text has white color on #A7D3AC background.