COLOR #8DA17E

HEX: #8DA17E
RGB: (141,161,126)

Color info

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

RGB color model

#8DA17E color RGB value is (141,161,126).

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

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 126 of 255 = 49%

141
161
126

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

Portions of RGB colors in percentages

R + G + B =
141 + 161 + 126 = 428 (100%)
R 141 of 428 ~ 32.94%
G 161 of 428 ~ 37.62%
B 126 of 428 ~ 29.44%

%32.94
%37.62
%29.44

CMYK color model

#8DA17E color CMYK value is (12,0,22,37).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(12,0,22,37)
C12M0Y22K37 
(12%,0%,22%,37%)
(0.12/0.00/0.22/0.37)	

CMYK percentages

%12.42
%0
%21.74
%36.86

Codes

Color #8DA17E in popluar color models

8DA17E
RGB141161126
HSL94°15.70%56.27%
HSB/HSV94°21.74%63.14%
CMYK12.42%0.00%21.74%
36.86%

Color #8DA17E in popluar number systems.

HEX8DA17E
Decimal141161126
Binary10001101101000011111110
Octal215241176

Shades and tints

Shades of #8DA17E

#8DA17E
(141,161,126)
#819373
(129,147,115)
#758568
(117,133,104)
#69775D
(105,119,93)
#5D6952
(93,105,82)
#515B47
(81,91,71)
#454D3C
(69,77,60)
#393F31
(57,63,49)
#2D3126
(45,49,38)
#21231B
(33,35,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #8DA17E

#8DA17E
(141,161,126)
#97A989
(151,169,137)
#A1B194
(161,177,148)
#ABB99F
(171,185,159)
#B5C1AA
(181,193,170)
#BFC9B5
(191,201,181)
#C9D1C0
(201,209,192)
#D3D9CB
(211,217,203)
#DDE1D6
(221,225,214)
#E7E9E1
(231,233,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA17E; }

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

This text font color is #8DA17E.


Background Color

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

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

This div background color is #8DA17E.


Border color

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

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

This div border color is #8DA17E.


Opacity

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

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

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

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

This text has shadow with #8DA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA17E on black background.


Color preview on white background

This text has color #8DA17E on white background.



Black color preview on #8DA17E background

This text has black color on #8DA17E background.


White color preview on #8DA17E background

This text has white color on #8DA17E background.