COLOR #8DB956

HEX: #8DB956 RGB: (141,185,86)

Color info

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

RGB color model

#8DB956 color RGB value is (141,185,86).

RGB: (141,185,86) (55%, 73%, 34%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 86 of 255 = 34%

141
185
86

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

Portions of RGB colors in percentages

R + G + B = 141 + 185 + 86 = 412 (100%)
R 141 of 412 ~ 34.22%
G 185 of 412 ~ 44.9%
B 86 of 412 ~ 20.87'%

%34.22
%44.9
%20.87

CMYK color model

#8DB956 color CMYK value is (24,0,54,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 27.45%

CMYK: (24,0,54,27)
C24M0Y54K27 (24%, 0%, 54%, 27%)
(0.24 / 0.00 / 0.54 / 0.27)

CMYK percentages

%23.78
%0
%53.51
%27.45

Codes

Color #8DB956 in popluar color models

8D B9 56
RGB 141 185 86
HSL 87° 41.42% 53.14%
HSB/HSV 87° 53.51% 72.55%
CMYK 23.78% 0.00% 53.51%
27.45%

Color #8DB956 in popluar number systems.

HEX 8D B9 56
Decimal 141 185 86
Binary 10001101 10111001 1010110
Octal 215 271 126

Shades and tints

Shades of #8DB956

#8DB956
(141,185,86)
#81A94F
(129,169,79)
#759948
(117,153,72)
#698941
(105,137,65)
#5D793A
(93,121,58)
#516933
(81,105,51)
#45592C
(69,89,44)
#394925
(57,73,37)
#2D391E
(45,57,30)
#212917
(33,41,23)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #8DB956

#8DB956
(141,185,86)
#97BF65
(151,191,101)
#A1C574
(161,197,116)
#ABCB83
(171,203,131)
#B5D192
(181,209,146)
#BFD7A1
(191,215,161)
#C9DDB0
(201,221,176)
#D3E3BF
(211,227,191)
#DDE9CE
(221,233,206)
#E7EFDD
(231,239,221)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB956 color. Also use rgb(141,185,86) instead hex code.

Text Font Color

.myTextColor { color: #8DB956; }

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

This text font color is #8DB956.

Background Color

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

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

This div background color is #8DB956.

Border color

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

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

This div border color is #8DB956.

Opacity

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

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

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

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

This text has shadow with #8DB956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB956.

Preview

Color preview on black background

This text has color #8DB956 on black background.


Color preview on white background

This text has color #8DB956 on white background.


Black color preview on #8DB956 background

This text has black color on #8DB956 background.


White color preview on #8DB956 background

This text has white color on #8DB956 background.


Related colors

Complementary color

Complementary color for #hex is #7246A9.


I love getcolorcode.com

Triadic colors

1 #568DB9 and #B9568D with #8DB956 are triadic colors.

2 #56B98D and #B98D56 with #8DB956 are triadic colors.