COLOR #8DBA76

HEX: #8DBA76
RGB: (141,186,118)

Color info

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

RGB color model

#8DBA76 color RGB value is (141,186,118).

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

RGB channels and saturation

R 141 of 255 = 55%
G 186 of 255 = 73%
B 118 of 255 = 46%

141
186
118

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

Portions of RGB colors in percentages

R + G + B =
141 + 186 + 118 = 445 (100%)
R 141 of 445 ~ 31.69%
G 186 of 445 ~ 41.8%
B 118 of 445 ~ 26.52%

%31.69
%41.8
%26.52

CMYK color model

#8DBA76 color CMYK value is (24,0,37,27).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(24,0,37,27)
C24M0Y37K27 
(24%,0%,37%,27%)
(0.24/0.00/0.37/0.27)	

CMYK percentages

%24.19
%0
%36.56
%27.06

Codes

Color #8DBA76 in popluar color models

8DBA76
RGB141186118
HSL100°33.01%59.61%
HSB/HSV100°36.56%72.94%
CMYK24.19%0.00%36.56%
27.06%

Color #8DBA76 in popluar number systems.

HEX8DBA76
Decimal141186118
Binary10001101101110101110110
Octal215272166

Shades and tints

Shades of #8DBA76

#8DBA76
(141,186,118)
#81AA6C
(129,170,108)
#759A62
(117,154,98)
#698A58
(105,138,88)
#5D7A4E
(93,122,78)
#516A44
(81,106,68)
#455A3A
(69,90,58)
#394A30
(57,74,48)
#2D3A26
(45,58,38)
#212A1C
(33,42,28)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #8DBA76

#8DBA76
(141,186,118)
#97C082
(151,192,130)
#A1C68E
(161,198,142)
#ABCC9A
(171,204,154)
#B5D2A6
(181,210,166)
#BFD8B2
(191,216,178)
#C9DEBE
(201,222,190)
#D3E4CA
(211,228,202)
#DDEAD6
(221,234,214)
#E7F0E2
(231,240,226)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DBA76; }

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

This text font color is #8DBA76.


Background Color

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

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

This div background color is #8DBA76.


Border color

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

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

This div border color is #8DBA76.


Opacity

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

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

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

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

This text has shadow with #8DBA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DBA76 on black background.


Color preview on white background

This text has color #8DBA76 on white background.



Black color preview on #8DBA76 background

This text has black color on #8DBA76 background.


White color preview on #8DBA76 background

This text has white color on #8DBA76 background.