COLOR #A7D3AA

HEX: #A7D3AA
RGB: (167,211,170)

Color info

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

RGB color model

#A7D3AA color RGB value is (167,211,170).

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

RGB channels and saturation

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

167
211
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 170 = 548 (100%)
R 167 of 548 ~ 30.47%
G 211 of 548 ~ 38.5%
B 170 of 548 ~ 31.02%

%30.47
%38.5
%31.02

CMYK color model

#A7D3AA color CMYK value is (21,0,19,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK:
(21,0,19,17)
C21M0Y19K17 
(21%,0%,19%,17%)
(0.21/0.00/0.19/0.17)	

CMYK percentages

%20.85
%0
%19.43
%17.25

Codes

Color #A7D3AA in popluar color models

A7D3AA
RGB167211170
HSL124°33.33%74.12%
HSB/HSV124°20.85%82.75%
CMYK20.85%0.00%19.43%
17.25%

Color #A7D3AA in popluar number systems.

HEXA7D3AA
Decimal167211170
Binary101001111101001110101010
Octal247323252

Shades and tints

Shades of #A7D3AA

#A7D3AA
(167,211,170)
#98C09B
(152,192,155)
#89AD8C
(137,173,140)
#7A9A7D
(122,154,125)
#6B876E
(107,135,110)
#5C745F
(92,116,95)
#4D6150
(77,97,80)
#3E4E41
(62,78,65)
#2F3B32
(47,59,50)
#202823
(32,40,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7D3AA

#A7D3AA
(167,211,170)
#AFD7B1
(175,215,177)
#B7DBB8
(183,219,184)
#BFDFBF
(191,223,191)
#C7E3C6
(199,227,198)
#CFE7CD
(207,231,205)
#D7EBD4
(215,235,212)
#DFEFDB
(223,239,219)
#E7F3E2
(231,243,226)
#EFF7E9
(239,247,233)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D3AA; }

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

This text font color is #A7D3AA.


Background Color

.myBgColor { background-color: #A7D3AA; }

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

This div background color is #A7D3AA.


Border color

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

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

This div border color is #A7D3AA.


Opacity

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

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

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

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

This text has shadow with #A7D3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D3AA on black background.


Color preview on white background

This text has color #A7D3AA on white background.



Black color preview on #A7D3AA background

This text has black color on #A7D3AA background.


White color preview on #A7D3AA background

This text has white color on #A7D3AA background.