COLOR #A4BC88

HEX: #A4BC88
RGB: (164,188,136)

Color info

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

RGB color model

#A4BC88 color RGB value is (164,188,136).

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

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 136 of 255 = 53%

164
188
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 136 = 488 (100%)
R 164 of 488 ~ 33.61%
G 188 of 488 ~ 38.52%
B 136 of 488 ~ 27.87%

%33.61
%38.52
%27.87

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK:
(13,0,28,26)
C13M0Y28K26 
(13%,0%,28%,26%)
(0.13/0.00/0.28/0.26)	

CMYK percentages

%12.77
%0
%27.66
%26.27

Codes

Color #A4BC88 in popluar color models

A4BC88
RGB164188136
HSL88°27.96%63.53%
HSB/HSV88°27.66%73.73%
CMYK12.77%0.00%27.66%
26.27%

Color #A4BC88 in popluar number systems.

HEXA4BC88
Decimal164188136
Binary101001001011110010001000
Octal244274210

Shades and tints

Shades of #A4BC88

#A4BC88
(164,188,136)
#96AB7C
(150,171,124)
#889A70
(136,154,112)
#7A8964
(122,137,100)
#6C7858
(108,120,88)
#5E674C
(94,103,76)
#505640
(80,86,64)
#424534
(66,69,52)
#343428
(52,52,40)
#26231C
(38,35,28)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A4BC88

#A4BC88
(164,188,136)
#ACC292
(172,194,146)
#B4C89C
(180,200,156)
#BCCEA6
(188,206,166)
#C4D4B0
(196,212,176)
#CCDABA
(204,218,186)
#D4E0C4
(212,224,196)
#DCE6CE
(220,230,206)
#E4ECD8
(228,236,216)
#ECF2E2
(236,242,226)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BC88; }

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

This text font color is #A4BC88.


Background Color

.myBgColor { background-color: #A4BC88; }

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

This div background color is #A4BC88.


Border color

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

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

This div border color is #A4BC88.


Opacity

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

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

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

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

This text has shadow with #A4BC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BC88 on black background.


Color preview on white background

This text has color #A4BC88 on white background.



Black color preview on #A4BC88 background

This text has black color on #A4BC88 background.


White color preview on #A4BC88 background

This text has white color on #A4BC88 background.