COLOR #A4BE8C

HEX: #A4BE8C
RGB: (164,190,140)

Color info

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

RGB color model

#A4BE8C color RGB value is (164,190,140).

  • red value is 164;
  • green value is 190;
  • blue value is 140.
RGB:
(164,190,140)
(64%,75%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 140 of 255 = 55%

164
190
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 140 = 494 (100%)
R 164 of 494 ~ 33.2%
G 190 of 494 ~ 38.46%
B 140 of 494 ~ 28.34%

%33.2
%38.46
%28.34

CMYK color model

#A4BE8C color CMYK value is (14,0,26,25).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(14,0,26,25)
C14M0Y26K25 
(14%,0%,26%,25%)
(0.14/0.00/0.26/0.25)	

CMYK percentages

%13.68
%0
%26.32
%25.49

Codes

Color #A4BE8C in popluar color models

A4BE8C
RGB164190140
HSL91°27.78%64.71%
HSB/HSV91°26.32%74.51%
CMYK13.68%0.00%26.32%
25.49%

Color #A4BE8C in popluar number systems.

HEXA4BE8C
Decimal164190140
Binary101001001011111010001100
Octal244276214

Shades and tints

Shades of #A4BE8C

#A4BE8C
(164,190,140)
#96AD80
(150,173,128)
#889C74
(136,156,116)
#7A8B68
(122,139,104)
#6C7A5C
(108,122,92)
#5E6950
(94,105,80)
#505844
(80,88,68)
#424738
(66,71,56)
#34362C
(52,54,44)
#262520
(38,37,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4BE8C

#A4BE8C
(164,190,140)
#ACC396
(172,195,150)
#B4C8A0
(180,200,160)
#BCCDAA
(188,205,170)
#C4D2B4
(196,210,180)
#CCD7BE
(204,215,190)
#D4DCC8
(212,220,200)
#DCE1D2
(220,225,210)
#E4E6DC
(228,230,220)
#ECEBE6
(236,235,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BE8C color. Also use rgb(164,190,140) instead hex code.

Text Font Color

.myTextColor { color: #A4BE8C; }

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

This text font color is #A4BE8C.


Background Color

.myBgColor { background-color: #A4BE8C; }

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

This div background color is #A4BE8C.


Border color

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

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

This div border color is #A4BE8C.


Opacity

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

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

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

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

This text has shadow with #A4BE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BE8C on black background.


Color preview on white background

This text has color #A4BE8C on white background.



Black color preview on #A4BE8C background

This text has black color on #A4BE8C background.


White color preview on #A4BE8C background

This text has white color on #A4BE8C background.