COLOR #8DBD79

HEX: #8DBD79
RGB: (141,189,121)

Color info

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

RGB color model

#8DBD79 color RGB value is (141,189,121).

  • red value is 141;
  • green value is 189;
  • blue value is 121.
RGB:
(141,189,121)
(55%,74%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 189 of 255 = 74%
B 121 of 255 = 47%

141
189
121

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

Portions of RGB colors in percentages

R + G + B =
141 + 189 + 121 = 451 (100%)
R 141 of 451 ~ 31.26%
G 189 of 451 ~ 41.91%
B 121 of 451 ~ 26.83%

%31.26
%41.91
%26.83

CMYK color model

#8DBD79 color CMYK value is (25,0,36,26).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 25.88%
CMYK:
(25,0,36,26)
C25M0Y36K26 
(25%,0%,36%,26%)
(0.25/0.00/0.36/0.26)	

CMYK percentages

%25.4
%0
%35.98
%25.88

Codes

Color #8DBD79 in popluar color models

8DBD79
RGB141189121
HSL102°34.00%60.78%
HSB/HSV102°35.98%74.12%
CMYK25.40%0.00%35.98%
25.88%

Color #8DBD79 in popluar number systems.

HEX8DBD79
Decimal141189121
Binary10001101101111011111001
Octal215275171

Shades and tints

Shades of #8DBD79

#8DBD79
(141,189,121)
#81AC6E
(129,172,110)
#759B63
(117,155,99)
#698A58
(105,138,88)
#5D794D
(93,121,77)
#516842
(81,104,66)
#455737
(69,87,55)
#39462C
(57,70,44)
#2D3521
(45,53,33)
#212416
(33,36,22)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #8DBD79

#8DBD79
(141,189,121)
#97C385
(151,195,133)
#A1C991
(161,201,145)
#ABCF9D
(171,207,157)
#B5D5A9
(181,213,169)
#BFDBB5
(191,219,181)
#C9E1C1
(201,225,193)
#D3E7CD
(211,231,205)
#DDEDD9
(221,237,217)
#E7F3E5
(231,243,229)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBD79 color. Also use rgb(141,189,121) instead hex code.

Text Font Color

.myTextColor { color: #8DBD79; }

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

This text font color is #8DBD79.


Background Color

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

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

This div background color is #8DBD79.


Border color

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

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

This div border color is #8DBD79.


Opacity

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

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

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

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

This text has shadow with #8DBD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DBD79 on black background.


Color preview on white background

This text has color #8DBD79 on white background.



Black color preview on #8DBD79 background

This text has black color on #8DBD79 background.


White color preview on #8DBD79 background

This text has white color on #8DBD79 background.