COLOR #8DB386

HEX: #8DB386
RGB: (141,179,134)

Color info

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

RGB color model

#8DB386 color RGB value is (141,179,134).

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

RGB channels and saturation

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

141
179
134

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

Portions of RGB colors in percentages

R + G + B =
141 + 179 + 134 = 454 (100%)
R 141 of 454 ~ 31.06%
G 179 of 454 ~ 39.43%
B 134 of 454 ~ 29.52%

%31.06
%39.43
%29.52

CMYK color model

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

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • 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
%25.14
%29.8

Codes

Color #8DB386 in popluar color models

8DB386
RGB141179134
HSL111°22.84%61.37%
HSB/HSV111°25.14%70.20%
CMYK21.23%0.00%25.14%
29.80%

Color #8DB386 in popluar number systems.

HEX8DB386
Decimal141179134
Binary100011011011001110000110
Octal215263206

Shades and tints

Shades of #8DB386

#8DB386
(141,179,134)
#81A37A
(129,163,122)
#75936E
(117,147,110)
#698362
(105,131,98)
#5D7356
(93,115,86)
#51634A
(81,99,74)
#45533E
(69,83,62)
#394332
(57,67,50)
#2D3326
(45,51,38)
#21231A
(33,35,26)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #8DB386

#8DB386
(141,179,134)
#97B991
(151,185,145)
#A1BF9C
(161,191,156)
#ABC5A7
(171,197,167)
#B5CBB2
(181,203,178)
#BFD1BD
(191,209,189)
#C9D7C8
(201,215,200)
#D3DDD3
(211,221,211)
#DDE3DE
(221,227,222)
#E7E9E9
(231,233,233)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB386; }

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

This text font color is #8DB386.


Background Color

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

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

This div background color is #8DB386.


Border color

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

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

This div border color is #8DB386.


Opacity

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

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

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

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

This text has shadow with #8DB386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB386 on black background.


Color preview on white background

This text has color #8DB386 on white background.



Black color preview on #8DB386 background

This text has black color on #8DB386 background.


White color preview on #8DB386 background

This text has white color on #8DB386 background.