COLOR #8DA178

HEX: #8DA178 RGB: (141,161,120)

Color info

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

RGB color model

#8DA178 color RGB value is (141,161,120).

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

RGB channels and saturation

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

141
161
120

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

Portions of RGB colors in percentages

R + G + B = 141 + 161 + 120 = 422 (100%)
R 141 of 422 ~ 33.41%
G 161 of 422 ~ 38.15%
B 120 of 422 ~ 28.44'%

%33.41
%38.15
%28.44

CMYK color model

#8DA178 color CMYK value is (12,0,25,37).

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

CMYK: (12,0,25,37)
C12M0Y25K37 (12%, 0%, 25%, 37%)
(0.12 / 0.00 / 0.25 / 0.37)

CMYK percentages

%12.42
%0
%25.47
%36.86

Codes

Color #8DA178 in popluar color models

8D A1 78
RGB 141 161 120
HSL 89° 17.90% 55.10%
HSB/HSV 89° 25.47% 63.14%
CMYK 12.42% 0.00% 25.47%
36.86%

Color #8DA178 in popluar number systems.

HEX 8D A1 78
Decimal 141 161 120
Binary 10001101 10100001 1111000
Octal 215 241 170

Shades and tints

Shades of #8DA178

#8DA178
(141,161,120)
#81936E
(129,147,110)
#758564
(117,133,100)
#69775A
(105,119,90)
#5D6950
(93,105,80)
#515B46
(81,91,70)
#454D3C
(69,77,60)
#393F32
(57,63,50)
#2D3128
(45,49,40)
#21231E
(33,35,30)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8DA178

#8DA178
(141,161,120)
#97A984
(151,169,132)
#A1B190
(161,177,144)
#ABB99C
(171,185,156)
#B5C1A8
(181,193,168)
#BFC9B4
(191,201,180)
#C9D1C0
(201,209,192)
#D3D9CC
(211,217,204)
#DDE1D8
(221,225,216)
#E7E9E4
(231,233,228)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA178; }

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

This text font color is #8DA178.

Background Color

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

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

This div background color is #8DA178.

Border color

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

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

This div border color is #8DA178.

Opacity

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

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

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

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

This text has shadow with #8DA178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA178.

Preview

Color preview on black background

This text has color #8DA178 on black background.


Color preview on white background

This text has color #8DA178 on white background.


Black color preview on #8DA178 background

This text has black color on #8DA178 background.


White color preview on #8DA178 background

This text has white color on #8DA178 background.


Related colors

Complementary color

Complementary color for #hex is #725E87.


I love getcolorcode.com

Triadic colors

1 #788DA1 and #A1788D with #8DA178 are triadic colors.

2 #78A18D and #A18D78 with #8DA178 are triadic colors.