COLOR #8DB555

HEX: #8DB555
RGB: (141,181,85)

Color info

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

RGB color model

#8DB555 color RGB value is (141,181,85).

  • red value is 141;
  • green value is 181;
  • blue value is 85.
RGB:
(141,181,85)
(55%,71%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 85 of 255 = 33%

141
181
85

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

Portions of RGB colors in percentages

R + G + B =
141 + 181 + 85 = 407 (100%)
R 141 of 407 ~ 34.64%
G 181 of 407 ~ 44.47%
B 85 of 407 ~ 20.88%

%34.64
%44.47
%20.88

CMYK color model

#8DB555 color CMYK value is (22,0,53,29).

  • cyan value is 22.10%
  • magenta value is 0.00%
  • yellow value is 53.04%
  • key color value is 29.02%
CMYK:
(22,0,53,29)
C22M0Y53K29 
(22%,0%,53%,29%)
(0.22/0.00/0.53/0.29)	

CMYK percentages

%22.1
%0
%53.04
%29.02

Codes

Color #8DB555 in popluar color models

8DB555
RGB14118185
HSL85°39.34%52.16%
HSB/HSV85°53.04%70.98%
CMYK22.10%0.00%53.04%
29.02%

Color #8DB555 in popluar number systems.

HEX8DB555
Decimal14118185
Binary10001101101101011010101
Octal215265125

Shades and tints

Shades of #8DB555

#8DB555
(141,181,85)
#81A54E
(129,165,78)
#759547
(117,149,71)
#698540
(105,133,64)
#5D7539
(93,117,57)
#516532
(81,101,50)
#45552B
(69,85,43)
#394524
(57,69,36)
#2D351D
(45,53,29)
#212516
(33,37,22)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #8DB555

#8DB555
(141,181,85)
#97BB64
(151,187,100)
#A1C173
(161,193,115)
#ABC782
(171,199,130)
#B5CD91
(181,205,145)
#BFD3A0
(191,211,160)
#C9D9AF
(201,217,175)
#D3DFBE
(211,223,190)
#DDE5CD
(221,229,205)
#E7EBDC
(231,235,220)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB555 color. Also use rgb(141,181,85) instead hex code.

Text Font Color

.myTextColor { color: #8DB555; }

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

This text font color is #8DB555.


Background Color

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

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

This div background color is #8DB555.


Border color

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

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

This div border color is #8DB555.


Opacity

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

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

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

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

This text has shadow with #8DB555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB555 on black background.


Color preview on white background

This text has color #8DB555 on white background.



Black color preview on #8DB555 background

This text has black color on #8DB555 background.


White color preview on #8DB555 background

This text has white color on #8DB555 background.