COLOR #A8C67C

HEX: #A8C67C
RGB: (168,198,124)

Color info

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

RGB color model

#A8C67C color RGB value is (168,198,124).

  • red value is 168;
  • green value is 198;
  • blue value is 124.
RGB:
(168,198,124)
(66%,78%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 124 of 255 = 49%

168
198
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 124 = 490 (100%)
R 168 of 490 ~ 34.29%
G 198 of 490 ~ 40.41%
B 124 of 490 ~ 25.31%

%34.29
%40.41
%25.31

CMYK color model

#A8C67C color CMYK value is (15,0,37,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 22.35%
CMYK:
(15,0,37,22)
C15M0Y37K22 
(15%,0%,37%,22%)
(0.15/0.00/0.37/0.22)	

CMYK percentages

%15.15
%0
%37.37
%22.35

Codes

Color #A8C67C in popluar color models

A8C67C
RGB168198124
HSL84°39.36%63.14%
HSB/HSV84°37.37%77.65%
CMYK15.15%0.00%37.37%
22.35%

Color #A8C67C in popluar number systems.

HEXA8C67C
Decimal168198124
Binary10101000110001101111100
Octal250306174

Shades and tints

Shades of #A8C67C

#A8C67C
(168,198,124)
#99B471
(153,180,113)
#8AA266
(138,162,102)
#7B905B
(123,144,91)
#6C7E50
(108,126,80)
#5D6C45
(93,108,69)
#4E5A3A
(78,90,58)
#3F482F
(63,72,47)
#303624
(48,54,36)
#212419
(33,36,25)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #A8C67C

#A8C67C
(168,198,124)
#AFCB87
(175,203,135)
#B6D092
(182,208,146)
#BDD59D
(189,213,157)
#C4DAA8
(196,218,168)
#CBDFB3
(203,223,179)
#D2E4BE
(210,228,190)
#D9E9C9
(217,233,201)
#E0EED4
(224,238,212)
#E7F3DF
(231,243,223)
#EEF8EA
(238,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C67C; }

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

This text font color is #A8C67C.


Background Color

.myBgColor { background-color: #A8C67C; }

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

This div background color is #A8C67C.


Border color

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

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

This div border color is #A8C67C.


Opacity

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

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

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

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

This text has shadow with #A8C67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C67C on black background.


Color preview on white background

This text has color #A8C67C on white background.



Black color preview on #A8C67C background

This text has black color on #A8C67C background.


White color preview on #A8C67C background

This text has white color on #A8C67C background.