COLOR #8DB876

HEX: #8DB876
RGB: (141,184,118)

Color info

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

RGB color model

#8DB876 color RGB value is (141,184,118).

  • red value is 141;
  • green value is 184;
  • blue value is 118.
RGB:
(141,184,118)
(55%,72%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 184 of 255 = 72%
B 118 of 255 = 46%

141
184
118

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

Portions of RGB colors in percentages

R + G + B =
141 + 184 + 118 = 443 (100%)
R 141 of 443 ~ 31.83%
G 184 of 443 ~ 41.53%
B 118 of 443 ~ 26.64%

%31.83
%41.53
%26.64

CMYK color model

#8DB876 color CMYK value is (23,0,36,28).

  • cyan value is 23.37%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(23,0,36,28)
C23M0Y36K28 
(23%,0%,36%,28%)
(0.23/0.00/0.36/0.28)	

CMYK percentages

%23.37
%0
%35.87
%27.84

Codes

Color #8DB876 in popluar color models

8DB876
RGB141184118
HSL99°31.73%59.22%
HSB/HSV99°35.87%72.16%
CMYK23.37%0.00%35.87%
27.84%

Color #8DB876 in popluar number systems.

HEX8DB876
Decimal141184118
Binary10001101101110001110110
Octal215270166

Shades and tints

Shades of #8DB876

#8DB876
(141,184,118)
#81A86C
(129,168,108)
#759862
(117,152,98)
#698858
(105,136,88)
#5D784E
(93,120,78)
#516844
(81,104,68)
#45583A
(69,88,58)
#394830
(57,72,48)
#2D3826
(45,56,38)
#21281C
(33,40,28)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #8DB876

#8DB876
(141,184,118)
#97BE82
(151,190,130)
#A1C48E
(161,196,142)
#ABCA9A
(171,202,154)
#B5D0A6
(181,208,166)
#BFD6B2
(191,214,178)
#C9DCBE
(201,220,190)
#D3E2CA
(211,226,202)
#DDE8D6
(221,232,214)
#E7EEE2
(231,238,226)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB876 color. Also use rgb(141,184,118) instead hex code.

Text Font Color

.myTextColor { color: #8DB876; }

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

This text font color is #8DB876.


Background Color

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

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

This div background color is #8DB876.


Border color

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

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

This div border color is #8DB876.


Opacity

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

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

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

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

This text has shadow with #8DB876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB876 on black background.


Color preview on white background

This text has color #8DB876 on white background.



Black color preview on #8DB876 background

This text has black color on #8DB876 background.


White color preview on #8DB876 background

This text has white color on #8DB876 background.