COLOR #A9BD8D

HEX: #A9BD8D
RGB: (169,189,141)

Color info

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

RGB color model

#A9BD8D color RGB value is (169,189,141).

  • red value is 169;
  • green value is 189;
  • blue value is 141.
RGB:
(169,189,141)
(66%,74%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 141 of 255 = 55%

169
189
141

R + G + B ~ 65%. #A9BD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 141 = 499 (100%)
R 169 of 499 ~ 33.87%
G 189 of 499 ~ 37.88%
B 141 of 499 ~ 28.26%

%33.87
%37.88
%28.26

CMYK color model

#A9BD8D color CMYK value is (11,0,25,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 25.88%
CMYK:
(11,0,25,26)
C11M0Y25K26 
(11%,0%,25%,26%)
(0.11/0.00/0.25/0.26)	

CMYK percentages

%10.58
%0
%25.4
%25.88

Codes

Color #A9BD8D in popluar color models

A9BD8D
RGB169189141
HSL85°26.67%64.71%
HSB/HSV85°25.40%74.12%
CMYK10.58%0.00%25.40%
25.88%

Color #A9BD8D in popluar number systems.

HEXA9BD8D
Decimal169189141
Binary101010011011110110001101
Octal251275215

Shades and tints

Shades of #A9BD8D

#A9BD8D
(169,189,141)
#9AAC81
(154,172,129)
#8B9B75
(139,155,117)
#7C8A69
(124,138,105)
#6D795D
(109,121,93)
#5E6851
(94,104,81)
#4F5745
(79,87,69)
#404639
(64,70,57)
#31352D
(49,53,45)
#222421
(34,36,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #A9BD8D

#A9BD8D
(169,189,141)
#B0C397
(176,195,151)
#B7C9A1
(183,201,161)
#BECFAB
(190,207,171)
#C5D5B5
(197,213,181)
#CCDBBF
(204,219,191)
#D3E1C9
(211,225,201)
#DAE7D3
(218,231,211)
#E1EDDD
(225,237,221)
#E8F3E7
(232,243,231)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BD8D; }

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

This text font color is #A9BD8D.


Background Color

.myBgColor { background-color: #A9BD8D; }

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

This div background color is #A9BD8D.


Border color

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

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

This div border color is #A9BD8D.


Opacity

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

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

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

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

This text has shadow with #A9BD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BD8D on black background.


Color preview on white background

This text has color #A9BD8D on white background.



Black color preview on #A9BD8D background

This text has black color on #A9BD8D background.


White color preview on #A9BD8D background

This text has white color on #A9BD8D background.