COLOR #AAC682

HEX: #AAC682
RGB: (170,198,130)

Color info

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

RGB color model

#AAC682 color RGB value is (170,198,130).

  • red value is 170;
  • green value is 198;
  • blue value is 130.
RGB:
(170,198,130)
(67%,78%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 130 of 255 = 51%

170
198
130

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 130 = 498 (100%)
R 170 of 498 ~ 34.14%
G 198 of 498 ~ 39.76%
B 130 of 498 ~ 26.1%

%34.14
%39.76
%26.1

CMYK color model

#AAC682 color CMYK value is (14,0,34,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 22.35%
CMYK:
(14,0,34,22)
C14M0Y34K22 
(14%,0%,34%,22%)
(0.14/0.00/0.34/0.22)	

CMYK percentages

%14.14
%0
%34.34
%22.35

Codes

Color #AAC682 in popluar color models

AAC682
RGB170198130
HSL85°37.36%64.31%
HSB/HSV85°34.34%77.65%
CMYK14.14%0.00%34.34%
22.35%

Color #AAC682 in popluar number systems.

HEXAAC682
Decimal170198130
Binary101010101100011010000010
Octal252306202

Shades and tints

Shades of #AAC682

#AAC682
(170,198,130)
#9BB477
(155,180,119)
#8CA26C
(140,162,108)
#7D9061
(125,144,97)
#6E7E56
(110,126,86)
#5F6C4B
(95,108,75)
#505A40
(80,90,64)
#414835
(65,72,53)
#32362A
(50,54,42)
#23241F
(35,36,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AAC682

#AAC682
(170,198,130)
#B1CB8D
(177,203,141)
#B8D098
(184,208,152)
#BFD5A3
(191,213,163)
#C6DAAE
(198,218,174)
#CDDFB9
(205,223,185)
#D4E4C4
(212,228,196)
#DBE9CF
(219,233,207)
#E2EEDA
(226,238,218)
#E9F3E5
(233,243,229)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC682 color. Also use rgb(170,198,130) instead hex code.

Text Font Color

.myTextColor { color: #AAC682; }

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

This text font color is #AAC682.


Background Color

.myBgColor { background-color: #AAC682; }

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

This div background color is #AAC682.


Border color

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

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

This div border color is #AAC682.


Opacity

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

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

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

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

This text has shadow with #AAC682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC682 on black background.


Color preview on white background

This text has color #AAC682 on white background.



Black color preview on #AAC682 background

This text has black color on #AAC682 background.


White color preview on #AAC682 background

This text has white color on #AAC682 background.