COLOR #AABE7D

HEX: #AABE7D
RGB: (170,190,125)

Color info

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

RGB color model

#AABE7D color RGB value is (170,190,125).

  • red value is 170;
  • green value is 190;
  • blue value is 125.
RGB:
(170,190,125)
(67%,75%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 125 of 255 = 49%

170
190
125

R + G + B ~ 64%. #AABE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 125 = 485 (100%)
R 170 of 485 ~ 35.05%
G 190 of 485 ~ 39.18%
B 125 of 485 ~ 25.77%

%35.05
%39.18
%25.77

CMYK color model

#AABE7D color CMYK value is (11,0,34,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(11,0,34,25)
C11M0Y34K25 
(11%,0%,34%,25%)
(0.11/0.00/0.34/0.25)	

CMYK percentages

%10.53
%0
%34.21
%25.49

Codes

Color #AABE7D in popluar color models

AABE7D
RGB170190125
HSL78°33.33%61.76%
HSB/HSV78°34.21%74.51%
CMYK10.53%0.00%34.21%
25.49%

Color #AABE7D in popluar number systems.

HEXAABE7D
Decimal170190125
Binary10101010101111101111101
Octal252276175

Shades and tints

Shades of #AABE7D

#AABE7D
(170,190,125)
#9BAD72
(155,173,114)
#8C9C67
(140,156,103)
#7D8B5C
(125,139,92)
#6E7A51
(110,122,81)
#5F6946
(95,105,70)
#50583B
(80,88,59)
#414730
(65,71,48)
#323625
(50,54,37)
#23251A
(35,37,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AABE7D

#AABE7D
(170,190,125)
#B1C388
(177,195,136)
#B8C893
(184,200,147)
#BFCD9E
(191,205,158)
#C6D2A9
(198,210,169)
#CDD7B4
(205,215,180)
#D4DCBF
(212,220,191)
#DBE1CA
(219,225,202)
#E2E6D5
(226,230,213)
#E9EBE0
(233,235,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABE7D color. Also use rgb(170,190,125) instead hex code.

Text Font Color

.myTextColor { color: #AABE7D; }

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

This text font color is #AABE7D.


Background Color

.myBgColor { background-color: #AABE7D; }

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

This div background color is #AABE7D.


Border color

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

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

This div border color is #AABE7D.


Opacity

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

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

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

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

This text has shadow with #AABE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE7D on black background.


Color preview on white background

This text has color #AABE7D on white background.



Black color preview on #AABE7D background

This text has black color on #AABE7D background.


White color preview on #AABE7D background

This text has white color on #AABE7D background.