COLOR #8DB67D

HEX: #8DB67D
RGB: (141,182,125)

Color info

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

RGB color model

#8DB67D color RGB value is (141,182,125).

  • red value is 141;
  • green value is 182;
  • blue value is 125.
RGB:
(141,182,125)
(55%,71%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 182 of 255 = 71%
B 125 of 255 = 49%

141
182
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 182 + 125 = 448 (100%)
R 141 of 448 ~ 31.47%
G 182 of 448 ~ 40.63%
B 125 of 448 ~ 27.9%

%31.47
%40.63
%27.9

CMYK color model

#8DB67D color CMYK value is (23,0,31,29).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 31.32%
  • key color value is 28.63%
CMYK:
(23,0,31,29)
C23M0Y31K29 
(23%,0%,31%,29%)
(0.23/0.00/0.31/0.29)	

CMYK percentages

%22.53
%0
%31.32
%28.63

Codes

Color #8DB67D in popluar color models

8DB67D
RGB141182125
HSL103°28.08%60.20%
HSB/HSV103°31.32%71.37%
CMYK22.53%0.00%31.32%
28.63%

Color #8DB67D in popluar number systems.

HEX8DB67D
Decimal141182125
Binary10001101101101101111101
Octal215266175

Shades and tints

Shades of #8DB67D

#8DB67D
(141,182,125)
#81A672
(129,166,114)
#759667
(117,150,103)
#69865C
(105,134,92)
#5D7651
(93,118,81)
#516646
(81,102,70)
#45563B
(69,86,59)
#394630
(57,70,48)
#2D3625
(45,54,37)
#21261A
(33,38,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #8DB67D

#8DB67D
(141,182,125)
#97BC88
(151,188,136)
#A1C293
(161,194,147)
#ABC89E
(171,200,158)
#B5CEA9
(181,206,169)
#BFD4B4
(191,212,180)
#C9DABF
(201,218,191)
#D3E0CA
(211,224,202)
#DDE6D5
(221,230,213)
#E7ECE0
(231,236,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB67D color. Also use rgb(141,182,125) instead hex code.

Text Font Color

.myTextColor { color: #8DB67D; }

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

This text font color is #8DB67D.


Background Color

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

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

This div background color is #8DB67D.


Border color

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

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

This div border color is #8DB67D.


Opacity

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

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

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

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

This text has shadow with #8DB67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB67D on black background.


Color preview on white background

This text has color #8DB67D on white background.



Black color preview on #8DB67D background

This text has black color on #8DB67D background.


White color preview on #8DB67D background

This text has white color on #8DB67D background.