COLOR #8DAA70

HEX: #8DAA70
RGB: (141,170,112)

Color info

#8DAA70 contains red, green and blue colors in about the same proportion. Web safe color of #8DAA70 is #999966 (or #996).

RGB color model

#8DAA70 color RGB value is (141,170,112).

  • red value is 141;
  • green value is 170;
  • blue value is 112.
RGB:
(141,170,112)
(55%,67%,44%)

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 112 of 255 = 44%

141
170
112

R + G + B ~ 55%. #8DAA70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 170 + 112 = 423 (100%)
R 141 of 423 ~ 33.33%
G 170 of 423 ~ 40.19%
B 112 of 423 ~ 26.48%

%33.33
%40.19
%26.48

CMYK color model

#8DAA70 color CMYK value is (17,0,34,33).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(17,0,34,33)
C17M0Y34K33 
(17%,0%,34%,33%)
(0.17/0.00/0.34/0.33)	

CMYK percentages

%17.06
%0
%34.12
%33.33

Codes

Color #8DAA70 in popluar color models

8DAA70
RGB141170112
HSL90°25.44%55.29%
HSB/HSV90°34.12%66.67%
CMYK17.06%0.00%34.12%
33.33%

Color #8DAA70 in popluar number systems.

HEX8DAA70
Decimal141170112
Binary10001101101010101110000
Octal215252160

Shades and tints

Shades of #8DAA70

#8DAA70
(141,170,112)
#819B66
(129,155,102)
#758C5C
(117,140,92)
#697D52
(105,125,82)
#5D6E48
(93,110,72)
#515F3E
(81,95,62)
#455034
(69,80,52)
#39412A
(57,65,42)
#2D3220
(45,50,32)
#212316
(33,35,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #8DAA70

#8DAA70
(141,170,112)
#97B17D
(151,177,125)
#A1B88A
(161,184,138)
#ABBF97
(171,191,151)
#B5C6A4
(181,198,164)
#BFCDB1
(191,205,177)
#C9D4BE
(201,212,190)
#D3DBCB
(211,219,203)
#DDE2D8
(221,226,216)
#E7E9E5
(231,233,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAA70 color. Also use rgb(141,170,112) instead hex code.

Text Font Color

.myTextColor { color: #8DAA70; }

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

This text font color is #8DAA70.


Background Color

.myBgColor { background-color: #8DAA70; }

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

This div background color is #8DAA70.


Border color

.myBorderColor { border: 1px solid #8DAA70; }

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

This div border color is #8DAA70.


Opacity

.myOpacity80 { color: #8DAA70; opacity: 0.8; }

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

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

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

This text has shadow with #8DAA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAA70 on black background.


Color preview on white background

This text has color #8DAA70 on white background.



Black color preview on #8DAA70 background

This text has black color on #8DAA70 background.


White color preview on #8DAA70 background

This text has white color on #8DAA70 background.