COLOR #A4B894

HEX: #A4B894
RGB: (164,184,148)

Color info

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

RGB color model

#A4B894 color RGB value is (164,184,148).

  • red value is 164;
  • green value is 184;
  • blue value is 148.
RGB:
(164,184,148)
(64%,72%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 148 of 255 = 58%

164
184
148

R + G + B ~ 65%. #A4B894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 148 = 496 (100%)
R 164 of 496 ~ 33.06%
G 184 of 496 ~ 37.1%
B 148 of 496 ~ 29.84%

%33.06
%37.1
%29.84

CMYK color model

#A4B894 color CMYK value is (11,0,20,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(11,0,20,28)
C11M0Y20K28 
(11%,0%,20%,28%)
(0.11/0.00/0.20/0.28)	

CMYK percentages

%10.87
%0
%19.57
%27.84

Codes

Color #A4B894 in popluar color models

A4B894
RGB164184148
HSL93°20.22%65.10%
HSB/HSV93°19.57%72.16%
CMYK10.87%0.00%19.57%
27.84%

Color #A4B894 in popluar number systems.

HEXA4B894
Decimal164184148
Binary101001001011100010010100
Octal244270224

Shades and tints

Shades of #A4B894

#A4B894
(164,184,148)
#96A887
(150,168,135)
#88987A
(136,152,122)
#7A886D
(122,136,109)
#6C7860
(108,120,96)
#5E6853
(94,104,83)
#505846
(80,88,70)
#424839
(66,72,57)
#34382C
(52,56,44)
#26281F
(38,40,31)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4B894

#A4B894
(164,184,148)
#ACBE9D
(172,190,157)
#B4C4A6
(180,196,166)
#BCCAAF
(188,202,175)
#C4D0B8
(196,208,184)
#CCD6C1
(204,214,193)
#D4DCCA
(212,220,202)
#DCE2D3
(220,226,211)
#E4E8DC
(228,232,220)
#ECEEE5
(236,238,229)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B894 color. Also use rgb(164,184,148) instead hex code.

Text Font Color

.myTextColor { color: #A4B894; }

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

This text font color is #A4B894.


Background Color

.myBgColor { background-color: #A4B894; }

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

This div background color is #A4B894.


Border color

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

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

This div border color is #A4B894.


Opacity

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

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

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

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

This text has shadow with #A4B894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B894 on black background.


Color preview on white background

This text has color #A4B894 on white background.



Black color preview on #A4B894 background

This text has black color on #A4B894 background.


White color preview on #A4B894 background

This text has white color on #A4B894 background.