COLOR #8DA173

HEX: #8DA173
RGB: (141,161,115)

Color info

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

RGB color model

#8DA173 color RGB value is (141,161,115).

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

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 115 of 255 = 45%

141
161
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 161 + 115 = 417 (100%)
R 141 of 417 ~ 33.81%
G 161 of 417 ~ 38.61%
B 115 of 417 ~ 27.58%

%33.81
%38.61
%27.58

CMYK color model

#8DA173 color CMYK value is (12,0,29,37).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 36.86%
CMYK:
(12,0,29,37)
C12M0Y29K37 
(12%,0%,29%,37%)
(0.12/0.00/0.29/0.37)	

CMYK percentages

%12.42
%0
%28.57
%36.86

Codes

Color #8DA173 in popluar color models

8DA173
RGB141161115
HSL86°19.66%54.12%
HSB/HSV86°28.57%63.14%
CMYK12.42%0.00%28.57%
36.86%

Color #8DA173 in popluar number systems.

HEX8DA173
Decimal141161115
Binary10001101101000011110011
Octal215241163

Shades and tints

Shades of #8DA173

#8DA173
(141,161,115)
#819369
(129,147,105)
#75855F
(117,133,95)
#697755
(105,119,85)
#5D694B
(93,105,75)
#515B41
(81,91,65)
#454D37
(69,77,55)
#393F2D
(57,63,45)
#2D3123
(45,49,35)
#212319
(33,35,25)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #8DA173

#8DA173
(141,161,115)
#97A97F
(151,169,127)
#A1B18B
(161,177,139)
#ABB997
(171,185,151)
#B5C1A3
(181,193,163)
#BFC9AF
(191,201,175)
#C9D1BB
(201,209,187)
#D3D9C7
(211,217,199)
#DDE1D3
(221,225,211)
#E7E9DF
(231,233,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA173; }

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

This text font color is #8DA173.


Background Color

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

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

This div background color is #8DA173.


Border color

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

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

This div border color is #8DA173.


Opacity

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

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

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

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

This text has shadow with #8DA173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA173 on black background.


Color preview on white background

This text has color #8DA173 on white background.



Black color preview on #8DA173 background

This text has black color on #8DA173 background.


White color preview on #8DA173 background

This text has white color on #8DA173 background.