COLOR #A3CA96

HEX: #A3CA96
RGB: (163,202,150)

Color info

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

RGB color model

#A3CA96 color RGB value is (163,202,150).

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

RGB channels and saturation

R 163 of 255 = 64%
G 202 of 255 = 79%
B 150 of 255 = 59%

163
202
150

R + G + B ~ 67%. #A3CA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 202 + 150 = 515 (100%)
R 163 of 515 ~ 31.65%
G 202 of 515 ~ 39.22%
B 150 of 515 ~ 29.13%

%31.65
%39.22
%29.13

CMYK color model

#A3CA96 color CMYK value is (19,0,26,21).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 20.78%
CMYK:
(19,0,26,21)
C19M0Y26K21 
(19%,0%,26%,21%)
(0.19/0.00/0.26/0.21)	

CMYK percentages

%19.31
%0
%25.74
%20.78

Codes

Color #A3CA96 in popluar color models

A3CA96
RGB163202150
HSL105°32.91%69.02%
HSB/HSV105°25.74%79.22%
CMYK19.31%0.00%25.74%
20.78%

Color #A3CA96 in popluar number systems.

HEXA3CA96
Decimal163202150
Binary101000111100101010010110
Octal243312226

Shades and tints

Shades of #A3CA96

#A3CA96
(163,202,150)
#95B889
(149,184,137)
#87A67C
(135,166,124)
#79946F
(121,148,111)
#6B8262
(107,130,98)
#5D7055
(93,112,85)
#4F5E48
(79,94,72)
#414C3B
(65,76,59)
#333A2E
(51,58,46)
#252821
(37,40,33)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3CA96

#A3CA96
(163,202,150)
#ABCE9F
(171,206,159)
#B3D2A8
(179,210,168)
#BBD6B1
(187,214,177)
#C3DABA
(195,218,186)
#CBDEC3
(203,222,195)
#D3E2CC
(211,226,204)
#DBE6D5
(219,230,213)
#E3EADE
(227,234,222)
#EBEEE7
(235,238,231)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CA96; }

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

This text font color is #A3CA96.


Background Color

.myBgColor { background-color: #A3CA96; }

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

This div background color is #A3CA96.


Border color

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

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

This div border color is #A3CA96.


Opacity

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

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

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

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

This text has shadow with #A3CA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CA96 on black background.


Color preview on white background

This text has color #A3CA96 on white background.



Black color preview on #A3CA96 background

This text has black color on #A3CA96 background.


White color preview on #A3CA96 background

This text has white color on #A3CA96 background.