COLOR #A3D49D

HEX: #A3D49D
RGB: (163,212,157)

Color info

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

RGB color model

#A3D49D color RGB value is (163,212,157).

  • red value is 163;
  • green value is 212;
  • blue value is 157.
RGB:
(163,212,157)
(64%,83%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 157 of 255 = 62%

163
212
157

R + G + B ~ 70%. #A3D49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 212 + 157 = 532 (100%)
R 163 of 532 ~ 30.64%
G 212 of 532 ~ 39.85%
B 157 of 532 ~ 29.51%

%30.64
%39.85
%29.51

CMYK color model

#A3D49D color CMYK value is (23,0,26,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 16.86%
CMYK:
(23,0,26,17)
C23M0Y26K17 
(23%,0%,26%,17%)
(0.23/0.00/0.26/0.17)	

CMYK percentages

%23.11
%0
%25.94
%16.86

Codes

Color #A3D49D in popluar color models

A3D49D
RGB163212157
HSL113°39.01%72.35%
HSB/HSV113°25.94%83.14%
CMYK23.11%0.00%25.94%
16.86%

Color #A3D49D in popluar number systems.

HEXA3D49D
Decimal163212157
Binary101000111101010010011101
Octal243324235

Shades and tints

Shades of #A3D49D

#A3D49D
(163,212,157)
#95C18F
(149,193,143)
#87AE81
(135,174,129)
#799B73
(121,155,115)
#6B8865
(107,136,101)
#5D7557
(93,117,87)
#4F6249
(79,98,73)
#414F3B
(65,79,59)
#333C2D
(51,60,45)
#25291F
(37,41,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3D49D

#A3D49D
(163,212,157)
#ABD7A5
(171,215,165)
#B3DAAD
(179,218,173)
#BBDDB5
(187,221,181)
#C3E0BD
(195,224,189)
#CBE3C5
(203,227,197)
#D3E6CD
(211,230,205)
#DBE9D5
(219,233,213)
#E3ECDD
(227,236,221)
#EBEFE5
(235,239,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D49D color. Also use rgb(163,212,157) instead hex code.

Text Font Color

.myTextColor { color: #A3D49D; }

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

This text font color is #A3D49D.


Background Color

.myBgColor { background-color: #A3D49D; }

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

This div background color is #A3D49D.


Border color

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

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

This div border color is #A3D49D.


Opacity

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

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

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

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

This text has shadow with #A3D49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D49D on black background.


Color preview on white background

This text has color #A3D49D on white background.



Black color preview on #A3D49D background

This text has black color on #A3D49D background.


White color preview on #A3D49D background

This text has white color on #A3D49D background.