COLOR #8DB683

HEX: #8DB683
RGB: (141,182,131)

Color info

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

RGB color model

#8DB683 color RGB value is (141,182,131).

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

RGB channels and saturation

R 141 of 255 = 55%
G 182 of 255 = 71%
B 131 of 255 = 51%

141
182
131

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

Portions of RGB colors in percentages

R + G + B =
141 + 182 + 131 = 454 (100%)
R 141 of 454 ~ 31.06%
G 182 of 454 ~ 40.09%
B 131 of 454 ~ 28.85%

%31.06
%40.09
%28.85

CMYK color model

#8DB683 color CMYK value is (23,0,28,29).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(23,0,28,29)
C23M0Y28K29 
(23%,0%,28%,29%)
(0.23/0.00/0.28/0.29)	

CMYK percentages

%22.53
%0
%28.02
%28.63

Codes

Color #8DB683 in popluar color models

8DB683
RGB141182131
HSL108°25.89%61.37%
HSB/HSV108°28.02%71.37%
CMYK22.53%0.00%28.02%
28.63%

Color #8DB683 in popluar number systems.

HEX8DB683
Decimal141182131
Binary100011011011011010000011
Octal215266203

Shades and tints

Shades of #8DB683

#8DB683
(141,182,131)
#81A678
(129,166,120)
#75966D
(117,150,109)
#698662
(105,134,98)
#5D7657
(93,118,87)
#51664C
(81,102,76)
#455641
(69,86,65)
#394636
(57,70,54)
#2D362B
(45,54,43)
#212620
(33,38,32)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #8DB683

#8DB683
(141,182,131)
#97BC8E
(151,188,142)
#A1C299
(161,194,153)
#ABC8A4
(171,200,164)
#B5CEAF
(181,206,175)
#BFD4BA
(191,212,186)
#C9DAC5
(201,218,197)
#D3E0D0
(211,224,208)
#DDE6DB
(221,230,219)
#E7ECE6
(231,236,230)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB683; }

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

This text font color is #8DB683.


Background Color

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

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

This div background color is #8DB683.


Border color

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

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

This div border color is #8DB683.


Opacity

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

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

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

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

This text has shadow with #8DB683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB683 on black background.


Color preview on white background

This text has color #8DB683 on white background.



Black color preview on #8DB683 background

This text has black color on #8DB683 background.


White color preview on #8DB683 background

This text has white color on #8DB683 background.