COLOR #AABD9D

HEX: #AABD9D
RGB: (170,189,157)

Color info

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

RGB color model

#AABD9D color RGB value is (170,189,157).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 157 of 255 = 62%

170
189
157

R + G + B ~ 68%. #AABD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 157 = 516 (100%)
R 170 of 516 ~ 32.95%
G 189 of 516 ~ 36.63%
B 157 of 516 ~ 30.43%

%32.95
%36.63
%30.43

CMYK color model

#AABD9D color CMYK value is (10,0,17,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(10,0,17,26)
C10M0Y17K26 
(10%,0%,17%,26%)
(0.10/0.00/0.17/0.26)	

CMYK percentages

%10.05
%0
%16.93
%25.88

Codes

Color #AABD9D in popluar color models

AABD9D
RGB170189157
HSL96°19.51%67.84%
HSB/HSV96°16.93%74.12%
CMYK10.05%0.00%16.93%
25.88%

Color #AABD9D in popluar number systems.

HEXAABD9D
Decimal170189157
Binary101010101011110110011101
Octal252275235

Shades and tints

Shades of #AABD9D

#AABD9D
(170,189,157)
#9BAC8F
(155,172,143)
#8C9B81
(140,155,129)
#7D8A73
(125,138,115)
#6E7965
(110,121,101)
#5F6857
(95,104,87)
#505749
(80,87,73)
#41463B
(65,70,59)
#32352D
(50,53,45)
#23241F
(35,36,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AABD9D

#AABD9D
(170,189,157)
#B1C3A5
(177,195,165)
#B8C9AD
(184,201,173)
#BFCFB5
(191,207,181)
#C6D5BD
(198,213,189)
#CDDBC5
(205,219,197)
#D4E1CD
(212,225,205)
#DBE7D5
(219,231,213)
#E2EDDD
(226,237,221)
#E9F3E5
(233,243,229)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABD9D; }

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

This text font color is #AABD9D.


Background Color

.myBgColor { background-color: #AABD9D; }

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

This div background color is #AABD9D.


Border color

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

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

This div border color is #AABD9D.


Opacity

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

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

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

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

This text has shadow with #AABD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABD9D on black background.


Color preview on white background

This text has color #AABD9D on white background.



Black color preview on #AABD9D background

This text has black color on #AABD9D background.


White color preview on #AABD9D background

This text has white color on #AABD9D background.