COLOR #8DA66C

HEX: #8DA66C RGB: (141,166,108)

Color info

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

RGB color model

#8DA66C color RGB value is (141,166,108).

RGB: (141,166,108) (55%, 65%, 42%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 108 of 255 = 42%

141
166
108

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

Portions of RGB colors in percentages

R + G + B = 141 + 166 + 108 = 415 (100%)
R 141 of 415 ~ 33.98%
G 166 of 415 ~ 40%
B 108 of 415 ~ 26.02'%

%33.98
%40
%26.02

CMYK color model

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

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 34.90%

CMYK: (15,0,35,35)
C15M0Y35K35 (15%, 0%, 35%, 35%)
(0.15 / 0.00 / 0.35 / 0.35)

CMYK percentages

%15.06
%0
%34.94
%34.9

Codes

Color #8DA66C in popluar color models

8D A6 6C
RGB 141 166 108
HSL 86° 24.58% 53.73%
HSB/HSV 86° 34.94% 65.10%
CMYK 15.06% 0.00% 34.94%
34.90%

Color #8DA66C in popluar number systems.

HEX 8D A6 6C
Decimal 141 166 108
Binary 10001101 10100110 1101100
Octal 215 246 154

Shades and tints

Shades of #8DA66C

#8DA66C
(141,166,108)
#819763
(129,151,99)
#75885A
(117,136,90)
#697951
(105,121,81)
#5D6A48
(93,106,72)
#515B3F
(81,91,63)
#454C36
(69,76,54)
#393D2D
(57,61,45)
#2D2E24
(45,46,36)
#211F1B
(33,31,27)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8DA66C

#8DA66C
(141,166,108)
#97AE79
(151,174,121)
#A1B686
(161,182,134)
#ABBE93
(171,190,147)
#B5C6A0
(181,198,160)
#BFCEAD
(191,206,173)
#C9D6BA
(201,214,186)
#D3DEC7
(211,222,199)
#DDE6D4
(221,230,212)
#E7EEE1
(231,238,225)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA66C; }

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

This text font color is #8DA66C.

Background Color

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

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

This div background color is #8DA66C.

Border color

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

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

This div border color is #8DA66C.

Opacity

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

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

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

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

This text has shadow with #8DA66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA66C.

Preview

Color preview on black background

This text has color #8DA66C on black background.


Color preview on white background

This text has color #8DA66C on white background.


Black color preview on #8DA66C background

This text has black color on #8DA66C background.


White color preview on #8DA66C background

This text has white color on #8DA66C background.


Related colors

Complementary color

Complementary color for #hex is #725993.


I love getcolorcode.com

Triadic colors

1 #6C8DA6 and #A66C8D with #8DA66C are triadic colors.

2 #6CA68D and #A68D6C with #8DA66C are triadic colors.