COLOR #8DC89B

HEX: #8DC89B
RGB: (141,200,155)

Color info

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

RGB color model

#8DC89B color RGB value is (141,200,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 155 of 255 = 61%

141
200
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 155 = 496 (100%)
R 141 of 496 ~ 28.43%
G 200 of 496 ~ 40.32%
B 155 of 496 ~ 31.25%

%28.43
%40.32
%31.25

CMYK color model

#8DC89B color CMYK value is (30,0,23,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 21.57%
CMYK:
(30,0,23,22)
C30M0Y23K22 
(30%,0%,23%,22%)
(0.30/0.00/0.23/0.22)	

CMYK percentages

%29.5
%0
%22.5
%21.57

Codes

Color #8DC89B in popluar color models

8DC89B
RGB141200155
HSL134°34.91%66.86%
HSB/HSV134°29.50%78.43%
CMYK29.50%0.00%22.50%
21.57%

Color #8DC89B in popluar number systems.

HEX8DC89B
Decimal141200155
Binary100011011100100010011011
Octal215310233

Shades and tints

Shades of #8DC89B

#8DC89B
(141,200,155)
#81B68D
(129,182,141)
#75A47F
(117,164,127)
#699271
(105,146,113)
#5D8063
(93,128,99)
#516E55
(81,110,85)
#455C47
(69,92,71)
#394A39
(57,74,57)
#2D382B
(45,56,43)
#21261D
(33,38,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #8DC89B

#8DC89B
(141,200,155)
#97CDA4
(151,205,164)
#A1D2AD
(161,210,173)
#ABD7B6
(171,215,182)
#B5DCBF
(181,220,191)
#BFE1C8
(191,225,200)
#C9E6D1
(201,230,209)
#D3EBDA
(211,235,218)
#DDF0E3
(221,240,227)
#E7F5EC
(231,245,236)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC89B; }

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

This text font color is #8DC89B.


Background Color

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

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

This div background color is #8DC89B.


Border color

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

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

This div border color is #8DC89B.


Opacity

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

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

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

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

This text has shadow with #8DC89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC89B on black background.


Color preview on white background

This text has color #8DC89B on white background.



Black color preview on #8DC89B background

This text has black color on #8DC89B background.


White color preview on #8DC89B background

This text has white color on #8DC89B background.