COLOR #8DB757

HEX: #8DB757
RGB: (141,183,87)

Color info

#8DB757 contains mainly red and green colors. Web safe color of #8DB757 is #99CC66 (or #9C6).

RGB color model

#8DB757 color RGB value is (141,183,87).

  • red value is 141;
  • green value is 183;
  • blue value is 87.
RGB:
(141,183,87)
(55%,72%,34%)

RGB channels and saturation

R 141 of 255 = 55%
G 183 of 255 = 72%
B 87 of 255 = 34%

141
183
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 183 + 87 = 411 (100%)
R 141 of 411 ~ 34.31%
G 183 of 411 ~ 44.53%
B 87 of 411 ~ 21.17%

%34.31
%44.53
%21.17

CMYK color model

#8DB757 color CMYK value is (23,0,52,28).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 52.46%
  • key color value is 28.24%
CMYK:
(23,0,52,28)
C23M0Y52K28 
(23%,0%,52%,28%)
(0.23/0.00/0.52/0.28)	

CMYK percentages

%22.95
%0
%52.46
%28.24

Codes

Color #8DB757 in popluar color models

8DB757
RGB14118387
HSL86°40.00%52.94%
HSB/HSV86°52.46%71.76%
CMYK22.95%0.00%52.46%
28.24%

Color #8DB757 in popluar number systems.

HEX8DB757
Decimal14118387
Binary10001101101101111010111
Octal215267127

Shades and tints

Shades of #8DB757

#8DB757
(141,183,87)
#81A750
(129,167,80)
#759749
(117,151,73)
#698742
(105,135,66)
#5D773B
(93,119,59)
#516734
(81,103,52)
#45572D
(69,87,45)
#394726
(57,71,38)
#2D371F
(45,55,31)
#212718
(33,39,24)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #8DB757

#8DB757
(141,183,87)
#97BD66
(151,189,102)
#A1C375
(161,195,117)
#ABC984
(171,201,132)
#B5CF93
(181,207,147)
#BFD5A2
(191,213,162)
#C9DBB1
(201,219,177)
#D3E1C0
(211,225,192)
#DDE7CF
(221,231,207)
#E7EDDE
(231,237,222)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB757; }

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

This text font color is #8DB757.


Background Color

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

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

This div background color is #8DB757.


Border color

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

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

This div border color is #8DB757.


Opacity

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

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

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

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

This text has shadow with #8DB757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB757 on black background.


Color preview on white background

This text has color #8DB757 on white background.



Black color preview on #8DB757 background

This text has black color on #8DB757 background.


White color preview on #8DB757 background

This text has white color on #8DB757 background.