COLOR #A8B87C

HEX: #A8B87C RGB: (168,184,124)

Color info

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

RGB color model

#A8B87C color RGB value is (168,184,124).

RGB: (168,184,124) (66%, 72%, 49%)

RGB channels and saturation

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

168
184
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 184 + 124 = 476 (100%)
R 168 of 476 ~ 35.29%
G 184 of 476 ~ 38.66%
B 124 of 476 ~ 26.05'%

%35.29
%38.66
%26.05

CMYK color model

#A8B87C color CMYK value is (9,0,33,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 27.84%
CMYK: (9,0,33,28) C9M0Y33K28 (9%,0%,33%,28%) (0.09/0.00/0.33/0.28) 

CMYK percentages

%8.7
%0
%32.61
%27.84

Codes

Color #A8B87C in popluar color models

A8 B8 7C
RGB 168 184 124
HSL 76° 29.70% 60.39%
HSB/HSV 76° 32.61% 72.16%
CMYK 8.70% 0.00% 32.61%
27.84%

Color #A8B87C in popluar number systems.

HEX A8 B8 7C
Decimal 168 184 124
Binary 10101000 10111000 1111100
Octal 250 270 174

Shades and tints

Shades of #A8B87C

#A8B87C
(168,184,124)
#99A871
(153,168,113)
#8A9866
(138,152,102)
#7B885B
(123,136,91)
#6C7850
(108,120,80)
#5D6845
(93,104,69)
#4E583A
(78,88,58)
#3F482F
(63,72,47)
#303824
(48,56,36)
#212819
(33,40,25)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #A8B87C

#A8B87C
(168,184,124)
#AFBE87
(175,190,135)
#B6C492
(182,196,146)
#BDCA9D
(189,202,157)
#C4D0A8
(196,208,168)
#CBD6B3
(203,214,179)
#D2DCBE
(210,220,190)
#D9E2C9
(217,226,201)
#E0E8D4
(224,232,212)
#E7EEDF
(231,238,223)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B87C; }

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

This text font color is #A8B87C.

Background Color

.myBgColor { background-color: #A8B87C; }

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

This div background color is #A8B87C.

Border color

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

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

This div border color is #A8B87C.

Opacity

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

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

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

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

This text has shadow with #A8B87C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B87C.

Preview

Color preview on black background

This text has color #A8B87C on black background.


Color preview on white background

This text has color #A8B87C on white background.


Black color preview on #A8B87C background

This text has black color on #A8B87C background.


White color preview on #A8B87C background

This text has white color on #A8B87C background.


Related colors

Complementary color

Complementary color for #hex is #574783.


I love getcolorcode.com

Triadic colors

1 #7CA8B8 and #B87CA8 with #A8B87C are triadic colors.

2 #7CB8A8 and #B8A87C with #A8B87C are triadic colors.