COLOR #8DA879

HEX: #8DA879
RGB: (141,168,121)

Color info

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

RGB color model

#8DA879 color RGB value is (141,168,121).

  • red value is 141;
  • green value is 168;
  • blue value is 121.
RGB:
(141,168,121)
(55%,66%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 168 of 255 = 66%
B 121 of 255 = 47%

141
168
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 168 + 121 = 430 (100%)
R 141 of 430 ~ 32.79%
G 168 of 430 ~ 39.07%
B 121 of 430 ~ 28.14%

%32.79
%39.07
%28.14

CMYK color model

#8DA879 color CMYK value is (16,0,28,34).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 34.12%
CMYK:
(16,0,28,34)
C16M0Y28K34 
(16%,0%,28%,34%)
(0.16/0.00/0.28/0.34)	

CMYK percentages

%16.07
%0
%27.98
%34.12

Codes

Color #8DA879 in popluar color models

8DA879
RGB141168121
HSL94°21.27%56.67%
HSB/HSV94°27.98%65.88%
CMYK16.07%0.00%27.98%
34.12%

Color #8DA879 in popluar number systems.

HEX8DA879
Decimal141168121
Binary10001101101010001111001
Octal215250171

Shades and tints

Shades of #8DA879

#8DA879
(141,168,121)
#81996E
(129,153,110)
#758A63
(117,138,99)
#697B58
(105,123,88)
#5D6C4D
(93,108,77)
#515D42
(81,93,66)
#454E37
(69,78,55)
#393F2C
(57,63,44)
#2D3021
(45,48,33)
#212116
(33,33,22)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #8DA879

#8DA879
(141,168,121)
#97AF85
(151,175,133)
#A1B691
(161,182,145)
#ABBD9D
(171,189,157)
#B5C4A9
(181,196,169)
#BFCBB5
(191,203,181)
#C9D2C1
(201,210,193)
#D3D9CD
(211,217,205)
#DDE0D9
(221,224,217)
#E7E7E5
(231,231,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA879 color. Also use rgb(141,168,121) instead hex code.

Text Font Color

.myTextColor { color: #8DA879; }

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

This text font color is #8DA879.


Background Color

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

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

This div background color is #8DA879.


Border color

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

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

This div border color is #8DA879.


Opacity

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

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

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

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

This text has shadow with #8DA879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA879 on black background.


Color preview on white background

This text has color #8DA879 on white background.



Black color preview on #8DA879 background

This text has black color on #8DA879 background.


White color preview on #8DA879 background

This text has white color on #8DA879 background.