COLOR #AAC87B

HEX: #AAC87B
RGB: (170,200,123)

Color info

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

RGB color model

#AAC87B color RGB value is (170,200,123).

  • red value is 170;
  • green value is 200;
  • blue value is 123.
RGB:
(170,200,123)
(67%,78%,48%)

RGB channels and saturation

R 170 of 255 = 67%
G 200 of 255 = 78%
B 123 of 255 = 48%

170
200
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 200 + 123 = 493 (100%)
R 170 of 493 ~ 34.48%
G 200 of 493 ~ 40.57%
B 123 of 493 ~ 24.95%

%34.48
%40.57
%24.95

CMYK color model

#AAC87B color CMYK value is (15,0,39,22).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 21.57%
CMYK:
(15,0,39,22)
C15M0Y39K22 
(15%,0%,39%,22%)
(0.15/0.00/0.39/0.22)	

CMYK percentages

%15
%0
%38.5
%21.57

Codes

Color #AAC87B in popluar color models

AAC87B
RGB170200123
HSL83°41.18%63.33%
HSB/HSV83°38.50%78.43%
CMYK15.00%0.00%38.50%
21.57%

Color #AAC87B in popluar number systems.

HEXAAC87B
Decimal170200123
Binary10101010110010001111011
Octal252310173

Shades and tints

Shades of #AAC87B

#AAC87B
(170,200,123)
#9BB670
(155,182,112)
#8CA465
(140,164,101)
#7D925A
(125,146,90)
#6E804F
(110,128,79)
#5F6E44
(95,110,68)
#505C39
(80,92,57)
#414A2E
(65,74,46)
#323823
(50,56,35)
#232618
(35,38,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AAC87B

#AAC87B
(170,200,123)
#B1CD87
(177,205,135)
#B8D293
(184,210,147)
#BFD79F
(191,215,159)
#C6DCAB
(198,220,171)
#CDE1B7
(205,225,183)
#D4E6C3
(212,230,195)
#DBEBCF
(219,235,207)
#E2F0DB
(226,240,219)
#E9F5E7
(233,245,231)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC87B color. Also use rgb(170,200,123) instead hex code.

Text Font Color

.myTextColor { color: #AAC87B; }

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

This text font color is #AAC87B.


Background Color

.myBgColor { background-color: #AAC87B; }

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

This div background color is #AAC87B.


Border color

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

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

This div border color is #AAC87B.


Opacity

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

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

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

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

This text has shadow with #AAC87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC87B on black background.


Color preview on white background

This text has color #AAC87B on white background.



Black color preview on #AAC87B background

This text has black color on #AAC87B background.


White color preview on #AAC87B background

This text has white color on #AAC87B background.