COLOR #A4C097

HEX: #A4C097
RGB: (164,192,151)

Color info

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

RGB color model

#A4C097 color RGB value is (164,192,151).

  • red value is 164;
  • green value is 192;
  • blue value is 151.
RGB:
(164,192,151)
(64%,75%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 151 of 255 = 59%

164
192
151

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

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 151 = 507 (100%)
R 164 of 507 ~ 32.35%
G 192 of 507 ~ 37.87%
B 151 of 507 ~ 29.78%

%32.35
%37.87
%29.78

CMYK color model

#A4C097 color CMYK value is (15,0,21,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(15,0,21,25)
C15M0Y21K25 
(15%,0%,21%,25%)
(0.15/0.00/0.21/0.25)	

CMYK percentages

%14.58
%0
%21.35
%24.71

Codes

Color #A4C097 in popluar color models

A4C097
RGB164192151
HSL101°24.55%67.25%
HSB/HSV101°21.35%75.29%
CMYK14.58%0.00%21.35%
24.71%

Color #A4C097 in popluar number systems.

HEXA4C097
Decimal164192151
Binary101001001100000010010111
Octal244300227

Shades and tints

Shades of #A4C097

#A4C097
(164,192,151)
#96AF8A
(150,175,138)
#889E7D
(136,158,125)
#7A8D70
(122,141,112)
#6C7C63
(108,124,99)
#5E6B56
(94,107,86)
#505A49
(80,90,73)
#42493C
(66,73,60)
#34382F
(52,56,47)
#262722
(38,39,34)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A4C097

#A4C097
(164,192,151)
#ACC5A0
(172,197,160)
#B4CAA9
(180,202,169)
#BCCFB2
(188,207,178)
#C4D4BB
(196,212,187)
#CCD9C4
(204,217,196)
#D4DECD
(212,222,205)
#DCE3D6
(220,227,214)
#E4E8DF
(228,232,223)
#ECEDE8
(236,237,232)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C097 color. Also use rgb(164,192,151) instead hex code.

Text Font Color

.myTextColor { color: #A4C097; }

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

This text font color is #A4C097.


Background Color

.myBgColor { background-color: #A4C097; }

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

This div background color is #A4C097.


Border color

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

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

This div border color is #A4C097.


Opacity

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

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

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

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

This text has shadow with #A4C097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C097 on black background.


Color preview on white background

This text has color #A4C097 on white background.



Black color preview on #A4C097 background

This text has black color on #A4C097 background.


White color preview on #A4C097 background

This text has white color on #A4C097 background.