COLOR #8DB780

HEX: #8DB780 RGB: (141,183,128)

Color info

#8DB780 contains red, green and blue colors in about the same proportion. Web safe color of #8DB780 is #99CC66 (or #9C6).

RGB color model

#8DB780 color RGB value is (141,183,128).

RGB: (141,183,128) (55%, 72%, 50%)

RGB channels and saturation

R 141 of 255 = 55%
G 183 of 255 = 72%
B 128 of 255 = 50%

141
183
128

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

Portions of RGB colors in percentages

R + G + B = 141 + 183 + 128 = 452 (100%)
R 141 of 452 ~ 31.19%
G 183 of 452 ~ 40.49%
B 128 of 452 ~ 28.32'%

%31.19
%40.49
%28.32

CMYK color model

#8DB780 color CMYK value is (23,0,30,28).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%

CMYK: (23,0,30,28)
C23M0Y30K28 (23%, 0%, 30%, 28%)
(0.23 / 0.00 / 0.30 / 0.28)

CMYK percentages

%22.95
%0
%30.05
%28.24

Codes

Color #8DB780 in popluar color models

8D B7 80
RGB 141 183 128
HSL 106° 27.64% 60.98%
HSB/HSV 106° 30.05% 71.76%
CMYK 22.95% 0.00% 30.05%
28.24%

Color #8DB780 in popluar number systems.

HEX 8D B7 80
Decimal 141 183 128
Binary 10001101 10110111 10000000
Octal 215 267 200

Shades and tints

Shades of #8DB780

#8DB780
(141,183,128)
#81A775
(129,167,117)
#75976A
(117,151,106)
#69875F
(105,135,95)
#5D7754
(93,119,84)
#516749
(81,103,73)
#45573E
(69,87,62)
#394733
(57,71,51)
#2D3728
(45,55,40)
#21271D
(33,39,29)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #8DB780

#8DB780
(141,183,128)
#97BD8B
(151,189,139)
#A1C396
(161,195,150)
#ABC9A1
(171,201,161)
#B5CFAC
(181,207,172)
#BFD5B7
(191,213,183)
#C9DBC2
(201,219,194)
#D3E1CD
(211,225,205)
#DDE7D8
(221,231,216)
#E7EDE3
(231,237,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB780; }

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

This text font color is #8DB780.

Background Color

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

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

This div background color is #8DB780.

Border color

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

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

This div border color is #8DB780.

Opacity

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

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

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

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

This text has shadow with #8DB780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB780.

Preview

Color preview on black background

This text has color #8DB780 on black background.


Color preview on white background

This text has color #8DB780 on white background.


Black color preview on #8DB780 background

This text has black color on #8DB780 background.


White color preview on #8DB780 background

This text has white color on #8DB780 background.


Related colors

Complementary color

Complementary color for #hex is #72487F.


I love getcolorcode.com

Triadic colors

1 #808DB7 and #B7808D with #8DB780 are triadic colors.

2 #80B78D and #B78D80 with #8DB780 are triadic colors.