COLOR #A8C88E

HEX: #A8C88E RGB: (168,200,142)

Color info

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

RGB color model

#A8C88E color RGB value is (168,200,142).

RGB: (168,200,142) (66%, 78%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 200 of 255 = 78%
B 142 of 255 = 56%

168
200
142

R + G + B ~ 67%. #A8C88E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 200 + 142 = 510 (100%)
R 168 of 510 ~ 32.94%
G 200 of 510 ~ 39.22%
B 142 of 510 ~ 27.84'%

%32.94
%39.22
%27.84

CMYK color model

#A8C88E color CMYK value is (16,0,29,22).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 21.57%

CMYK: (16,0,29,22)
C16M0Y29K22 (16%, 0%, 29%, 22%)
(0.16 / 0.00 / 0.29 / 0.22)

CMYK percentages

%16
%0
%29
%21.57

Codes

Color #A8C88E in popluar color models

A8 C8 8E
RGB 168 200 142
HSL 93° 34.52% 67.06%
HSB/HSV 93° 29.00% 78.43%
CMYK 16.00% 0.00% 29.00%
21.57%

Color #A8C88E in popluar number systems.

HEX A8 C8 8E
Decimal 168 200 142
Binary 10101000 11001000 10001110
Octal 250 310 216

Shades and tints

Shades of #A8C88E

#A8C88E
(168,200,142)
#99B682
(153,182,130)
#8AA476
(138,164,118)
#7B926A
(123,146,106)
#6C805E
(108,128,94)
#5D6E52
(93,110,82)
#4E5C46
(78,92,70)
#3F4A3A
(63,74,58)
#30382E
(48,56,46)
#212622
(33,38,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8C88E

#A8C88E
(168,200,142)
#AFCD98
(175,205,152)
#B6D2A2
(182,210,162)
#BDD7AC
(189,215,172)
#C4DCB6
(196,220,182)
#CBE1C0
(203,225,192)
#D2E6CA
(210,230,202)
#D9EBD4
(217,235,212)
#E0F0DE
(224,240,222)
#E7F5E8
(231,245,232)
#EEFAF2
(238,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C88E; }

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

This text font color is #A8C88E.

Background Color

.myBgColor { background-color: #A8C88E; }

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

This div background color is #A8C88E.

Border color

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

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

This div border color is #A8C88E.

Opacity

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

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

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

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

This text has shadow with #A8C88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C88E.

Preview

Color preview on black background

This text has color #A8C88E on black background.


Color preview on white background

This text has color #A8C88E on white background.


Black color preview on #A8C88E background

This text has black color on #A8C88E background.


White color preview on #A8C88E background

This text has white color on #A8C88E background.


Related colors

Complementary color

Complementary color for #hex is #573771.


I love getcolorcode.com

Triadic colors

1 #8EA8C8 and #C88EA8 with #A8C88E are triadic colors.

2 #8EC8A8 and #C8A88E with #A8C88E are triadic colors.