COLOR #8DC883

HEX: #8DC883
RGB: (141,200,131)

Color info

#8DC883 contains mainly red and green colors. Web safe color of #8DC883 is #99CC99 (or #9C9).

RGB color model

#8DC883 color RGB value is (141,200,131).

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

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 131 of 255 = 51%

141
200
131

R + G + B ~ 61%. #8DC883 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 131 = 472 (100%)
R 141 of 472 ~ 29.87%
G 200 of 472 ~ 42.37%
B 131 of 472 ~ 27.75%

%29.87
%42.37
%27.75

CMYK color model

#8DC883 color CMYK value is (30,0,35,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 21.57%
CMYK:
(30,0,35,22)
C30M0Y35K22 
(30%,0%,35%,22%)
(0.30/0.00/0.35/0.22)	

CMYK percentages

%29.5
%0
%34.5
%21.57

Codes

Color #8DC883 in popluar color models

8DC883
RGB141200131
HSL111°38.55%64.90%
HSB/HSV111°34.50%78.43%
CMYK29.50%0.00%34.50%
21.57%

Color #8DC883 in popluar number systems.

HEX8DC883
Decimal141200131
Binary100011011100100010000011
Octal215310203

Shades and tints

Shades of #8DC883

#8DC883
(141,200,131)
#81B678
(129,182,120)
#75A46D
(117,164,109)
#699262
(105,146,98)
#5D8057
(93,128,87)
#516E4C
(81,110,76)
#455C41
(69,92,65)
#394A36
(57,74,54)
#2D382B
(45,56,43)
#212620
(33,38,32)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #8DC883

#8DC883
(141,200,131)
#97CD8E
(151,205,142)
#A1D299
(161,210,153)
#ABD7A4
(171,215,164)
#B5DCAF
(181,220,175)
#BFE1BA
(191,225,186)
#C9E6C5
(201,230,197)
#D3EBD0
(211,235,208)
#DDF0DB
(221,240,219)
#E7F5E6
(231,245,230)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC883; }

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

This text font color is #8DC883.


Background Color

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

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

This div background color is #8DC883.


Border color

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

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

This div border color is #8DC883.


Opacity

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

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

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

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

This text has shadow with #8DC883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC883 on black background.


Color preview on white background

This text has color #8DC883 on white background.



Black color preview on #8DC883 background

This text has black color on #8DC883 background.


White color preview on #8DC883 background

This text has white color on #8DC883 background.