COLOR #8DAB5D

HEX: #8DAB5D
RGB: (141,171,93)

Color info

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

RGB color model

#8DAB5D color RGB value is (141,171,93).

  • red value is 141;
  • green value is 171;
  • blue value is 93.
RGB:
(141,171,93)
(55%,67%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 93 of 255 = 36%

141
171
93

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

Portions of RGB colors in percentages

R + G + B =
141 + 171 + 93 = 405 (100%)
R 141 of 405 ~ 34.81%
G 171 of 405 ~ 42.22%
B 93 of 405 ~ 22.96%

%34.81
%42.22
%22.96

CMYK color model

#8DAB5D color CMYK value is (18,0,46,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 32.94%
CMYK:
(18,0,46,33)
C18M0Y46K33 
(18%,0%,46%,33%)
(0.18/0.00/0.46/0.33)	

CMYK percentages

%17.54
%0
%45.61
%32.94

Codes

Color #8DAB5D in popluar color models

8DAB5D
RGB14117193
HSL83°31.71%51.76%
HSB/HSV83°45.61%67.06%
CMYK17.54%0.00%45.61%
32.94%

Color #8DAB5D in popluar number systems.

HEX8DAB5D
Decimal14117193
Binary10001101101010111011101
Octal215253135

Shades and tints

Shades of #8DAB5D

#8DAB5D
(141,171,93)
#819C55
(129,156,85)
#758D4D
(117,141,77)
#697E45
(105,126,69)
#5D6F3D
(93,111,61)
#516035
(81,96,53)
#45512D
(69,81,45)
#394225
(57,66,37)
#2D331D
(45,51,29)
#212415
(33,36,21)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #8DAB5D

#8DAB5D
(141,171,93)
#97B26B
(151,178,107)
#A1B979
(161,185,121)
#ABC087
(171,192,135)
#B5C795
(181,199,149)
#BFCEA3
(191,206,163)
#C9D5B1
(201,213,177)
#D3DCBF
(211,220,191)
#DDE3CD
(221,227,205)
#E7EADB
(231,234,219)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAB5D; }

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

This text font color is #8DAB5D.


Background Color

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

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

This div background color is #8DAB5D.


Border color

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

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

This div border color is #8DAB5D.


Opacity

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

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

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

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

This text has shadow with #8DAB5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAB5D on black background.


Color preview on white background

This text has color #8DAB5D on white background.



Black color preview on #8DAB5D background

This text has black color on #8DAB5D background.


White color preview on #8DAB5D background

This text has white color on #8DAB5D background.