COLOR #AABB7E

HEX: #AABB7E
RGB: (170,187,126)

Color info

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

RGB color model

#AABB7E color RGB value is (170,187,126).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 126 of 255 = 49%

170
187
126

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 126 = 483 (100%)
R 170 of 483 ~ 35.2%
G 187 of 483 ~ 38.72%
B 126 of 483 ~ 26.09%

%35.2
%38.72
%26.09

CMYK color model

#AABB7E color CMYK value is (9,0,33,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(9,0,33,27)
C9M0Y33K27 
(9%,0%,33%,27%)
(0.09/0.00/0.33/0.27)	

CMYK percentages

%9.09
%0
%32.62
%26.67

Codes

Color #AABB7E in popluar color models

AABB7E
RGB170187126
HSL77°30.96%61.37%
HSB/HSV77°32.62%73.33%
CMYK9.09%0.00%32.62%
26.67%

Color #AABB7E in popluar number systems.

HEXAABB7E
Decimal170187126
Binary10101010101110111111110
Octal252273176

Shades and tints

Shades of #AABB7E

#AABB7E
(170,187,126)
#9BAA73
(155,170,115)
#8C9968
(140,153,104)
#7D885D
(125,136,93)
#6E7752
(110,119,82)
#5F6647
(95,102,71)
#50553C
(80,85,60)
#414431
(65,68,49)
#323326
(50,51,38)
#23221B
(35,34,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AABB7E

#AABB7E
(170,187,126)
#B1C189
(177,193,137)
#B8C794
(184,199,148)
#BFCD9F
(191,205,159)
#C6D3AA
(198,211,170)
#CDD9B5
(205,217,181)
#D4DFC0
(212,223,192)
#DBE5CB
(219,229,203)
#E2EBD6
(226,235,214)
#E9F1E1
(233,241,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABB7E; }

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

This text font color is #AABB7E.


Background Color

.myBgColor { background-color: #AABB7E; }

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

This div background color is #AABB7E.


Border color

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

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

This div border color is #AABB7E.


Opacity

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

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

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

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

This text has shadow with #AABB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABB7E on black background.


Color preview on white background

This text has color #AABB7E on white background.



Black color preview on #AABB7E background

This text has black color on #AABB7E background.


White color preview on #AABB7E background

This text has white color on #AABB7E background.