COLOR #A4BF8C

HEX: #A4BF8C
RGB: (164,191,140)

Color info

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

RGB color model

#A4BF8C color RGB value is (164,191,140).

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

RGB channels and saturation

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

164
191
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 191 + 140 = 495 (100%)
R 164 of 495 ~ 33.13%
G 191 of 495 ~ 38.59%
B 140 of 495 ~ 28.28%

%33.13
%38.59
%28.28

CMYK color model

#A4BF8C color CMYK value is (14,0,27,25).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 25.10%
CMYK:
(14,0,27,25)
C14M0Y27K25 
(14%,0%,27%,25%)
(0.14/0.00/0.27/0.25)	

CMYK percentages

%14.14
%0
%26.7
%25.1

Codes

Color #A4BF8C in popluar color models

A4BF8C
RGB164191140
HSL92°28.49%64.90%
HSB/HSV92°26.70%74.90%
CMYK14.14%0.00%26.70%
25.10%

Color #A4BF8C in popluar number systems.

HEXA4BF8C
Decimal164191140
Binary101001001011111110001100
Octal244277214

Shades and tints

Shades of #A4BF8C

#A4BF8C
(164,191,140)
#96AE80
(150,174,128)
#889D74
(136,157,116)
#7A8C68
(122,140,104)
#6C7B5C
(108,123,92)
#5E6A50
(94,106,80)
#505944
(80,89,68)
#424838
(66,72,56)
#34372C
(52,55,44)
#262620
(38,38,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A4BF8C

#A4BF8C
(164,191,140)
#ACC496
(172,196,150)
#B4C9A0
(180,201,160)
#BCCEAA
(188,206,170)
#C4D3B4
(196,211,180)
#CCD8BE
(204,216,190)
#D4DDC8
(212,221,200)
#DCE2D2
(220,226,210)
#E4E7DC
(228,231,220)
#ECECE6
(236,236,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BF8C; }

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

This text font color is #A4BF8C.


Background Color

.myBgColor { background-color: #A4BF8C; }

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

This div background color is #A4BF8C.


Border color

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

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

This div border color is #A4BF8C.


Opacity

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

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

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

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

This text has shadow with #A4BF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BF8C on black background.


Color preview on white background

This text has color #A4BF8C on white background.



Black color preview on #A4BF8C background

This text has black color on #A4BF8C background.


White color preview on #A4BF8C background

This text has white color on #A4BF8C background.