COLOR #A4BC8B

HEX: #A4BC8B
RGB: (164,188,139)

Color info

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

RGB color model

#A4BC8B color RGB value is (164,188,139).

  • red value is 164;
  • green value is 188;
  • blue value is 139.
RGB:
(164,188,139)
(64%,74%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 139 of 255 = 55%

164
188
139

R + G + B ~ 64%. #A4BC8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 139 = 491 (100%)
R 164 of 491 ~ 33.4%
G 188 of 491 ~ 38.29%
B 139 of 491 ~ 28.31%

%33.4
%38.29
%28.31

CMYK color model

#A4BC8B color CMYK value is (13,0,26,26).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK:
(13,0,26,26)
C13M0Y26K26 
(13%,0%,26%,26%)
(0.13/0.00/0.26/0.26)	

CMYK percentages

%12.77
%0
%26.06
%26.27

Codes

Color #A4BC8B in popluar color models

A4BC8B
RGB164188139
HSL89°26.78%64.12%
HSB/HSV89°26.06%73.73%
CMYK12.77%0.00%26.06%
26.27%

Color #A4BC8B in popluar number systems.

HEXA4BC8B
Decimal164188139
Binary101001001011110010001011
Octal244274213

Shades and tints

Shades of #A4BC8B

#A4BC8B
(164,188,139)
#96AB7F
(150,171,127)
#889A73
(136,154,115)
#7A8967
(122,137,103)
#6C785B
(108,120,91)
#5E674F
(94,103,79)
#505643
(80,86,67)
#424537
(66,69,55)
#34342B
(52,52,43)
#26231F
(38,35,31)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A4BC8B

#A4BC8B
(164,188,139)
#ACC295
(172,194,149)
#B4C89F
(180,200,159)
#BCCEA9
(188,206,169)
#C4D4B3
(196,212,179)
#CCDABD
(204,218,189)
#D4E0C7
(212,224,199)
#DCE6D1
(220,230,209)
#E4ECDB
(228,236,219)
#ECF2E5
(236,242,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BC8B color. Also use rgb(164,188,139) instead hex code.

Text Font Color

.myTextColor { color: #A4BC8B; }

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

This text font color is #A4BC8B.


Background Color

.myBgColor { background-color: #A4BC8B; }

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

This div background color is #A4BC8B.


Border color

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

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

This div border color is #A4BC8B.


Opacity

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

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

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

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

This text has shadow with #A4BC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BC8B on black background.


Color preview on white background

This text has color #A4BC8B on white background.



Black color preview on #A4BC8B background

This text has black color on #A4BC8B background.


White color preview on #A4BC8B background

This text has white color on #A4BC8B background.