COLOR #AABD7E

HEX: #AABD7E
RGB: (170,189,126)

Color info

#AABD7E contains mainly red and green colors. Web safe color of #AABD7E is #99CC66 (or #9C6).

RGB color model

#AABD7E color RGB value is (170,189,126).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 126 of 255 = 49%

170
189
126

R + G + B ~ 63%. #AABD7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 126 = 485 (100%)
R 170 of 485 ~ 35.05%
G 189 of 485 ~ 38.97%
B 126 of 485 ~ 25.98%

%35.05
%38.97
%25.98

CMYK color model

#AABD7E color CMYK value is (10,0,33,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(10,0,33,26)
C10M0Y33K26 
(10%,0%,33%,26%)
(0.10/0.00/0.33/0.26)	

CMYK percentages

%10.05
%0
%33.33
%25.88

Codes

Color #AABD7E in popluar color models

AABD7E
RGB170189126
HSL78°32.31%61.76%
HSB/HSV78°33.33%74.12%
CMYK10.05%0.00%33.33%
25.88%

Color #AABD7E in popluar number systems.

HEXAABD7E
Decimal170189126
Binary10101010101111011111110
Octal252275176

Shades and tints

Shades of #AABD7E

#AABD7E
(170,189,126)
#9BAC73
(155,172,115)
#8C9B68
(140,155,104)
#7D8A5D
(125,138,93)
#6E7952
(110,121,82)
#5F6847
(95,104,71)
#50573C
(80,87,60)
#414631
(65,70,49)
#323526
(50,53,38)
#23241B
(35,36,27)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AABD7E

#AABD7E
(170,189,126)
#B1C389
(177,195,137)
#B8C994
(184,201,148)
#BFCF9F
(191,207,159)
#C6D5AA
(198,213,170)
#CDDBB5
(205,219,181)
#D4E1C0
(212,225,192)
#DBE7CB
(219,231,203)
#E2EDD6
(226,237,214)
#E9F3E1
(233,243,225)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABD7E; }

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

This text font color is #AABD7E.


Background Color

.myBgColor { background-color: #AABD7E; }

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

This div background color is #AABD7E.


Border color

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

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

This div border color is #AABD7E.


Opacity

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

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

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

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

This text has shadow with #AABD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABD7E on black background.


Color preview on white background

This text has color #AABD7E on white background.



Black color preview on #AABD7E background

This text has black color on #AABD7E background.


White color preview on #AABD7E background

This text has white color on #AABD7E background.