COLOR #A8C88C

HEX: #A8C88C
RGB: (168,200,140)

Color info

#A8C88C contains mainly red and green colors. Web safe color of #A8C88C is #99CC99 (or #9C9).

RGB color model

#A8C88C color RGB value is (168,200,140).

  • red value is 168;
  • green value is 200;
  • blue value is 140.
RGB:
(168,200,140)
(66%,78%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 200 of 255 = 78%
B 140 of 255 = 55%

168
200
140

R + G + B ~ 66%. #A8C88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 200 + 140 = 508 (100%)
R 168 of 508 ~ 33.07%
G 200 of 508 ~ 39.37%
B 140 of 508 ~ 27.56%

%33.07
%39.37
%27.56

CMYK color model

#A8C88C color CMYK value is (16,0,30,22).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(16,0,30,22)
C16M0Y30K22 
(16%,0%,30%,22%)
(0.16/0.00/0.30/0.22)	

CMYK percentages

%16
%0
%30
%21.57

Codes

Color #A8C88C in popluar color models

A8C88C
RGB168200140
HSL92°35.29%66.67%
HSB/HSV92°30.00%78.43%
CMYK16.00%0.00%30.00%
21.57%

Color #A8C88C in popluar number systems.

HEXA8C88C
Decimal168200140
Binary101010001100100010001100
Octal250310214

Shades and tints

Shades of #A8C88C

#A8C88C
(168,200,140)
#99B680
(153,182,128)
#8AA474
(138,164,116)
#7B9268
(123,146,104)
#6C805C
(108,128,92)
#5D6E50
(93,110,80)
#4E5C44
(78,92,68)
#3F4A38
(63,74,56)
#30382C
(48,56,44)
#212620
(33,38,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8C88C

#A8C88C
(168,200,140)
#AFCD96
(175,205,150)
#B6D2A0
(182,210,160)
#BDD7AA
(189,215,170)
#C4DCB4
(196,220,180)
#CBE1BE
(203,225,190)
#D2E6C8
(210,230,200)
#D9EBD2
(217,235,210)
#E0F0DC
(224,240,220)
#E7F5E6
(231,245,230)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C88C color. Also use rgb(168,200,140) instead hex code.

Text Font Color

.myTextColor { color: #A8C88C; }

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

This text font color is #A8C88C.


Background Color

.myBgColor { background-color: #A8C88C; }

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

This div background color is #A8C88C.


Border color

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

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

This div border color is #A8C88C.


Opacity

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

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

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

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

This text has shadow with #A8C88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C88C on black background.


Color preview on white background

This text has color #A8C88C on white background.



Black color preview on #A8C88C background

This text has black color on #A8C88C background.


White color preview on #A8C88C background

This text has white color on #A8C88C background.