COLOR #A4BD8D

HEX: #A4BD8D RGB: (164,189,141)

Color info

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

RGB color model

#A4BD8D color RGB value is (164,189,141).

RGB: (164,189,141) (64%, 74%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 141 of 255 = 55%

164
189
141

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

Portions of RGB colors in percentages

R + G + B = 164 + 189 + 141 = 494 (100%)
R 164 of 494 ~ 33.2%
G 189 of 494 ~ 38.26%
B 141 of 494 ~ 28.54'%

%33.2
%38.26
%28.54

CMYK color model

#A4BD8D color CMYK value is (13,0,25,26).

  • cyan value is 13.23%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 25.88%

CMYK: (13,0,25,26)
C13M0Y25K26 (13%, 0%, 25%, 26%)
(0.13 / 0.00 / 0.25 / 0.26)

CMYK percentages

%13.23
%0
%25.4
%25.88

Codes

Color #A4BD8D in popluar color models

A4 BD 8D
RGB 164 189 141
HSL 91° 26.67% 64.71%
HSB/HSV 91° 25.40% 74.12%
CMYK 13.23% 0.00% 25.40%
25.88%

Color #A4BD8D in popluar number systems.

HEX A4 BD 8D
Decimal 164 189 141
Binary 10100100 10111101 10001101
Octal 244 275 215

Shades and tints

Shades of #A4BD8D

#A4BD8D
(164,189,141)
#96AC81
(150,172,129)
#889B75
(136,155,117)
#7A8A69
(122,138,105)
#6C795D
(108,121,93)
#5E6851
(94,104,81)
#505745
(80,87,69)
#424639
(66,70,57)
#34352D
(52,53,45)
#262421
(38,36,33)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A4BD8D

#A4BD8D
(164,189,141)
#ACC397
(172,195,151)
#B4C9A1
(180,201,161)
#BCCFAB
(188,207,171)
#C4D5B5
(196,213,181)
#CCDBBF
(204,219,191)
#D4E1C9
(212,225,201)
#DCE7D3
(220,231,211)
#E4EDDD
(228,237,221)
#ECF3E7
(236,243,231)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BD8D; }

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

This text font color is #A4BD8D.

Background Color

.myBgColor { background-color: #A4BD8D; }

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

This div background color is #A4BD8D.

Border color

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

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

This div border color is #A4BD8D.

Opacity

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

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

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

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

This text has shadow with #A4BD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BD8D.

Preview

Color preview on black background

This text has color #A4BD8D on black background.


Color preview on white background

This text has color #A4BD8D on white background.


Black color preview on #A4BD8D background

This text has black color on #A4BD8D background.


White color preview on #A4BD8D background

This text has white color on #A4BD8D background.


Related colors

Complementary color

Complementary color for #hex is #5B4272.


I love getcolorcode.com

Triadic colors

1 #8DA4BD and #BD8DA4 with #A4BD8D are triadic colors.

2 #8DBDA4 and #BDA48D with #A4BD8D are triadic colors.