COLOR #8CA178

HEX: #8CA178
RGB: (140,161,120)

Color info

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

RGB color model

#8CA178 color RGB value is (140,161,120).

  • red value is 140;
  • green value is 161;
  • blue value is 120.
RGB:
(140,161,120)
(55%,63%,47%)

RGB channels and saturation

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

140
161
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 161 + 120 = 421 (100%)
R 140 of 421 ~ 33.25%
G 161 of 421 ~ 38.24%
B 120 of 421 ~ 28.5%

%33.25
%38.24
%28.5

CMYK color model

#8CA178 color CMYK value is (13,0,25,37).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 36.86%
CMYK:
(13,0,25,37)
C13M0Y25K37 
(13%,0%,25%,37%)
(0.13/0.00/0.25/0.37)	

CMYK percentages

%13.04
%0
%25.47
%36.86

Codes

Color #8CA178 in popluar color models

8CA178
RGB140161120
HSL91°17.90%55.10%
HSB/HSV91°25.47%63.14%
CMYK13.04%0.00%25.47%
36.86%

Color #8CA178 in popluar number systems.

HEX8CA178
Decimal140161120
Binary10001100101000011111000
Octal214241170

Shades and tints

Shades of #8CA178

#8CA178
(140,161,120)
#80936E
(128,147,110)
#748564
(116,133,100)
#68775A
(104,119,90)
#5C6950
(92,105,80)
#505B46
(80,91,70)
#444D3C
(68,77,60)
#383F32
(56,63,50)
#2C3128
(44,49,40)
#20231E
(32,35,30)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #8CA178

#8CA178
(140,161,120)
#96A984
(150,169,132)
#A0B190
(160,177,144)
#AAB99C
(170,185,156)
#B4C1A8
(180,193,168)
#BEC9B4
(190,201,180)
#C8D1C0
(200,209,192)
#D2D9CC
(210,217,204)
#DCE1D8
(220,225,216)
#E6E9E4
(230,233,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA178; }

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

This text font color is #8CA178.


Background Color

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

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

This div background color is #8CA178.


Border color

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

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

This div border color is #8CA178.


Opacity

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

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

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

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

This text has shadow with #8CA178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA178 on black background.


Color preview on white background

This text has color #8CA178 on white background.



Black color preview on #8CA178 background

This text has black color on #8CA178 background.


White color preview on #8CA178 background

This text has white color on #8CA178 background.