COLOR #A4BA9E

HEX: #A4BA9E
RGB: (164,186,158)

Color info

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

RGB color model

#A4BA9E color RGB value is (164,186,158).

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

RGB channels and saturation

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

164
186
158

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

Portions of RGB colors in percentages

R + G + B =
164 + 186 + 158 = 508 (100%)
R 164 of 508 ~ 32.28%
G 186 of 508 ~ 36.61%
B 158 of 508 ~ 31.1%

%32.28
%36.61
%31.1

CMYK color model

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

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • 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
%15.05
%27.06

Codes

Color #A4BA9E in popluar color models

A4BA9E
RGB164186158
HSL107°16.87%67.45%
HSB/HSV107°15.05%72.94%
CMYK11.83%0.00%15.05%
27.06%

Color #A4BA9E in popluar number systems.

HEXA4BA9E
Decimal164186158
Binary101001001011101010011110
Octal244272236

Shades and tints

Shades of #A4BA9E

#A4BA9E
(164,186,158)
#96AA90
(150,170,144)
#889A82
(136,154,130)
#7A8A74
(122,138,116)
#6C7A66
(108,122,102)
#5E6A58
(94,106,88)
#505A4A
(80,90,74)
#424A3C
(66,74,60)
#343A2E
(52,58,46)
#262A20
(38,42,32)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #A4BA9E

#A4BA9E
(164,186,158)
#ACC0A6
(172,192,166)
#B4C6AE
(180,198,174)
#BCCCB6
(188,204,182)
#C4D2BE
(196,210,190)
#CCD8C6
(204,216,198)
#D4DECE
(212,222,206)
#DCE4D6
(220,228,214)
#E4EADE
(228,234,222)
#ECF0E6
(236,240,230)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BA9E; }

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

This text font color is #A4BA9E.


Background Color

.myBgColor { background-color: #A4BA9E; }

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

This div background color is #A4BA9E.


Border color

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

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

This div border color is #A4BA9E.


Opacity

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

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

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

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

This text has shadow with #A4BA9E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4BA9E on black background.


Color preview on white background

This text has color #A4BA9E on white background.



Black color preview on #A4BA9E background

This text has black color on #A4BA9E background.


White color preview on #A4BA9E background

This text has white color on #A4BA9E background.