COLOR #AAC880

HEX: #AAC880
RGB: (170,200,128)

Color info

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

RGB color model

#AAC880 color RGB value is (170,200,128).

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

RGB channels and saturation

R 170 of 255 = 67%
G 200 of 255 = 78%
B 128 of 255 = 50%

170
200
128

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

Portions of RGB colors in percentages

R + G + B =
170 + 200 + 128 = 498 (100%)
R 170 of 498 ~ 34.14%
G 200 of 498 ~ 40.16%
B 128 of 498 ~ 25.7%

%34.14
%40.16
%25.7

CMYK color model

#AAC880 color CMYK value is (15,0,36,22).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 21.57%
CMYK:
(15,0,36,22)
C15M0Y36K22 
(15%,0%,36%,22%)
(0.15/0.00/0.36/0.22)	

CMYK percentages

%15
%0
%36
%21.57

Codes

Color #AAC880 in popluar color models

AAC880
RGB170200128
HSL85°39.56%64.31%
HSB/HSV85°36.00%78.43%
CMYK15.00%0.00%36.00%
21.57%

Color #AAC880 in popluar number systems.

HEXAAC880
Decimal170200128
Binary101010101100100010000000
Octal252310200

Shades and tints

Shades of #AAC880

#AAC880
(170,200,128)
#9BB675
(155,182,117)
#8CA46A
(140,164,106)
#7D925F
(125,146,95)
#6E8054
(110,128,84)
#5F6E49
(95,110,73)
#505C3E
(80,92,62)
#414A33
(65,74,51)
#323828
(50,56,40)
#23261D
(35,38,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAC880

#AAC880
(170,200,128)
#B1CD8B
(177,205,139)
#B8D296
(184,210,150)
#BFD7A1
(191,215,161)
#C6DCAC
(198,220,172)
#CDE1B7
(205,225,183)
#D4E6C2
(212,230,194)
#DBEBCD
(219,235,205)
#E2F0D8
(226,240,216)
#E9F5E3
(233,245,227)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC880; }

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

This text font color is #AAC880.


Background Color

.myBgColor { background-color: #AAC880; }

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

This div background color is #AAC880.


Border color

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

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

This div border color is #AAC880.


Opacity

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

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

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

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

This text has shadow with #AAC880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC880 on black background.


Color preview on white background

This text has color #AAC880 on white background.



Black color preview on #AAC880 background

This text has black color on #AAC880 background.


White color preview on #AAC880 background

This text has white color on #AAC880 background.