COLOR #A4B89F

HEX: #A4B89F
RGB: (164,184,159)

Color info

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

RGB color model

#A4B89F color RGB value is (164,184,159).

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

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 159 of 255 = 62%

164
184
159

R + G + B ~ 66%. #A4B89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 159 = 507 (100%)
R 164 of 507 ~ 32.35%
G 184 of 507 ~ 36.29%
B 159 of 507 ~ 31.36%

%32.35
%36.29
%31.36

CMYK color model

#A4B89F color CMYK value is (11,0,14,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 27.84%
CMYK:
(11,0,14,28)
C11M0Y14K28 
(11%,0%,14%,28%)
(0.11/0.00/0.14/0.28)	

CMYK percentages

%10.87
%0
%13.59
%27.84

Codes

Color #A4B89F in popluar color models

A4B89F
RGB164184159
HSL108°14.97%67.25%
HSB/HSV108°13.59%72.16%
CMYK10.87%0.00%13.59%
27.84%

Color #A4B89F in popluar number systems.

HEXA4B89F
Decimal164184159
Binary101001001011100010011111
Octal244270237

Shades and tints

Shades of #A4B89F

#A4B89F
(164,184,159)
#96A891
(150,168,145)
#889883
(136,152,131)
#7A8875
(122,136,117)
#6C7867
(108,120,103)
#5E6859
(94,104,89)
#50584B
(80,88,75)
#42483D
(66,72,61)
#34382F
(52,56,47)
#262821
(38,40,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #A4B89F

#A4B89F
(164,184,159)
#ACBEA7
(172,190,167)
#B4C4AF
(180,196,175)
#BCCAB7
(188,202,183)
#C4D0BF
(196,208,191)
#CCD6C7
(204,214,199)
#D4DCCF
(212,220,207)
#DCE2D7
(220,226,215)
#E4E8DF
(228,232,223)
#ECEEE7
(236,238,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B89F; }

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

This text font color is #A4B89F.


Background Color

.myBgColor { background-color: #A4B89F; }

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

This div background color is #A4B89F.


Border color

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

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

This div border color is #A4B89F.


Opacity

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

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

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

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

This text has shadow with #A4B89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B89F on black background.


Color preview on white background

This text has color #A4B89F on white background.



Black color preview on #A4B89F background

This text has black color on #A4B89F background.


White color preview on #A4B89F background

This text has white color on #A4B89F background.