COLOR #AABC8C

HEX: #AABC8C
RGB: (170,188,140)

Color info

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

RGB color model

#AABC8C color RGB value is (170,188,140).

  • red value is 170;
  • green value is 188;
  • blue value is 140.
RGB:
(170,188,140)
(67%,74%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 140 of 255 = 55%

170
188
140

R + G + B ~ 65%. #AABC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 140 = 498 (100%)
R 170 of 498 ~ 34.14%
G 188 of 498 ~ 37.75%
B 140 of 498 ~ 28.11%

%34.14
%37.75
%28.11

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%
CMYK:
(10,0,26,26)
C10M0Y26K26 
(10%,0%,26%,26%)
(0.10/0.00/0.26/0.26)	

CMYK percentages

%9.57
%0
%25.53
%26.27

Codes

Color #AABC8C in popluar color models

AABC8C
RGB170188140
HSL83°26.37%64.31%
HSB/HSV83°25.53%73.73%
CMYK9.57%0.00%25.53%
26.27%

Color #AABC8C in popluar number systems.

HEXAABC8C
Decimal170188140
Binary101010101011110010001100
Octal252274214

Shades and tints

Shades of #AABC8C

#AABC8C
(170,188,140)
#9BAB80
(155,171,128)
#8C9A74
(140,154,116)
#7D8968
(125,137,104)
#6E785C
(110,120,92)
#5F6750
(95,103,80)
#505644
(80,86,68)
#414538
(65,69,56)
#32342C
(50,52,44)
#232320
(35,35,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AABC8C

#AABC8C
(170,188,140)
#B1C296
(177,194,150)
#B8C8A0
(184,200,160)
#BFCEAA
(191,206,170)
#C6D4B4
(198,212,180)
#CDDABE
(205,218,190)
#D4E0C8
(212,224,200)
#DBE6D2
(219,230,210)
#E2ECDC
(226,236,220)
#E9F2E6
(233,242,230)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABC8C color. Also use rgb(170,188,140) instead hex code.

Text Font Color

.myTextColor { color: #AABC8C; }

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

This text font color is #AABC8C.


Background Color

.myBgColor { background-color: #AABC8C; }

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

This div background color is #AABC8C.


Border color

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

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

This div border color is #AABC8C.


Opacity

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

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

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

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

This text has shadow with #AABC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABC8C on black background.


Color preview on white background

This text has color #AABC8C on white background.



Black color preview on #AABC8C background

This text has black color on #AABC8C background.


White color preview on #AABC8C background

This text has white color on #AABC8C background.