COLOR #8DED83

HEX: #8DED83
RGB: (141,237,131)

Color info

#8DED83 contains mainly green color. Web safe color of #8DED83 is #99FF99 (or #9F9).

RGB color model

#8DED83 color RGB value is (141,237,131).

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

RGB channels and saturation

R 141 of 255 = 55%
G 237 of 255 = 93%
B 131 of 255 = 51%

141
237
131

R + G + B ~ 66%. #8DED83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 237 + 131 = 509 (100%)
R 141 of 509 ~ 27.7%
G 237 of 509 ~ 46.56%
B 131 of 509 ~ 25.74%

%27.7
%46.56
%25.74

CMYK color model

#8DED83 color CMYK value is (41,0,45,7).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 44.73%
  • key color value is 7.06%
CMYK:
(41,0,45,7)
C41M0Y45K7 
(41%,0%,45%,7%)
(0.41/0.00/0.45/0.07)	

CMYK percentages

%40.51
%0
%44.73
%7.06

Codes

Color #8DED83 in popluar color models

8DED83
RGB141237131
HSL114°74.65%72.16%
HSB/HSV114°44.73%92.94%
CMYK40.51%0.00%44.73%
7.06%

Color #8DED83 in popluar number systems.

HEX8DED83
Decimal141237131
Binary100011011110110110000011
Octal215355203

Shades and tints

Shades of #8DED83

#8DED83
(141,237,131)
#81D878
(129,216,120)
#75C36D
(117,195,109)
#69AE62
(105,174,98)
#5D9957
(93,153,87)
#51844C
(81,132,76)
#456F41
(69,111,65)
#395A36
(57,90,54)
#2D452B
(45,69,43)
#213020
(33,48,32)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #8DED83

#8DED83
(141,237,131)
#97EE8E
(151,238,142)
#A1EF99
(161,239,153)
#ABF0A4
(171,240,164)
#B5F1AF
(181,241,175)
#BFF2BA
(191,242,186)
#C9F3C5
(201,243,197)
#D3F4D0
(211,244,208)
#DDF5DB
(221,245,219)
#E7F6E6
(231,246,230)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DED83; }

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

This text font color is #8DED83.


Background Color

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

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

This div background color is #8DED83.


Border color

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

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

This div border color is #8DED83.


Opacity

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

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

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

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

This text has shadow with #8DED83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DED83 on black background.


Color preview on white background

This text has color #8DED83 on white background.



Black color preview on #8DED83 background

This text has black color on #8DED83 background.


White color preview on #8DED83 background

This text has white color on #8DED83 background.