COLOR #A8C880

HEX: #A8C880
RGB: (168,200,128)

Color info

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

RGB color model

#A8C880 color RGB value is (168,200,128).

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

RGB channels and saturation

R 168 of 255 = 66%
G 200 of 255 = 78%
B 128 of 255 = 50%

168
200
128

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

Portions of RGB colors in percentages

R + G + B =
168 + 200 + 128 = 496 (100%)
R 168 of 496 ~ 33.87%
G 200 of 496 ~ 40.32%
B 128 of 496 ~ 25.81%

%33.87
%40.32
%25.81

CMYK color model

#A8C880 color CMYK value is (16,0,36,22).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 21.57%
CMYK:
(16,0,36,22)
C16M0Y36K22 
(16%,0%,36%,22%)
(0.16/0.00/0.36/0.22)	

CMYK percentages

%16
%0
%36
%21.57

Codes

Color #A8C880 in popluar color models

A8C880
RGB168200128
HSL87°39.56%64.31%
HSB/HSV87°36.00%78.43%
CMYK16.00%0.00%36.00%
21.57%

Color #A8C880 in popluar number systems.

HEXA8C880
Decimal168200128
Binary101010001100100010000000
Octal250310200

Shades and tints

Shades of #A8C880

#A8C880
(168,200,128)
#99B675
(153,182,117)
#8AA46A
(138,164,106)
#7B925F
(123,146,95)
#6C8054
(108,128,84)
#5D6E49
(93,110,73)
#4E5C3E
(78,92,62)
#3F4A33
(63,74,51)
#303828
(48,56,40)
#21261D
(33,38,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8C880

#A8C880
(168,200,128)
#AFCD8B
(175,205,139)
#B6D296
(182,210,150)
#BDD7A1
(189,215,161)
#C4DCAC
(196,220,172)
#CBE1B7
(203,225,183)
#D2E6C2
(210,230,194)
#D9EBCD
(217,235,205)
#E0F0D8
(224,240,216)
#E7F5E3
(231,245,227)
#EEFAEE
(238,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C880; }

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

This text font color is #A8C880.


Background Color

.myBgColor { background-color: #A8C880; }

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

This div background color is #A8C880.


Border color

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

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

This div border color is #A8C880.


Opacity

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

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

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

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

This text has shadow with #A8C880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C880 on black background.


Color preview on white background

This text has color #A8C880 on white background.



Black color preview on #A8C880 background

This text has black color on #A8C880 background.


White color preview on #A8C880 background

This text has white color on #A8C880 background.