COLOR #8DA66D

HEX: #8DA66D
RGB: (141,166,109)

Color info

#8DA66D contains red, green and blue colors in about the same proportion. Web safe color of #8DA66D is #999966 (or #996).

RGB color model

#8DA66D color RGB value is (141,166,109).

  • red value is 141;
  • green value is 166;
  • blue value is 109.
RGB:
(141,166,109)
(55%,65%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 109 of 255 = 43%

141
166
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 109 = 416 (100%)
R 141 of 416 ~ 33.89%
G 166 of 416 ~ 39.9%
B 109 of 416 ~ 26.2%

%33.89
%39.9
%26.2

CMYK color model

#8DA66D color CMYK value is (15,0,34,35).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 34.90%
CMYK:
(15,0,34,35)
C15M0Y34K35 
(15%,0%,34%,35%)
(0.15/0.00/0.34/0.35)	

CMYK percentages

%15.06
%0
%34.34
%34.9

Codes

Color #8DA66D in popluar color models

8DA66D
RGB141166109
HSL86°24.26%53.92%
HSB/HSV86°34.34%65.10%
CMYK15.06%0.00%34.34%
34.90%

Color #8DA66D in popluar number systems.

HEX8DA66D
Decimal141166109
Binary10001101101001101101101
Octal215246155

Shades and tints

Shades of #8DA66D

#8DA66D
(141,166,109)
#819764
(129,151,100)
#75885B
(117,136,91)
#697952
(105,121,82)
#5D6A49
(93,106,73)
#515B40
(81,91,64)
#454C37
(69,76,55)
#393D2E
(57,61,46)
#2D2E25
(45,46,37)
#211F1C
(33,31,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #8DA66D

#8DA66D
(141,166,109)
#97AE7A
(151,174,122)
#A1B687
(161,182,135)
#ABBE94
(171,190,148)
#B5C6A1
(181,198,161)
#BFCEAE
(191,206,174)
#C9D6BB
(201,214,187)
#D3DEC8
(211,222,200)
#DDE6D5
(221,230,213)
#E7EEE2
(231,238,226)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA66D; }

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

This text font color is #8DA66D.


Background Color

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

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

This div background color is #8DA66D.


Border color

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

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

This div border color is #8DA66D.


Opacity

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

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

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

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

This text has shadow with #8DA66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA66D on black background.


Color preview on white background

This text has color #8DA66D on white background.



Black color preview on #8DA66D background

This text has black color on #8DA66D background.


White color preview on #8DA66D background

This text has white color on #8DA66D background.