COLOR #8DC89F

HEX: #8DC89F
RGB: (141,200,159)

Color info

#8DC89F contains red, green and blue colors in about the same proportion. Web safe color of #8DC89F is #99CC99 (or #9C9).

RGB color model

#8DC89F color RGB value is (141,200,159).

  • red value is 141;
  • green value is 200;
  • blue value is 159.
RGB:
(141,200,159)
(55%,78%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 159 of 255 = 62%

141
200
159

R + G + B ~ 65%. #8DC89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 159 = 500 (100%)
R 141 of 500 ~ 28.2%
G 200 of 500 ~ 40%
B 159 of 500 ~ 31.8%

%28.2
%40
%31.8

CMYK color model

#8DC89F color CMYK value is (30,0,21,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(30,0,21,22)
C30M0Y21K22 
(30%,0%,21%,22%)
(0.30/0.00/0.21/0.22)	

CMYK percentages

%29.5
%0
%20.5
%21.57

Codes

Color #8DC89F in popluar color models

8DC89F
RGB141200159
HSL138°34.91%66.86%
HSB/HSV138°29.50%78.43%
CMYK29.50%0.00%20.50%
21.57%

Color #8DC89F in popluar number systems.

HEX8DC89F
Decimal141200159
Binary100011011100100010011111
Octal215310237

Shades and tints

Shades of #8DC89F

#8DC89F
(141,200,159)
#81B691
(129,182,145)
#75A483
(117,164,131)
#699275
(105,146,117)
#5D8067
(93,128,103)
#516E59
(81,110,89)
#455C4B
(69,92,75)
#394A3D
(57,74,61)
#2D382F
(45,56,47)
#212621
(33,38,33)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #8DC89F

#8DC89F
(141,200,159)
#97CDA7
(151,205,167)
#A1D2AF
(161,210,175)
#ABD7B7
(171,215,183)
#B5DCBF
(181,220,191)
#BFE1C7
(191,225,199)
#C9E6CF
(201,230,207)
#D3EBD7
(211,235,215)
#DDF0DF
(221,240,223)
#E7F5E7
(231,245,231)
#F1FAEF
(241,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC89F color. Also use rgb(141,200,159) instead hex code.

Text Font Color

.myTextColor { color: #8DC89F; }

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

This text font color is #8DC89F.


Background Color

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

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

This div background color is #8DC89F.


Border color

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

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

This div border color is #8DC89F.


Opacity

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

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

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

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

This text has shadow with #8DC89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC89F on black background.


Color preview on white background

This text has color #8DC89F on white background.



Black color preview on #8DC89F background

This text has black color on #8DC89F background.


White color preview on #8DC89F background

This text has white color on #8DC89F background.