COLOR #A3D7AA

HEX: #A3D7AA
RGB: (163,215,170)

Color info

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

RGB color model

#A3D7AA color RGB value is (163,215,170).

  • red value is 163;
  • green value is 215;
  • blue value is 170.
RGB:
(163,215,170)
(64%,84%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 215 of 255 = 84%
B 170 of 255 = 67%

163
215
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 215 + 170 = 548 (100%)
R 163 of 548 ~ 29.74%
G 215 of 548 ~ 39.23%
B 170 of 548 ~ 31.02%

%29.74
%39.23
%31.02

CMYK color model

#A3D7AA color CMYK value is (24,0,21,16).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK:
(24,0,21,16)
C24M0Y21K16 
(24%,0%,21%,16%)
(0.24/0.00/0.21/0.16)	

CMYK percentages

%24.19
%0
%20.93
%15.69

Codes

Color #A3D7AA in popluar color models

A3D7AA
RGB163215170
HSL128°39.39%74.12%
HSB/HSV128°24.19%84.31%
CMYK24.19%0.00%20.93%
15.69%

Color #A3D7AA in popluar number systems.

HEXA3D7AA
Decimal163215170
Binary101000111101011110101010
Octal243327252

Shades and tints

Shades of #A3D7AA

#A3D7AA
(163,215,170)
#95C49B
(149,196,155)
#87B18C
(135,177,140)
#799E7D
(121,158,125)
#6B8B6E
(107,139,110)
#5D785F
(93,120,95)
#4F6550
(79,101,80)
#415241
(65,82,65)
#333F32
(51,63,50)
#252C23
(37,44,35)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #A3D7AA

#A3D7AA
(163,215,170)
#ABDAB1
(171,218,177)
#B3DDB8
(179,221,184)
#BBE0BF
(187,224,191)
#C3E3C6
(195,227,198)
#CBE6CD
(203,230,205)
#D3E9D4
(211,233,212)
#DBECDB
(219,236,219)
#E3EFE2
(227,239,226)
#EBF2E9
(235,242,233)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D7AA color. Also use rgb(163,215,170) instead hex code.

Text Font Color

.myTextColor { color: #A3D7AA; }

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

This text font color is #A3D7AA.


Background Color

.myBgColor { background-color: #A3D7AA; }

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

This div background color is #A3D7AA.


Border color

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

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

This div border color is #A3D7AA.


Opacity

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

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

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

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

This text has shadow with #A3D7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D7AA on black background.


Color preview on white background

This text has color #A3D7AA on white background.



Black color preview on #A3D7AA background

This text has black color on #A3D7AA background.


White color preview on #A3D7AA background

This text has white color on #A3D7AA background.