COLOR #8DA176

HEX: #8DA176
RGB: (141,161,118)

Color info

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

RGB color model

#8DA176 color RGB value is (141,161,118).

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

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 118 of 255 = 46%

141
161
118

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

Portions of RGB colors in percentages

R + G + B =
141 + 161 + 118 = 420 (100%)
R 141 of 420 ~ 33.57%
G 161 of 420 ~ 38.33%
B 118 of 420 ~ 28.1%

%33.57
%38.33
%28.1

CMYK color model

#8DA176 color CMYK value is (12,0,27,37).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(12,0,27,37)
C12M0Y27K37 
(12%,0%,27%,37%)
(0.12/0.00/0.27/0.37)	

CMYK percentages

%12.42
%0
%26.71
%36.86

Codes

Color #8DA176 in popluar color models

8DA176
RGB141161118
HSL88°18.61%54.71%
HSB/HSV88°26.71%63.14%
CMYK12.42%0.00%26.71%
36.86%

Color #8DA176 in popluar number systems.

HEX8DA176
Decimal141161118
Binary10001101101000011110110
Octal215241166

Shades and tints

Shades of #8DA176

#8DA176
(141,161,118)
#81936C
(129,147,108)
#758562
(117,133,98)
#697758
(105,119,88)
#5D694E
(93,105,78)
#515B44
(81,91,68)
#454D3A
(69,77,58)
#393F30
(57,63,48)
#2D3126
(45,49,38)
#21231C
(33,35,28)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #8DA176

#8DA176
(141,161,118)
#97A982
(151,169,130)
#A1B18E
(161,177,142)
#ABB99A
(171,185,154)
#B5C1A6
(181,193,166)
#BFC9B2
(191,201,178)
#C9D1BE
(201,209,190)
#D3D9CA
(211,217,202)
#DDE1D6
(221,225,214)
#E7E9E2
(231,233,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA176; }

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

This text font color is #8DA176.


Background Color

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

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

This div background color is #8DA176.


Border color

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

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

This div border color is #8DA176.


Opacity

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

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

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

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

This text has shadow with #8DA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA176 on black background.


Color preview on white background

This text has color #8DA176 on white background.



Black color preview on #8DA176 background

This text has black color on #8DA176 background.


White color preview on #8DA176 background

This text has white color on #8DA176 background.