COLOR #8DB387

HEX: #8DB387
RGB: (141,179,135)

Color info

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

RGB color model

#8DB387 color RGB value is (141,179,135).

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

RGB channels and saturation

R 141 of 255 = 55%
G 179 of 255 = 70%
B 135 of 255 = 53%

141
179
135

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

Portions of RGB colors in percentages

R + G + B =
141 + 179 + 135 = 455 (100%)
R 141 of 455 ~ 30.99%
G 179 of 455 ~ 39.34%
B 135 of 455 ~ 29.67%

%30.99
%39.34
%29.67

CMYK color model

#8DB387 color CMYK value is (21,0,25,30).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(21,0,25,30)
C21M0Y25K30 
(21%,0%,25%,30%)
(0.21/0.00/0.25/0.30)	

CMYK percentages

%21.23
%0
%24.58
%29.8

Codes

Color #8DB387 in popluar color models

8DB387
RGB141179135
HSL112°22.45%61.57%
HSB/HSV112°24.58%70.20%
CMYK21.23%0.00%24.58%
29.80%

Color #8DB387 in popluar number systems.

HEX8DB387
Decimal141179135
Binary100011011011001110000111
Octal215263207

Shades and tints

Shades of #8DB387

#8DB387
(141,179,135)
#81A37B
(129,163,123)
#75936F
(117,147,111)
#698363
(105,131,99)
#5D7357
(93,115,87)
#51634B
(81,99,75)
#45533F
(69,83,63)
#394333
(57,67,51)
#2D3327
(45,51,39)
#21231B
(33,35,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #8DB387

#8DB387
(141,179,135)
#97B991
(151,185,145)
#A1BF9B
(161,191,155)
#ABC5A5
(171,197,165)
#B5CBAF
(181,203,175)
#BFD1B9
(191,209,185)
#C9D7C3
(201,215,195)
#D3DDCD
(211,221,205)
#DDE3D7
(221,227,215)
#E7E9E1
(231,233,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB387; }

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

This text font color is #8DB387.


Background Color

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

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

This div background color is #8DB387.


Border color

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

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

This div border color is #8DB387.


Opacity

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

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

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

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

This text has shadow with #8DB387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB387 on black background.


Color preview on white background

This text has color #8DB387 on white background.



Black color preview on #8DB387 background

This text has black color on #8DB387 background.


White color preview on #8DB387 background

This text has white color on #8DB387 background.