COLOR #8DB48D

HEX: #8DB48D
RGB: (141,180,141)

Color info

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

RGB color model

#8DB48D color RGB value is (141,180,141).

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

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 141 of 255 = 55%

141
180
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 141 = 462 (100%)
R 141 of 462 ~ 30.52%
G 180 of 462 ~ 38.96%
B 141 of 462 ~ 30.52%

%30.52
%38.96
%30.52

CMYK color model

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

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(22,0,22,29)
C22M0Y22K29 
(22%,0%,22%,29%)
(0.22/0.00/0.22/0.29)	

CMYK percentages

%21.67
%0
%21.67
%29.41

Codes

Color #8DB48D in popluar color models

8DB48D
RGB141180141
HSL120°20.63%62.94%
HSB/HSV120°21.67%70.59%
CMYK21.67%0.00%21.67%
29.41%

Color #8DB48D in popluar number systems.

HEX8DB48D
Decimal141180141
Binary100011011011010010001101
Octal215264215

Shades and tints

Shades of #8DB48D

#8DB48D
(141,180,141)
#81A481
(129,164,129)
#759475
(117,148,117)
#698469
(105,132,105)
#5D745D
(93,116,93)
#516451
(81,100,81)
#455445
(69,84,69)
#394439
(57,68,57)
#2D342D
(45,52,45)
#212421
(33,36,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #8DB48D

#8DB48D
(141,180,141)
#97BA97
(151,186,151)
#A1C0A1
(161,192,161)
#ABC6AB
(171,198,171)
#B5CCB5
(181,204,181)
#BFD2BF
(191,210,191)
#C9D8C9
(201,216,201)
#D3DED3
(211,222,211)
#DDE4DD
(221,228,221)
#E7EAE7
(231,234,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB48D; }

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

This text font color is #8DB48D.


Background Color

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

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

This div background color is #8DB48D.


Border color

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

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

This div border color is #8DB48D.


Opacity

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

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

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

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

This text has shadow with #8DB48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB48D on black background.


Color preview on white background

This text has color #8DB48D on white background.



Black color preview on #8DB48D background

This text has black color on #8DB48D background.


White color preview on #8DB48D background

This text has white color on #8DB48D background.