COLOR #8DB862

HEX: #8DB862 RGB: (141,184,98)

Color info

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

RGB color model

#8DB862 color RGB value is (141,184,98).

RGB: (141,184,98) (55%, 72%, 38%)

RGB channels and saturation

R 141 of 255 = 55%
G 184 of 255 = 72%
B 98 of 255 = 38%

141
184
98

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

Portions of RGB colors in percentages

R + G + B = 141 + 184 + 98 = 423 (100%)
R 141 of 423 ~ 33.33%
G 184 of 423 ~ 43.5%
B 98 of 423 ~ 23.17'%

%33.33
%43.5
%23.17

CMYK color model

#8DB862 color CMYK value is (23,0,47,28).

  • cyan value is 23.37%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK: (23,0,47,28) C23M0Y47K28 (23%,0%,47%,28%) (0.23/0.00/0.47/0.28) 

CMYK percentages

%23.37
%0
%46.74
%27.84

Codes

Color #8DB862 in popluar color models

8D B8 62
RGB 141 184 98
HSL 90° 37.72% 55.29%
HSB/HSV 90° 46.74% 72.16%
CMYK 23.37% 0.00% 46.74%
27.84%

Color #8DB862 in popluar number systems.

HEX 8D B8 62
Decimal 141 184 98
Binary 10001101 10111000 1100010
Octal 215 270 142

Shades and tints

Shades of #8DB862

#8DB862
(141,184,98)
#81A85A
(129,168,90)
#759852
(117,152,82)
#69884A
(105,136,74)
#5D7842
(93,120,66)
#51683A
(81,104,58)
#455832
(69,88,50)
#39482A
(57,72,42)
#2D3822
(45,56,34)
#21281A
(33,40,26)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #8DB862

#8DB862
(141,184,98)
#97BE70
(151,190,112)
#A1C47E
(161,196,126)
#ABCA8C
(171,202,140)
#B5D09A
(181,208,154)
#BFD6A8
(191,214,168)
#C9DCB6
(201,220,182)
#D3E2C4
(211,226,196)
#DDE8D2
(221,232,210)
#E7EEE0
(231,238,224)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB862 color. Also use rgb(141,184,98) instead hex code.

Text Font Color

.myTextColor { color: #8DB862; }

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

This text font color is #8DB862.

Background Color

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

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

This div background color is #8DB862.

Border color

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

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

This div border color is #8DB862.

Opacity

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

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

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

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

This text has shadow with #8DB862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB862.

Preview

Color preview on black background

This text has color #8DB862 on black background.


Color preview on white background

This text has color #8DB862 on white background.


Black color preview on #8DB862 background

This text has black color on #8DB862 background.


White color preview on #8DB862 background

This text has white color on #8DB862 background.


Related colors

Complementary color

Complementary color for #hex is #72479D.


I love getcolorcode.com

Triadic colors

1 #628DB8 and #B8628D with #8DB862 are triadic colors.

2 #62B88D and #B88D62 with #8DB862 are triadic colors.