COLOR #AABD9A

HEX: #AABD9A
RGB: (170,189,154)

Color info

#AABD9A contains red, green and blue colors in about the same proportion. Web safe color of #AABD9A is #99CC99 (or #9C9).

RGB color model

#AABD9A color RGB value is (170,189,154).

  • red value is 170;
  • green value is 189;
  • blue value is 154.
RGB:
(170,189,154)
(67%,74%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 154 of 255 = 60%

170
189
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 154 = 513 (100%)
R 170 of 513 ~ 33.14%
G 189 of 513 ~ 36.84%
B 154 of 513 ~ 30.02%

%33.14
%36.84
%30.02

CMYK color model

#AABD9A color CMYK value is (10,0,19,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(10,0,19,26)
C10M0Y19K26 
(10%,0%,19%,26%)
(0.10/0.00/0.19/0.26)	

CMYK percentages

%10.05
%0
%18.52
%25.88

Codes

Color #AABD9A in popluar color models

AABD9A
RGB170189154
HSL93°20.96%67.25%
HSB/HSV93°18.52%74.12%
CMYK10.05%0.00%18.52%
25.88%

Color #AABD9A in popluar number systems.

HEXAABD9A
Decimal170189154
Binary101010101011110110011010
Octal252275232

Shades and tints

Shades of #AABD9A

#AABD9A
(170,189,154)
#9BAC8C
(155,172,140)
#8C9B7E
(140,155,126)
#7D8A70
(125,138,112)
#6E7962
(110,121,98)
#5F6854
(95,104,84)
#505746
(80,87,70)
#414638
(65,70,56)
#32352A
(50,53,42)
#23241C
(35,36,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #AABD9A

#AABD9A
(170,189,154)
#B1C3A3
(177,195,163)
#B8C9AC
(184,201,172)
#BFCFB5
(191,207,181)
#C6D5BE
(198,213,190)
#CDDBC7
(205,219,199)
#D4E1D0
(212,225,208)
#DBE7D9
(219,231,217)
#E2EDE2
(226,237,226)
#E9F3EB
(233,243,235)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABD9A color. Also use rgb(170,189,154) instead hex code.

Text Font Color

.myTextColor { color: #AABD9A; }

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

This text font color is #AABD9A.


Background Color

.myBgColor { background-color: #AABD9A; }

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

This div background color is #AABD9A.


Border color

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

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

This div border color is #AABD9A.


Opacity

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

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

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

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

This text has shadow with #AABD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABD9A on black background.


Color preview on white background

This text has color #AABD9A on white background.



Black color preview on #AABD9A background

This text has black color on #AABD9A background.


White color preview on #AABD9A background

This text has white color on #AABD9A background.