COLOR #A8B87D

HEX: #A8B87D
RGB: (168,184,125)

Color info

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

RGB color model

#A8B87D color RGB value is (168,184,125).

  • red value is 168;
  • green value is 184;
  • blue value is 125.
RGB:
(168,184,125)
(66%,72%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 125 of 255 = 49%

168
184
125

R + G + B ~ 62%. #A8B87D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 125 = 477 (100%)
R 168 of 477 ~ 35.22%
G 184 of 477 ~ 38.57%
B 125 of 477 ~ 26.21%

%35.22
%38.57
%26.21

CMYK color model

#A8B87D color CMYK value is (9,0,32,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(9,0,32,28)
C9M0Y32K28 
(9%,0%,32%,28%)
(0.09/0.00/0.32/0.28)	

CMYK percentages

%8.7
%0
%32.07
%27.84

Codes

Color #A8B87D in popluar color models

A8B87D
RGB168184125
HSL76°29.35%60.59%
HSB/HSV76°32.07%72.16%
CMYK8.70%0.00%32.07%
27.84%

Color #A8B87D in popluar number systems.

HEXA8B87D
Decimal168184125
Binary10101000101110001111101
Octal250270175

Shades and tints

Shades of #A8B87D

#A8B87D
(168,184,125)
#99A872
(153,168,114)
#8A9867
(138,152,103)
#7B885C
(123,136,92)
#6C7851
(108,120,81)
#5D6846
(93,104,70)
#4E583B
(78,88,59)
#3F4830
(63,72,48)
#303825
(48,56,37)
#21281A
(33,40,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #A8B87D

#A8B87D
(168,184,125)
#AFBE88
(175,190,136)
#B6C493
(182,196,147)
#BDCA9E
(189,202,158)
#C4D0A9
(196,208,169)
#CBD6B4
(203,214,180)
#D2DCBF
(210,220,191)
#D9E2CA
(217,226,202)
#E0E8D5
(224,232,213)
#E7EEE0
(231,238,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B87D color. Also use rgb(168,184,125) instead hex code.

Text Font Color

.myTextColor { color: #A8B87D; }

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

This text font color is #A8B87D.


Background Color

.myBgColor { background-color: #A8B87D; }

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

This div background color is #A8B87D.


Border color

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

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

This div border color is #A8B87D.


Opacity

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

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

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

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

This text has shadow with #A8B87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B87D on black background.


Color preview on white background

This text has color #A8B87D on white background.



Black color preview on #A8B87D background

This text has black color on #A8B87D background.


White color preview on #A8B87D background

This text has white color on #A8B87D background.