COLOR #8DA782

HEX: #8DA782
RGB: (141,167,130)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
167
130

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

Portions of RGB colors in percentages

R + G + B =
141 + 167 + 130 = 438 (100%)
R 141 of 438 ~ 32.19%
G 167 of 438 ~ 38.13%
B 130 of 438 ~ 29.68%

%32.19
%38.13
%29.68

CMYK color model

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

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

CMYK percentages

%15.57
%0
%22.16
%34.51

Codes

Color #8DA782 in popluar color models

8DA782
RGB141167130
HSL102°17.37%58.24%
HSB/HSV102°22.16%65.49%
CMYK15.57%0.00%22.16%
34.51%

Color #8DA782 in popluar number systems.

HEX8DA782
Decimal141167130
Binary100011011010011110000010
Octal215247202

Shades and tints

Shades of #8DA782

#8DA782
(141,167,130)
#819877
(129,152,119)
#75896C
(117,137,108)
#697A61
(105,122,97)
#5D6B56
(93,107,86)
#515C4B
(81,92,75)
#454D40
(69,77,64)
#393E35
(57,62,53)
#2D2F2A
(45,47,42)
#21201F
(33,32,31)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #8DA782

#8DA782
(141,167,130)
#97AF8D
(151,175,141)
#A1B798
(161,183,152)
#ABBFA3
(171,191,163)
#B5C7AE
(181,199,174)
#BFCFB9
(191,207,185)
#C9D7C4
(201,215,196)
#D3DFCF
(211,223,207)
#DDE7DA
(221,231,218)
#E7EFE5
(231,239,229)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA782; }

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

This text font color is #8DA782.


Background Color

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

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

This div background color is #8DA782.


Border color

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

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

This div border color is #8DA782.


Opacity

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

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

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

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

This text has shadow with #8DA782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA782 on black background.


Color preview on white background

This text has color #8DA782 on white background.



Black color preview on #8DA782 background

This text has black color on #8DA782 background.


White color preview on #8DA782 background

This text has white color on #8DA782 background.