COLOR #8DA78D

HEX: #8DA78D
RGB: (141,167,141)

Color info

#8DA78D contains red, green and blue colors in about the same proportion. Web safe color of #8DA78D is #999999 (or #999).

RGB color model

#8DA78D color RGB value is (141,167,141).

  • red value is 141;
  • green value is 167;
  • blue value is 141.
RGB:
(141,167,141)
(55%,65%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 167 of 255 = 65%
B 141 of 255 = 55%

141
167
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 167 + 141 = 449 (100%)
R 141 of 449 ~ 31.4%
G 167 of 449 ~ 37.19%
B 141 of 449 ~ 31.4%

%31.4
%37.19
%31.4

CMYK color model

#8DA78D color CMYK value is (16,0,16,35).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(16,0,16,35)
C16M0Y16K35 
(16%,0%,16%,35%)
(0.16/0.00/0.16/0.35)	

CMYK percentages

%15.57
%0
%15.57
%34.51

Codes

Color #8DA78D in popluar color models

8DA78D
RGB141167141
HSL120°12.87%60.39%
HSB/HSV120°15.57%65.49%
CMYK15.57%0.00%15.57%
34.51%

Color #8DA78D in popluar number systems.

HEX8DA78D
Decimal141167141
Binary100011011010011110001101
Octal215247215

Shades and tints

Shades of #8DA78D

#8DA78D
(141,167,141)
#819881
(129,152,129)
#758975
(117,137,117)
#697A69
(105,122,105)
#5D6B5D
(93,107,93)
#515C51
(81,92,81)
#454D45
(69,77,69)
#393E39
(57,62,57)
#2D2F2D
(45,47,45)
#212021
(33,32,33)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #8DA78D

#8DA78D
(141,167,141)
#97AF97
(151,175,151)
#A1B7A1
(161,183,161)
#ABBFAB
(171,191,171)
#B5C7B5
(181,199,181)
#BFCFBF
(191,207,191)
#C9D7C9
(201,215,201)
#D3DFD3
(211,223,211)
#DDE7DD
(221,231,221)
#E7EFE7
(231,239,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA78D; }

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

This text font color is #8DA78D.


Background Color

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

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

This div background color is #8DA78D.


Border color

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

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

This div border color is #8DA78D.


Opacity

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

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

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

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

This text has shadow with #8DA78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA78D on black background.


Color preview on white background

This text has color #8DA78D on white background.



Black color preview on #8DA78D background

This text has black color on #8DA78D background.


White color preview on #8DA78D background

This text has white color on #8DA78D background.