COLOR #AABF7E

HEX: #AABF7E
RGB: (170,191,126)

Color info

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

RGB color model

#AABF7E color RGB value is (170,191,126).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 126 of 255 = 49%

170
191
126

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

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 126 = 487 (100%)
R 170 of 487 ~ 34.91%
G 191 of 487 ~ 39.22%
B 126 of 487 ~ 25.87%

%34.91
%39.22
%25.87

CMYK color model

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

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

CMYK percentages

%10.99
%0
%34.03
%25.1

Codes

Color #AABF7E in popluar color models

AABF7E
RGB170191126
HSL79°33.68%62.16%
HSB/HSV79°34.03%74.90%
CMYK10.99%0.00%34.03%
25.10%

Color #AABF7E in popluar number systems.

HEXAABF7E
Decimal170191126
Binary10101010101111111111110
Octal252277176

Shades and tints

Shades of #AABF7E

#AABF7E
(170,191,126)
#9BAE73
(155,174,115)
#8C9D68
(140,157,104)
#7D8C5D
(125,140,93)
#6E7B52
(110,123,82)
#5F6A47
(95,106,71)
#50593C
(80,89,60)
#414831
(65,72,49)
#323726
(50,55,38)
#23261B
(35,38,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AABF7E

#AABF7E
(170,191,126)
#B1C489
(177,196,137)
#B8C994
(184,201,148)
#BFCE9F
(191,206,159)
#C6D3AA
(198,211,170)
#CDD8B5
(205,216,181)
#D4DDC0
(212,221,192)
#DBE2CB
(219,226,203)
#E2E7D6
(226,231,214)
#E9ECE1
(233,236,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABF7E; }

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

This text font color is #AABF7E.


Background Color

.myBgColor { background-color: #AABF7E; }

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

This div background color is #AABF7E.


Border color

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

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

This div border color is #AABF7E.


Opacity

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

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

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

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

This text has shadow with #AABF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABF7E on black background.


Color preview on white background

This text has color #AABF7E on white background.



Black color preview on #AABF7E background

This text has black color on #AABF7E background.


White color preview on #AABF7E background

This text has white color on #AABF7E background.