COLOR #8DB779

HEX: #8DB779 RGB: (141,183,121)

Color info

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

RGB color model

#8DB779 color RGB value is (141,183,121).

RGB: (141,183,121) (55%, 72%, 47%)

RGB channels and saturation

R 141 of 255 = 55%
G 183 of 255 = 72%
B 121 of 255 = 47%

141
183
121

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

Portions of RGB colors in percentages

R + G + B = 141 + 183 + 121 = 445 (100%)
R 141 of 445 ~ 31.69%
G 183 of 445 ~ 41.12%
B 121 of 445 ~ 27.19'%

%31.69
%41.12
%27.19

CMYK color model

#8DB779 color CMYK value is (23,0,34,28).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK: (23,0,34,28) C23M0Y34K28 (23%,0%,34%,28%) (0.23/0.00/0.34/0.28) 

CMYK percentages

%22.95
%0
%33.88
%28.24

Codes

Color #8DB779 in popluar color models

8D B7 79
RGB 141 183 121
HSL 101° 30.10% 59.61%
HSB/HSV 101° 33.88% 71.76%
CMYK 22.95% 0.00% 33.88%
28.24%

Color #8DB779 in popluar number systems.

HEX 8D B7 79
Decimal 141 183 121
Binary 10001101 10110111 1111001
Octal 215 267 171

Shades and tints

Shades of #8DB779

#8DB779
(141,183,121)
#81A76E
(129,167,110)
#759763
(117,151,99)
#698758
(105,135,88)
#5D774D
(93,119,77)
#516742
(81,103,66)
#455737
(69,87,55)
#39472C
(57,71,44)
#2D3721
(45,55,33)
#212716
(33,39,22)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #8DB779

#8DB779
(141,183,121)
#97BD85
(151,189,133)
#A1C391
(161,195,145)
#ABC99D
(171,201,157)
#B5CFA9
(181,207,169)
#BFD5B5
(191,213,181)
#C9DBC1
(201,219,193)
#D3E1CD
(211,225,205)
#DDE7D9
(221,231,217)
#E7EDE5
(231,237,229)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB779; }

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

This text font color is #8DB779.

Background Color

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

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

This div background color is #8DB779.

Border color

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

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

This div border color is #8DB779.

Opacity

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

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

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

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

This text has shadow with #8DB779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB779.

Preview

Color preview on black background

This text has color #8DB779 on black background.


Color preview on white background

This text has color #8DB779 on white background.


Black color preview on #8DB779 background

This text has black color on #8DB779 background.


White color preview on #8DB779 background

This text has white color on #8DB779 background.


Related colors

Complementary color

Complementary color for #hex is #724886.


I love getcolorcode.com

Triadic colors

1 #798DB7 and #B7798D with #8DB779 are triadic colors.

2 #79B78D and #B78D79 with #8DB779 are triadic colors.