COLOR #8DB382

HEX: #8DB382
RGB: (141,179,130)

Color info

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

RGB color model

#8DB382 color RGB value is (141,179,130).

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

RGB channels and saturation

R 141 of 255 = 55%
G 179 of 255 = 70%
B 130 of 255 = 51%

141
179
130

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

Portions of RGB colors in percentages

R + G + B =
141 + 179 + 130 = 450 (100%)
R 141 of 450 ~ 31.33%
G 179 of 450 ~ 39.78%
B 130 of 450 ~ 28.89%

%31.33
%39.78
%28.89

CMYK color model

#8DB382 color CMYK value is (21,0,27,30).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(21,0,27,30)
C21M0Y27K30 
(21%,0%,27%,30%)
(0.21/0.00/0.27/0.30)	

CMYK percentages

%21.23
%0
%27.37
%29.8

Codes

Color #8DB382 in popluar color models

8DB382
RGB141179130
HSL107°24.38%60.59%
HSB/HSV107°27.37%70.20%
CMYK21.23%0.00%27.37%
29.80%

Color #8DB382 in popluar number systems.

HEX8DB382
Decimal141179130
Binary100011011011001110000010
Octal215263202

Shades and tints

Shades of #8DB382

#8DB382
(141,179,130)
#81A377
(129,163,119)
#75936C
(117,147,108)
#698361
(105,131,97)
#5D7356
(93,115,86)
#51634B
(81,99,75)
#455340
(69,83,64)
#394335
(57,67,53)
#2D332A
(45,51,42)
#21231F
(33,35,31)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #8DB382

#8DB382
(141,179,130)
#97B98D
(151,185,141)
#A1BF98
(161,191,152)
#ABC5A3
(171,197,163)
#B5CBAE
(181,203,174)
#BFD1B9
(191,209,185)
#C9D7C4
(201,215,196)
#D3DDCF
(211,221,207)
#DDE3DA
(221,227,218)
#E7E9E5
(231,233,229)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB382; }

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

This text font color is #8DB382.


Background Color

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

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

This div background color is #8DB382.


Border color

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

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

This div border color is #8DB382.


Opacity

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

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

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

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

This text has shadow with #8DB382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB382 on black background.


Color preview on white background

This text has color #8DB382 on white background.



Black color preview on #8DB382 background

This text has black color on #8DB382 background.


White color preview on #8DB382 background

This text has white color on #8DB382 background.