COLOR #8DC673

HEX: #8DC673
RGB: (141,198,115)

Color info

#8DC673 contains mainly red and green colors. Web safe color of #8DC673 is #99CC66 (or #9C6).

RGB color model

#8DC673 color RGB value is (141,198,115).

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

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 115 of 255 = 45%

141
198
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 198 + 115 = 454 (100%)
R 141 of 454 ~ 31.06%
G 198 of 454 ~ 43.61%
B 115 of 454 ~ 25.33%

%31.06
%43.61
%25.33

CMYK color model

#8DC673 color CMYK value is (29,0,42,22).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(29,0,42,22)
C29M0Y42K22 
(29%,0%,42%,22%)
(0.29/0.00/0.42/0.22)	

CMYK percentages

%28.79
%0
%41.92
%22.35

Codes

Color #8DC673 in popluar color models

8DC673
RGB141198115
HSL101°42.13%61.37%
HSB/HSV101°41.92%77.65%
CMYK28.79%0.00%41.92%
22.35%

Color #8DC673 in popluar number systems.

HEX8DC673
Decimal141198115
Binary10001101110001101110011
Octal215306163

Shades and tints

Shades of #8DC673

#8DC673
(141,198,115)
#81B469
(129,180,105)
#75A25F
(117,162,95)
#699055
(105,144,85)
#5D7E4B
(93,126,75)
#516C41
(81,108,65)
#455A37
(69,90,55)
#39482D
(57,72,45)
#2D3623
(45,54,35)
#212419
(33,36,25)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #8DC673

#8DC673
(141,198,115)
#97CB7F
(151,203,127)
#A1D08B
(161,208,139)
#ABD597
(171,213,151)
#B5DAA3
(181,218,163)
#BFDFAF
(191,223,175)
#C9E4BB
(201,228,187)
#D3E9C7
(211,233,199)
#DDEED3
(221,238,211)
#E7F3DF
(231,243,223)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC673; }

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

This text font color is #8DC673.


Background Color

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

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

This div background color is #8DC673.


Border color

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

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

This div border color is #8DC673.


Opacity

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

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

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

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

This text has shadow with #8DC673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC673 on black background.


Color preview on white background

This text has color #8DC673 on white background.



Black color preview on #8DC673 background

This text has black color on #8DC673 background.


White color preview on #8DC673 background

This text has white color on #8DC673 background.