COLOR #A4BD6E

HEX: #A4BD6E
RGB: (164,189,110)

Color info

#A4BD6E contains mainly red and green colors. Web safe color of #A4BD6E is #99CC66 (or #9C6).

RGB color model

#A4BD6E color RGB value is (164,189,110).

  • red value is 164;
  • green value is 189;
  • blue value is 110.
RGB:
(164,189,110)
(64%,74%,43%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 110 of 255 = 43%

164
189
110

R + G + B ~ 60%. #A4BD6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 110 = 463 (100%)
R 164 of 463 ~ 35.42%
G 189 of 463 ~ 40.82%
B 110 of 463 ~ 23.76%

%35.42
%40.82
%23.76

CMYK color model

#A4BD6E color CMYK value is (13,0,42,26).

  • cyan value is 13.23%
  • magenta value is 0.00%
  • yellow value is 41.80%
  • key color value is 25.88%
CMYK:
(13,0,42,26)
C13M0Y42K26 
(13%,0%,42%,26%)
(0.13/0.00/0.42/0.26)	

CMYK percentages

%13.23
%0
%41.8
%25.88

Codes

Color #A4BD6E in popluar color models

A4BD6E
RGB164189110
HSL79°37.44%58.63%
HSB/HSV79°41.80%74.12%
CMYK13.23%0.00%41.80%
25.88%

Color #A4BD6E in popluar number systems.

HEXA4BD6E
Decimal164189110
Binary10100100101111011101110
Octal244275156

Shades and tints

Shades of #A4BD6E

#A4BD6E
(164,189,110)
#96AC64
(150,172,100)
#889B5A
(136,155,90)
#7A8A50
(122,138,80)
#6C7946
(108,121,70)
#5E683C
(94,104,60)
#505732
(80,87,50)
#424628
(66,70,40)
#34351E
(52,53,30)
#262414
(38,36,20)
#18130A
(24,19,10)
#000000
(0,0,0)

Tints of #A4BD6E

#A4BD6E
(164,189,110)
#ACC37B
(172,195,123)
#B4C988
(180,201,136)
#BCCF95
(188,207,149)
#C4D5A2
(196,213,162)
#CCDBAF
(204,219,175)
#D4E1BC
(212,225,188)
#DCE7C9
(220,231,201)
#E4EDD6
(228,237,214)
#ECF3E3
(236,243,227)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BD6E; }

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

This text font color is #A4BD6E.


Background Color

.myBgColor { background-color: #A4BD6E; }

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

This div background color is #A4BD6E.


Border color

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

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

This div border color is #A4BD6E.


Opacity

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

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

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

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

This text has shadow with #A4BD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BD6E on black background.


Color preview on white background

This text has color #A4BD6E on white background.



Black color preview on #A4BD6E background

This text has black color on #A4BD6E background.


White color preview on #A4BD6E background

This text has white color on #A4BD6E background.