COLOR #8DA67E

HEX: #8DA67E
RGB: (141,166,126)

Color info

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

RGB color model

#8DA67E color RGB value is (141,166,126).

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

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 126 of 255 = 49%

141
166
126

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 126 = 433 (100%)
R 141 of 433 ~ 32.56%
G 166 of 433 ~ 38.34%
B 126 of 433 ~ 29.1%

%32.56
%38.34
%29.1

CMYK color model

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

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK:
(15,0,24,35)
C15M0Y24K35 
(15%,0%,24%,35%)
(0.15/0.00/0.24/0.35)	

CMYK percentages

%15.06
%0
%24.1
%34.9

Codes

Color #8DA67E in popluar color models

8DA67E
RGB141166126
HSL98°18.35%57.25%
HSB/HSV98°24.10%65.10%
CMYK15.06%0.00%24.10%
34.90%

Color #8DA67E in popluar number systems.

HEX8DA67E
Decimal141166126
Binary10001101101001101111110
Octal215246176

Shades and tints

Shades of #8DA67E

#8DA67E
(141,166,126)
#819773
(129,151,115)
#758868
(117,136,104)
#69795D
(105,121,93)
#5D6A52
(93,106,82)
#515B47
(81,91,71)
#454C3C
(69,76,60)
#393D31
(57,61,49)
#2D2E26
(45,46,38)
#211F1B
(33,31,27)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8DA67E

#8DA67E
(141,166,126)
#97AE89
(151,174,137)
#A1B694
(161,182,148)
#ABBE9F
(171,190,159)
#B5C6AA
(181,198,170)
#BFCEB5
(191,206,181)
#C9D6C0
(201,214,192)
#D3DECB
(211,222,203)
#DDE6D6
(221,230,214)
#E7EEE1
(231,238,225)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA67E; }

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

This text font color is #8DA67E.


Background Color

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

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

This div background color is #8DA67E.


Border color

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

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

This div border color is #8DA67E.


Opacity

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

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

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

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

This text has shadow with #8DA67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA67E on black background.


Color preview on white background

This text has color #8DA67E on white background.



Black color preview on #8DA67E background

This text has black color on #8DA67E background.


White color preview on #8DA67E background

This text has white color on #8DA67E background.