COLOR #A4BA9F

HEX: #A4BA9F
RGB: (164,186,159)

Color info

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

RGB color model

#A4BA9F color RGB value is (164,186,159).

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

RGB channels and saturation

R 164 of 255 = 64%
G 186 of 255 = 73%
B 159 of 255 = 62%

164
186
159

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

Portions of RGB colors in percentages

R + G + B =
164 + 186 + 159 = 509 (100%)
R 164 of 509 ~ 32.22%
G 186 of 509 ~ 36.54%
B 159 of 509 ~ 31.24%

%32.22
%36.54
%31.24

CMYK color model

#A4BA9F color CMYK value is (12,0,15,27).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 27.06%
CMYK:
(12,0,15,27)
C12M0Y15K27 
(12%,0%,15%,27%)
(0.12/0.00/0.15/0.27)	

CMYK percentages

%11.83
%0
%14.52
%27.06

Codes

Color #A4BA9F in popluar color models

A4BA9F
RGB164186159
HSL109°16.36%67.65%
HSB/HSV109°14.52%72.94%
CMYK11.83%0.00%14.52%
27.06%

Color #A4BA9F in popluar number systems.

HEXA4BA9F
Decimal164186159
Binary101001001011101010011111
Octal244272237

Shades and tints

Shades of #A4BA9F

#A4BA9F
(164,186,159)
#96AA91
(150,170,145)
#889A83
(136,154,131)
#7A8A75
(122,138,117)
#6C7A67
(108,122,103)
#5E6A59
(94,106,89)
#505A4B
(80,90,75)
#424A3D
(66,74,61)
#343A2F
(52,58,47)
#262A21
(38,42,33)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #A4BA9F

#A4BA9F
(164,186,159)
#ACC0A7
(172,192,167)
#B4C6AF
(180,198,175)
#BCCCB7
(188,204,183)
#C4D2BF
(196,210,191)
#CCD8C7
(204,216,199)
#D4DECF
(212,222,207)
#DCE4D7
(220,228,215)
#E4EADF
(228,234,223)
#ECF0E7
(236,240,231)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BA9F; }

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

This text font color is #A4BA9F.


Background Color

.myBgColor { background-color: #A4BA9F; }

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

This div background color is #A4BA9F.


Border color

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

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

This div border color is #A4BA9F.


Opacity

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

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

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

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

This text has shadow with #A4BA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BA9F on black background.


Color preview on white background

This text has color #A4BA9F on white background.



Black color preview on #A4BA9F background

This text has black color on #A4BA9F background.


White color preview on #A4BA9F background

This text has white color on #A4BA9F background.