COLOR #A3CC96

HEX: #A3CC96
RGB: (163,204,150)

Color info

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

RGB color model

#A3CC96 color RGB value is (163,204,150).

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

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 150 of 255 = 59%

163
204
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 204 + 150 = 517 (100%)
R 163 of 517 ~ 31.53%
G 204 of 517 ~ 39.46%
B 150 of 517 ~ 29.01%

%31.53
%39.46
%29.01

CMYK color model

#A3CC96 color CMYK value is (20,0,26,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%
CMYK:
(20,0,26,20)
C20M0Y26K20 
(20%,0%,26%,20%)
(0.20/0.00/0.26/0.20)	

CMYK percentages

%20.1
%0
%26.47
%20

Codes

Color #A3CC96 in popluar color models

A3CC96
RGB163204150
HSL106°34.62%69.41%
HSB/HSV106°26.47%80.00%
CMYK20.10%0.00%26.47%
20.00%

Color #A3CC96 in popluar number systems.

HEXA3CC96
Decimal163204150
Binary101000111100110010010110
Octal243314226

Shades and tints

Shades of #A3CC96

#A3CC96
(163,204,150)
#95BA89
(149,186,137)
#87A87C
(135,168,124)
#79966F
(121,150,111)
#6B8462
(107,132,98)
#5D7255
(93,114,85)
#4F6048
(79,96,72)
#414E3B
(65,78,59)
#333C2E
(51,60,46)
#252A21
(37,42,33)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #A3CC96

#A3CC96
(163,204,150)
#ABD09F
(171,208,159)
#B3D4A8
(179,212,168)
#BBD8B1
(187,216,177)
#C3DCBA
(195,220,186)
#CBE0C3
(203,224,195)
#D3E4CC
(211,228,204)
#DBE8D5
(219,232,213)
#E3ECDE
(227,236,222)
#EBF0E7
(235,240,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CC96; }

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

This text font color is #A3CC96.


Background Color

.myBgColor { background-color: #A3CC96; }

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

This div background color is #A3CC96.


Border color

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

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

This div border color is #A3CC96.


Opacity

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

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

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

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

This text has shadow with #A3CC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CC96 on black background.


Color preview on white background

This text has color #A3CC96 on white background.



Black color preview on #A3CC96 background

This text has black color on #A3CC96 background.


White color preview on #A3CC96 background

This text has white color on #A3CC96 background.