COLOR #A3C196

HEX: #A3C196
RGB: (163,193,150)

Color info

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

RGB color model

#A3C196 color RGB value is (163,193,150).

  • red value is 163;
  • green value is 193;
  • blue value is 150.
RGB:
(163,193,150)
(64%,76%,59%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 150 of 255 = 59%

163
193
150

R + G + B ~ 66%. #A3C196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 150 = 506 (100%)
R 163 of 506 ~ 32.21%
G 193 of 506 ~ 38.14%
B 150 of 506 ~ 29.64%

%32.21
%38.14
%29.64

CMYK color model

#A3C196 color CMYK value is (16,0,22,24).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 24.31%
CMYK:
(16,0,22,24)
C16M0Y22K24 
(16%,0%,22%,24%)
(0.16/0.00/0.22/0.24)	

CMYK percentages

%15.54
%0
%22.28
%24.31

Codes

Color #A3C196 in popluar color models

A3C196
RGB163193150
HSL102°25.75%67.25%
HSB/HSV102°22.28%75.69%
CMYK15.54%0.00%22.28%
24.31%

Color #A3C196 in popluar number systems.

HEXA3C196
Decimal163193150
Binary101000111100000110010110
Octal243301226

Shades and tints

Shades of #A3C196

#A3C196
(163,193,150)
#95B089
(149,176,137)
#879F7C
(135,159,124)
#798E6F
(121,142,111)
#6B7D62
(107,125,98)
#5D6C55
(93,108,85)
#4F5B48
(79,91,72)
#414A3B
(65,74,59)
#33392E
(51,57,46)
#252821
(37,40,33)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3C196

#A3C196
(163,193,150)
#ABC69F
(171,198,159)
#B3CBA8
(179,203,168)
#BBD0B1
(187,208,177)
#C3D5BA
(195,213,186)
#CBDAC3
(203,218,195)
#D3DFCC
(211,223,204)
#DBE4D5
(219,228,213)
#E3E9DE
(227,233,222)
#EBEEE7
(235,238,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C196 color. Also use rgb(163,193,150) instead hex code.

Text Font Color

.myTextColor { color: #A3C196; }

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

This text font color is #A3C196.


Background Color

.myBgColor { background-color: #A3C196; }

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

This div background color is #A3C196.


Border color

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

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

This div border color is #A3C196.


Opacity

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

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

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

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

This text has shadow with #A3C196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C196 on black background.


Color preview on white background

This text has color #A3C196 on white background.



Black color preview on #A3C196 background

This text has black color on #A3C196 background.


White color preview on #A3C196 background

This text has white color on #A3C196 background.