COLOR #AABC8F

HEX: #AABC8F
RGB: (170,188,143)

Color info

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

RGB color model

#AABC8F color RGB value is (170,188,143).

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

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 143 of 255 = 56%

170
188
143

R + G + B ~ 66%. #AABC8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 143 = 501 (100%)
R 170 of 501 ~ 33.93%
G 188 of 501 ~ 37.52%
B 143 of 501 ~ 28.54%

%33.93
%37.52
%28.54

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(10,0,24,26)
C10M0Y24K26 
(10%,0%,24%,26%)
(0.10/0.00/0.24/0.26)	

CMYK percentages

%9.57
%0
%23.94
%26.27

Codes

Color #AABC8F in popluar color models

AABC8F
RGB170188143
HSL84°25.14%64.90%
HSB/HSV84°23.94%73.73%
CMYK9.57%0.00%23.94%
26.27%

Color #AABC8F in popluar number systems.

HEXAABC8F
Decimal170188143
Binary101010101011110010001111
Octal252274217

Shades and tints

Shades of #AABC8F

#AABC8F
(170,188,143)
#9BAB82
(155,171,130)
#8C9A75
(140,154,117)
#7D8968
(125,137,104)
#6E785B
(110,120,91)
#5F674E
(95,103,78)
#505641
(80,86,65)
#414534
(65,69,52)
#323427
(50,52,39)
#23231A
(35,35,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #AABC8F

#AABC8F
(170,188,143)
#B1C299
(177,194,153)
#B8C8A3
(184,200,163)
#BFCEAD
(191,206,173)
#C6D4B7
(198,212,183)
#CDDAC1
(205,218,193)
#D4E0CB
(212,224,203)
#DBE6D5
(219,230,213)
#E2ECDF
(226,236,223)
#E9F2E9
(233,242,233)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABC8F; }

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

This text font color is #AABC8F.


Background Color

.myBgColor { background-color: #AABC8F; }

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

This div background color is #AABC8F.


Border color

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

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

This div border color is #AABC8F.


Opacity

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

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

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

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

This text has shadow with #AABC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABC8F on black background.


Color preview on white background

This text has color #AABC8F on white background.



Black color preview on #AABC8F background

This text has black color on #AABC8F background.


White color preview on #AABC8F background

This text has white color on #AABC8F background.