COLOR #AAC98D

HEX: #AAC98D
RGB: (170,201,141)

Color info

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

RGB color model

#AAC98D color RGB value is (170,201,141).

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

RGB channels and saturation

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

170
201
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 201 + 141 = 512 (100%)
R 170 of 512 ~ 33.2%
G 201 of 512 ~ 39.26%
B 141 of 512 ~ 27.54%

%33.2
%39.26
%27.54

CMYK color model

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

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • 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
%29.85
%21.18

Codes

Color #AAC98D in popluar color models

AAC98D
RGB170201141
HSL91°35.71%67.06%
HSB/HSV91°29.85%78.82%
CMYK15.42%0.00%29.85%
21.18%

Color #AAC98D in popluar number systems.

HEXAAC98D
Decimal170201141
Binary101010101100100110001101
Octal252311215

Shades and tints

Shades of #AAC98D

#AAC98D
(170,201,141)
#9BB781
(155,183,129)
#8CA575
(140,165,117)
#7D9369
(125,147,105)
#6E815D
(110,129,93)
#5F6F51
(95,111,81)
#505D45
(80,93,69)
#414B39
(65,75,57)
#32392D
(50,57,45)
#232721
(35,39,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAC98D

#AAC98D
(170,201,141)
#B1CD97
(177,205,151)
#B8D1A1
(184,209,161)
#BFD5AB
(191,213,171)
#C6D9B5
(198,217,181)
#CDDDBF
(205,221,191)
#D4E1C9
(212,225,201)
#DBE5D3
(219,229,211)
#E2E9DD
(226,233,221)
#E9EDE7
(233,237,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC98D; }

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

This text font color is #AAC98D.


Background Color

.myBgColor { background-color: #AAC98D; }

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

This div background color is #AAC98D.


Border color

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

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

This div border color is #AAC98D.


Opacity

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

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

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

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

This text has shadow with #AAC98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC98D on black background.


Color preview on white background

This text has color #AAC98D on white background.



Black color preview on #AAC98D background

This text has black color on #AAC98D background.


White color preview on #AAC98D background

This text has white color on #AAC98D background.