COLOR #8DB78D

HEX: #8DB78D
RGB: (141,183,141)

Color info

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

RGB color model

#8DB78D color RGB value is (141,183,141).

  • red value is 141;
  • green value is 183;
  • blue value is 141.
RGB:
(141,183,141)
(55%,72%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 183 of 255 = 72%
B 141 of 255 = 55%

141
183
141

R + G + B ~ 61%. #8DB78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 183 + 141 = 465 (100%)
R 141 of 465 ~ 30.32%
G 183 of 465 ~ 39.35%
B 141 of 465 ~ 30.32%

%30.32
%39.35
%30.32

CMYK color model

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

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 28.24%
CMYK:
(23,0,23,28)
C23M0Y23K28 
(23%,0%,23%,28%)
(0.23/0.00/0.23/0.28)	

CMYK percentages

%22.95
%0
%22.95
%28.24

Codes

Color #8DB78D in popluar color models

8DB78D
RGB141183141
HSL120°22.58%63.53%
HSB/HSV120°22.95%71.76%
CMYK22.95%0.00%22.95%
28.24%

Color #8DB78D in popluar number systems.

HEX8DB78D
Decimal141183141
Binary100011011011011110001101
Octal215267215

Shades and tints

Shades of #8DB78D

#8DB78D
(141,183,141)
#81A781
(129,167,129)
#759775
(117,151,117)
#698769
(105,135,105)
#5D775D
(93,119,93)
#516751
(81,103,81)
#455745
(69,87,69)
#394739
(57,71,57)
#2D372D
(45,55,45)
#212721
(33,39,33)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #8DB78D

#8DB78D
(141,183,141)
#97BD97
(151,189,151)
#A1C3A1
(161,195,161)
#ABC9AB
(171,201,171)
#B5CFB5
(181,207,181)
#BFD5BF
(191,213,191)
#C9DBC9
(201,219,201)
#D3E1D3
(211,225,211)
#DDE7DD
(221,231,221)
#E7EDE7
(231,237,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB78D; }

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

This text font color is #8DB78D.


Background Color

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

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

This div background color is #8DB78D.


Border color

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

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

This div border color is #8DB78D.


Opacity

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

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

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

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

This text has shadow with #8DB78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB78D on black background.


Color preview on white background

This text has color #8DB78D on white background.



Black color preview on #8DB78D background

This text has black color on #8DB78D background.


White color preview on #8DB78D background

This text has white color on #8DB78D background.