COLOR #8DA19E

HEX: #8DA19E RGB: (141,161,158)

Color info

#8DA19E contains red, green and blue colors in about the same proportion. Web safe color of #8DA19E is #999999 (or #999).

RGB color model

#8DA19E color RGB value is (141,161,158).

RGB: (141,161,158) (55%, 63%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 158 of 255 = 62%

141
161
158

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

Portions of RGB colors in percentages

R + G + B = 141 + 161 + 158 = 460 (100%)
R 141 of 460 ~ 30.65%
G 161 of 460 ~ 35%
B 158 of 460 ~ 34.35'%

%30.65
%35
%34.35

CMYK color model

#8DA19E color CMYK value is (12,0,2,37).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 1.86%
  • key color value is 36.86%

CMYK: (12,0,2,37)
C12M0Y2K37 (12%, 0%, 2%, 37%)
(0.12 / 0.00 / 0.02 / 0.37)

CMYK percentages

%12.42
%0
%1.86
%36.86

Codes

Color #8DA19E in popluar color models

8D A1 9E
RGB 141 161 158
HSL 171° 9.62% 59.22%
HSB/HSV 171° 12.42% 63.14%
CMYK 12.42% 0.00% 1.86%
36.86%

Color #8DA19E in popluar number systems.

HEX 8D A1 9E
Decimal 141 161 158
Binary 10001101 10100001 10011110
Octal 215 241 236

Shades and tints

Shades of #8DA19E

#8DA19E
(141,161,158)
#819390
(129,147,144)
#758582
(117,133,130)
#697774
(105,119,116)
#5D6966
(93,105,102)
#515B58
(81,91,88)
#454D4A
(69,77,74)
#393F3C
(57,63,60)
#2D312E
(45,49,46)
#212320
(33,35,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #8DA19E

#8DA19E
(141,161,158)
#97A9A6
(151,169,166)
#A1B1AE
(161,177,174)
#ABB9B6
(171,185,182)
#B5C1BE
(181,193,190)
#BFC9C6
(191,201,198)
#C9D1CE
(201,209,206)
#D3D9D6
(211,217,214)
#DDE1DE
(221,225,222)
#E7E9E6
(231,233,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA19E; }

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

This text font color is #8DA19E.

Background Color

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

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

This div background color is #8DA19E.

Border color

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

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

This div border color is #8DA19E.

Opacity

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

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

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

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

This text has shadow with #8DA19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA19E.

Preview

Color preview on black background

This text has color #8DA19E on black background.


Color preview on white background

This text has color #8DA19E on white background.


Black color preview on #8DA19E background

This text has black color on #8DA19E background.


White color preview on #8DA19E background

This text has white color on #8DA19E background.


Related colors

Complementary color

Complementary color for #hex is #725E61.


I love getcolorcode.com

Triadic colors

1 #9E8DA1 and #A19E8D with #8DA19E are triadic colors.

2 #9EA18D and #A18D9E with #8DA19E are triadic colors.