COLOR #A8BC8F

HEX: #A8BC8F
RGB: (168,188,143)

Color info

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

RGB color model

#A8BC8F color RGB value is (168,188,143).

  • red value is 168;
  • green value is 188;
  • blue value is 143.
RGB:
(168,188,143)
(66%,74%,56%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 143 of 255 = 56%

168
188
143

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

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 143 = 499 (100%)
R 168 of 499 ~ 33.67%
G 188 of 499 ~ 37.68%
B 143 of 499 ~ 28.66%

%33.67
%37.68
%28.66

CMYK color model

#A8BC8F color CMYK value is (11,0,24,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(11,0,24,26)
C11M0Y24K26 
(11%,0%,24%,26%)
(0.11/0.00/0.24/0.26)	

CMYK percentages

%10.64
%0
%23.94
%26.27

Codes

Color #A8BC8F in popluar color models

A8BC8F
RGB168188143
HSL87°25.14%64.90%
HSB/HSV87°23.94%73.73%
CMYK10.64%0.00%23.94%
26.27%

Color #A8BC8F in popluar number systems.

HEXA8BC8F
Decimal168188143
Binary101010001011110010001111
Octal250274217

Shades and tints

Shades of #A8BC8F

#A8BC8F
(168,188,143)
#99AB82
(153,171,130)
#8A9A75
(138,154,117)
#7B8968
(123,137,104)
#6C785B
(108,120,91)
#5D674E
(93,103,78)
#4E5641
(78,86,65)
#3F4534
(63,69,52)
#303427
(48,52,39)
#21231A
(33,35,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #A8BC8F

#A8BC8F
(168,188,143)
#AFC299
(175,194,153)
#B6C8A3
(182,200,163)
#BDCEAD
(189,206,173)
#C4D4B7
(196,212,183)
#CBDAC1
(203,218,193)
#D2E0CB
(210,224,203)
#D9E6D5
(217,230,213)
#E0ECDF
(224,236,223)
#E7F2E9
(231,242,233)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BC8F color. Also use rgb(168,188,143) instead hex code.

Text Font Color

.myTextColor { color: #A8BC8F; }

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

This text font color is #A8BC8F.


Background Color

.myBgColor { background-color: #A8BC8F; }

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

This div background color is #A8BC8F.


Border color

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

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

This div border color is #A8BC8F.


Opacity

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

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

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

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

This text has shadow with #A8BC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BC8F on black background.


Color preview on white background

This text has color #A8BC8F on white background.



Black color preview on #A8BC8F background

This text has black color on #A8BC8F background.


White color preview on #A8BC8F background

This text has white color on #A8BC8F background.