COLOR #8DA177

HEX: #8DA177 RGB: (141,161,119)

Color info

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

RGB color model

#8DA177 color RGB value is (141,161,119).

RGB: (141,161,119) (55%, 63%, 47%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 119 of 255 = 47%

141
161
119

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

Portions of RGB colors in percentages

R + G + B = 141 + 161 + 119 = 421 (100%)
R 141 of 421 ~ 33.49%
G 161 of 421 ~ 38.24%
B 119 of 421 ~ 28.27'%

%33.49
%38.24
%28.27

CMYK color model

#8DA177 color CMYK value is (12,0,26,37).

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

CMYK: (12,0,26,37)
C12M0Y26K37 (12%, 0%, 26%, 37%)
(0.12 / 0.00 / 0.26 / 0.37)

CMYK percentages

%12.42
%0
%26.09
%36.86

Codes

Color #8DA177 in popluar color models

8D A1 77
RGB 141 161 119
HSL 89° 18.26% 54.90%
HSB/HSV 89° 26.09% 63.14%
CMYK 12.42% 0.00% 26.09%
36.86%

Color #8DA177 in popluar number systems.

HEX 8D A1 77
Decimal 141 161 119
Binary 10001101 10100001 1110111
Octal 215 241 167

Shades and tints

Shades of #8DA177

#8DA177
(141,161,119)
#81936D
(129,147,109)
#758563
(117,133,99)
#697759
(105,119,89)
#5D694F
(93,105,79)
#515B45
(81,91,69)
#454D3B
(69,77,59)
#393F31
(57,63,49)
#2D3127
(45,49,39)
#21231D
(33,35,29)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #8DA177

#8DA177
(141,161,119)
#97A983
(151,169,131)
#A1B18F
(161,177,143)
#ABB99B
(171,185,155)
#B5C1A7
(181,193,167)
#BFC9B3
(191,201,179)
#C9D1BF
(201,209,191)
#D3D9CB
(211,217,203)
#DDE1D7
(221,225,215)
#E7E9E3
(231,233,227)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA177; }

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

This text font color is #8DA177.

Background Color

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

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

This div background color is #8DA177.

Border color

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

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

This div border color is #8DA177.

Opacity

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

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

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

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

This text has shadow with #8DA177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA177.

Preview

Color preview on black background

This text has color #8DA177 on black background.


Color preview on white background

This text has color #8DA177 on white background.


Black color preview on #8DA177 background

This text has black color on #8DA177 background.


White color preview on #8DA177 background

This text has white color on #8DA177 background.


Related colors

Complementary color

Complementary color for #hex is #725E88.


I love getcolorcode.com

Triadic colors

1 #778DA1 and #A1778D with #8DA177 are triadic colors.

2 #77A18D and #A18D77 with #8DA177 are triadic colors.