COLOR #AABD8E

HEX: #AABD8E
RGB: (170,189,142)

Color info

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

RGB color model

#AABD8E color RGB value is (170,189,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 142 of 255 = 56%

170
189
142

R + G + B ~ 66%. #AABD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 142 = 501 (100%)
R 170 of 501 ~ 33.93%
G 189 of 501 ~ 37.72%
B 142 of 501 ~ 28.34%

%33.93
%37.72
%28.34

CMYK color model

#AABD8E color CMYK value is (10,0,25,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(10,0,25,26)
C10M0Y25K26 
(10%,0%,25%,26%)
(0.10/0.00/0.25/0.26)	

CMYK percentages

%10.05
%0
%24.87
%25.88

Codes

Color #AABD8E in popluar color models

AABD8E
RGB170189142
HSL84°26.26%64.90%
HSB/HSV84°24.87%74.12%
CMYK10.05%0.00%24.87%
25.88%

Color #AABD8E in popluar number systems.

HEXAABD8E
Decimal170189142
Binary101010101011110110001110
Octal252275216

Shades and tints

Shades of #AABD8E

#AABD8E
(170,189,142)
#9BAC82
(155,172,130)
#8C9B76
(140,155,118)
#7D8A6A
(125,138,106)
#6E795E
(110,121,94)
#5F6852
(95,104,82)
#505746
(80,87,70)
#41463A
(65,70,58)
#32352E
(50,53,46)
#232422
(35,36,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AABD8E

#AABD8E
(170,189,142)
#B1C398
(177,195,152)
#B8C9A2
(184,201,162)
#BFCFAC
(191,207,172)
#C6D5B6
(198,213,182)
#CDDBC0
(205,219,192)
#D4E1CA
(212,225,202)
#DBE7D4
(219,231,212)
#E2EDDE
(226,237,222)
#E9F3E8
(233,243,232)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABD8E; }

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

This text font color is #AABD8E.


Background Color

.myBgColor { background-color: #AABD8E; }

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

This div background color is #AABD8E.


Border color

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

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

This div border color is #AABD8E.


Opacity

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

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

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

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

This text has shadow with #AABD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABD8E on black background.


Color preview on white background

This text has color #AABD8E on white background.



Black color preview on #AABD8E background

This text has black color on #AABD8E background.


White color preview on #AABD8E background

This text has white color on #AABD8E background.