COLOR #A8BC6F

HEX: #A8BC6F
RGB: (168,188,111)

Color info

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

RGB color model

#A8BC6F color RGB value is (168,188,111).

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

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 111 of 255 = 44%

168
188
111

R + G + B ~ 61%. #A8BC6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 111 = 467 (100%)
R 168 of 467 ~ 35.97%
G 188 of 467 ~ 40.26%
B 111 of 467 ~ 23.77%

%35.97
%40.26
%23.77

CMYK color model

#A8BC6F color CMYK value is (11,0,41,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 26.27%
CMYK:
(11,0,41,26)
C11M0Y41K26 
(11%,0%,41%,26%)
(0.11/0.00/0.41/0.26)	

CMYK percentages

%10.64
%0
%40.96
%26.27

Codes

Color #A8BC6F in popluar color models

A8BC6F
RGB168188111
HSL76°36.49%58.63%
HSB/HSV76°40.96%73.73%
CMYK10.64%0.00%40.96%
26.27%

Color #A8BC6F in popluar number systems.

HEXA8BC6F
Decimal168188111
Binary10101000101111001101111
Octal250274157

Shades and tints

Shades of #A8BC6F

#A8BC6F
(168,188,111)
#99AB65
(153,171,101)
#8A9A5B
(138,154,91)
#7B8951
(123,137,81)
#6C7847
(108,120,71)
#5D673D
(93,103,61)
#4E5633
(78,86,51)
#3F4529
(63,69,41)
#30341F
(48,52,31)
#212315
(33,35,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #A8BC6F

#A8BC6F
(168,188,111)
#AFC27C
(175,194,124)
#B6C889
(182,200,137)
#BDCE96
(189,206,150)
#C4D4A3
(196,212,163)
#CBDAB0
(203,218,176)
#D2E0BD
(210,224,189)
#D9E6CA
(217,230,202)
#E0ECD7
(224,236,215)
#E7F2E4
(231,242,228)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BC6F; }

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

This text font color is #A8BC6F.


Background Color

.myBgColor { background-color: #A8BC6F; }

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

This div background color is #A8BC6F.


Border color

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

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

This div border color is #A8BC6F.


Opacity

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

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

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

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

This text has shadow with #A8BC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BC6F on black background.


Color preview on white background

This text has color #A8BC6F on white background.



Black color preview on #A8BC6F background

This text has black color on #A8BC6F background.


White color preview on #A8BC6F background

This text has white color on #A8BC6F background.