COLOR #8DB063

HEX: #8DB063
RGB: (141,176,99)

Color info

#8DB063 contains mainly red and green colors. Web safe color of #8DB063 is #999966 (or #996).

RGB color model

#8DB063 color RGB value is (141,176,99).

  • red value is 141;
  • green value is 176;
  • blue value is 99.
RGB:
(141,176,99)
(55%,69%,39%)

RGB channels and saturation

R 141 of 255 = 55%
G 176 of 255 = 69%
B 99 of 255 = 39%

141
176
99

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

Portions of RGB colors in percentages

R + G + B =
141 + 176 + 99 = 416 (100%)
R 141 of 416 ~ 33.89%
G 176 of 416 ~ 42.31%
B 99 of 416 ~ 23.8%

%33.89
%42.31
%23.8

CMYK color model

#8DB063 color CMYK value is (20,0,44,31).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(20,0,44,31)
C20M0Y44K31 
(20%,0%,44%,31%)
(0.20/0.00/0.44/0.31)	

CMYK percentages

%19.89
%0
%43.75
%30.98

Codes

Color #8DB063 in popluar color models

8DB063
RGB14117699
HSL87°32.77%53.92%
HSB/HSV87°43.75%69.02%
CMYK19.89%0.00%43.75%
30.98%

Color #8DB063 in popluar number systems.

HEX8DB063
Decimal14117699
Binary10001101101100001100011
Octal215260143

Shades and tints

Shades of #8DB063

#8DB063
(141,176,99)
#81A05A
(129,160,90)
#759051
(117,144,81)
#698048
(105,128,72)
#5D703F
(93,112,63)
#516036
(81,96,54)
#45502D
(69,80,45)
#394024
(57,64,36)
#2D301B
(45,48,27)
#212012
(33,32,18)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #8DB063

#8DB063
(141,176,99)
#97B771
(151,183,113)
#A1BE7F
(161,190,127)
#ABC58D
(171,197,141)
#B5CC9B
(181,204,155)
#BFD3A9
(191,211,169)
#C9DAB7
(201,218,183)
#D3E1C5
(211,225,197)
#DDE8D3
(221,232,211)
#E7EFE1
(231,239,225)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB063 color. Also use rgb(141,176,99) instead hex code.

Text Font Color

.myTextColor { color: #8DB063; }

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

This text font color is #8DB063.


Background Color

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

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

This div background color is #8DB063.


Border color

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

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

This div border color is #8DB063.


Opacity

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

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

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

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

This text has shadow with #8DB063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB063 on black background.


Color preview on white background

This text has color #8DB063 on white background.



Black color preview on #8DB063 background

This text has black color on #8DB063 background.


White color preview on #8DB063 background

This text has white color on #8DB063 background.