COLOR #A8BD82

HEX: #A8BD82
RGB: (168,189,130)

Color info

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

RGB color model

#A8BD82 color RGB value is (168,189,130).

  • red value is 168;
  • green value is 189;
  • blue value is 130.
RGB:
(168,189,130)
(66%,74%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 130 of 255 = 51%

168
189
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 189 + 130 = 487 (100%)
R 168 of 487 ~ 34.5%
G 189 of 487 ~ 38.81%
B 130 of 487 ~ 26.69%

%34.5
%38.81
%26.69

CMYK color model

#A8BD82 color CMYK value is (11,0,31,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 25.88%
CMYK:
(11,0,31,26)
C11M0Y31K26 
(11%,0%,31%,26%)
(0.11/0.00/0.31/0.26)	

CMYK percentages

%11.11
%0
%31.22
%25.88

Codes

Color #A8BD82 in popluar color models

A8BD82
RGB168189130
HSL81°30.89%62.55%
HSB/HSV81°31.22%74.12%
CMYK11.11%0.00%31.22%
25.88%

Color #A8BD82 in popluar number systems.

HEXA8BD82
Decimal168189130
Binary101010001011110110000010
Octal250275202

Shades and tints

Shades of #A8BD82

#A8BD82
(168,189,130)
#99AC77
(153,172,119)
#8A9B6C
(138,155,108)
#7B8A61
(123,138,97)
#6C7956
(108,121,86)
#5D684B
(93,104,75)
#4E5740
(78,87,64)
#3F4635
(63,70,53)
#30352A
(48,53,42)
#21241F
(33,36,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A8BD82

#A8BD82
(168,189,130)
#AFC38D
(175,195,141)
#B6C998
(182,201,152)
#BDCFA3
(189,207,163)
#C4D5AE
(196,213,174)
#CBDBB9
(203,219,185)
#D2E1C4
(210,225,196)
#D9E7CF
(217,231,207)
#E0EDDA
(224,237,218)
#E7F3E5
(231,243,229)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BD82 color. Also use rgb(168,189,130) instead hex code.

Text Font Color

.myTextColor { color: #A8BD82; }

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

This text font color is #A8BD82.


Background Color

.myBgColor { background-color: #A8BD82; }

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

This div background color is #A8BD82.


Border color

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

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

This div border color is #A8BD82.


Opacity

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

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

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

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

This text has shadow with #A8BD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BD82 on black background.


Color preview on white background

This text has color #A8BD82 on white background.



Black color preview on #A8BD82 background

This text has black color on #A8BD82 background.


White color preview on #A8BD82 background

This text has white color on #A8BD82 background.