COLOR #A4B98D

HEX: #A4B98D
RGB: (164,185,141)

Color info

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

RGB color model

#A4B98D color RGB value is (164,185,141).

  • red value is 164;
  • green value is 185;
  • blue value is 141.
RGB:
(164,185,141)
(64%,73%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 141 of 255 = 55%

164
185
141

R + G + B ~ 64%. #A4B98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 141 = 490 (100%)
R 164 of 490 ~ 33.47%
G 185 of 490 ~ 37.76%
B 141 of 490 ~ 28.78%

%33.47
%37.76
%28.78

CMYK color model

#A4B98D color CMYK value is (11,0,24,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK:
(11,0,24,27)
C11M0Y24K27 
(11%,0%,24%,27%)
(0.11/0.00/0.24/0.27)	

CMYK percentages

%11.35
%0
%23.78
%27.45

Codes

Color #A4B98D in popluar color models

A4B98D
RGB164185141
HSL89°23.91%63.92%
HSB/HSV89°23.78%72.55%
CMYK11.35%0.00%23.78%
27.45%

Color #A4B98D in popluar number systems.

HEXA4B98D
Decimal164185141
Binary101001001011100110001101
Octal244271215

Shades and tints

Shades of #A4B98D

#A4B98D
(164,185,141)
#96A981
(150,169,129)
#889975
(136,153,117)
#7A8969
(122,137,105)
#6C795D
(108,121,93)
#5E6951
(94,105,81)
#505945
(80,89,69)
#424939
(66,73,57)
#34392D
(52,57,45)
#262921
(38,41,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #A4B98D

#A4B98D
(164,185,141)
#ACBF97
(172,191,151)
#B4C5A1
(180,197,161)
#BCCBAB
(188,203,171)
#C4D1B5
(196,209,181)
#CCD7BF
(204,215,191)
#D4DDC9
(212,221,201)
#DCE3D3
(220,227,211)
#E4E9DD
(228,233,221)
#ECEFE7
(236,239,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B98D color. Also use rgb(164,185,141) instead hex code.

Text Font Color

.myTextColor { color: #A4B98D; }

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

This text font color is #A4B98D.


Background Color

.myBgColor { background-color: #A4B98D; }

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

This div background color is #A4B98D.


Border color

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

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

This div border color is #A4B98D.


Opacity

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

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

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

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

This text has shadow with #A4B98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B98D on black background.


Color preview on white background

This text has color #A4B98D on white background.



Black color preview on #A4B98D background

This text has black color on #A4B98D background.


White color preview on #A4B98D background

This text has white color on #A4B98D background.