COLOR #A3C99D

HEX: #A3C99D RGB: (163,201,157)

Color info

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

RGB color model

#A3C99D color RGB value is (163,201,157).

RGB: (163,201,157) (64%, 79%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 201 of 255 = 79%
B 157 of 255 = 62%

163
201
157

R + G + B ~ 68%. #A3C99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 201 + 157 = 521 (100%)
R 163 of 521 ~ 31.29%
G 201 of 521 ~ 38.58%
B 157 of 521 ~ 30.13'%

%31.29
%38.58
%30.13

CMYK color model

#A3C99D color CMYK value is (19,0,22,21).

  • cyan value is 18.91%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%

CMYK: (19,0,22,21)
C19M0Y22K21 (19%, 0%, 22%, 21%)
(0.19 / 0.00 / 0.22 / 0.21)

CMYK percentages

%18.91
%0
%21.89
%21.18

Codes

Color #A3C99D in popluar color models

A3 C9 9D
RGB 163 201 157
HSL 112° 28.95% 70.20%
HSB/HSV 112° 21.89% 78.82%
CMYK 18.91% 0.00% 21.89%
21.18%

Color #A3C99D in popluar number systems.

HEX A3 C9 9D
Decimal 163 201 157
Binary 10100011 11001001 10011101
Octal 243 311 235

Shades and tints

Shades of #A3C99D

#A3C99D
(163,201,157)
#95B78F
(149,183,143)
#87A581
(135,165,129)
#799373
(121,147,115)
#6B8165
(107,129,101)
#5D6F57
(93,111,87)
#4F5D49
(79,93,73)
#414B3B
(65,75,59)
#33392D
(51,57,45)
#25271F
(37,39,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A3C99D

#A3C99D
(163,201,157)
#ABCDA5
(171,205,165)
#B3D1AD
(179,209,173)
#BBD5B5
(187,213,181)
#C3D9BD
(195,217,189)
#CBDDC5
(203,221,197)
#D3E1CD
(211,225,205)
#DBE5D5
(219,229,213)
#E3E9DD
(227,233,221)
#EBEDE5
(235,237,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C99D; }

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

This text font color is #A3C99D.

Background Color

.myBgColor { background-color: #A3C99D; }

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

This div background color is #A3C99D.

Border color

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

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

This div border color is #A3C99D.

Opacity

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

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

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

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

This text has shadow with #A3C99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C99D.

Preview

Color preview on black background

This text has color #A3C99D on black background.


Color preview on white background

This text has color #A3C99D on white background.


Black color preview on #A3C99D background

This text has black color on #A3C99D background.


White color preview on #A3C99D background

This text has white color on #A3C99D background.


Related colors

Complementary color

Complementary color for #hex is #5C3662.


I love getcolorcode.com

Triadic colors

1 #9DA3C9 and #C99DA3 with #A3C99D are triadic colors.

2 #9DC9A3 and #C9A39D with #A3C99D are triadic colors.