COLOR #AAC98C

HEX: #AAC98C
RGB: (170,201,140)

Color info

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

RGB color model

#AAC98C color RGB value is (170,201,140).

  • red value is 170;
  • green value is 201;
  • blue value is 140.
RGB:
(170,201,140)
(67%,79%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 140 of 255 = 55%

170
201
140

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

Portions of RGB colors in percentages

R + G + B =
170 + 201 + 140 = 511 (100%)
R 170 of 511 ~ 33.27%
G 201 of 511 ~ 39.33%
B 140 of 511 ~ 27.4%

%33.27
%39.33
%27.4

CMYK color model

#AAC98C color CMYK value is (15,0,30,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(15,0,30,21)
C15M0Y30K21 
(15%,0%,30%,21%)
(0.15/0.00/0.30/0.21)	

CMYK percentages

%15.42
%0
%30.35
%21.18

Codes

Color #AAC98C in popluar color models

AAC98C
RGB170201140
HSL90°36.09%66.86%
HSB/HSV90°30.35%78.82%
CMYK15.42%0.00%30.35%
21.18%

Color #AAC98C in popluar number systems.

HEXAAC98C
Decimal170201140
Binary101010101100100110001100
Octal252311214

Shades and tints

Shades of #AAC98C

#AAC98C
(170,201,140)
#9BB780
(155,183,128)
#8CA574
(140,165,116)
#7D9368
(125,147,104)
#6E815C
(110,129,92)
#5F6F50
(95,111,80)
#505D44
(80,93,68)
#414B38
(65,75,56)
#32392C
(50,57,44)
#232720
(35,39,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAC98C

#AAC98C
(170,201,140)
#B1CD96
(177,205,150)
#B8D1A0
(184,209,160)
#BFD5AA
(191,213,170)
#C6D9B4
(198,217,180)
#CDDDBE
(205,221,190)
#D4E1C8
(212,225,200)
#DBE5D2
(219,229,210)
#E2E9DC
(226,233,220)
#E9EDE6
(233,237,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC98C color. Also use rgb(170,201,140) instead hex code.

Text Font Color

.myTextColor { color: #AAC98C; }

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

This text font color is #AAC98C.


Background Color

.myBgColor { background-color: #AAC98C; }

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

This div background color is #AAC98C.


Border color

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

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

This div border color is #AAC98C.


Opacity

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

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

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

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

This text has shadow with #AAC98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC98C on black background.


Color preview on white background

This text has color #AAC98C on white background.



Black color preview on #AAC98C background

This text has black color on #AAC98C background.


White color preview on #AAC98C background

This text has white color on #AAC98C background.