COLOR #8DD47F

HEX: #8DD47F
RGB: (141,212,127)

Color info

#8DD47F contains mainly green color. Web safe color of #8DD47F is #99CC66 (or #9C6).

RGB color model

#8DD47F color RGB value is (141,212,127).

  • red value is 141;
  • green value is 212;
  • blue value is 127.
RGB:
(141,212,127)
(55%,83%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 212 of 255 = 83%
B 127 of 255 = 50%

141
212
127

R + G + B ~ 63%. #8DD47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 212 + 127 = 480 (100%)
R 141 of 480 ~ 29.38%
G 212 of 480 ~ 44.17%
B 127 of 480 ~ 26.46%

%29.38
%44.17
%26.46

CMYK color model

#8DD47F color CMYK value is (33,0,40,17).

  • cyan value is 33.49%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(33,0,40,17)
C33M0Y40K17 
(33%,0%,40%,17%)
(0.33/0.00/0.40/0.17)	

CMYK percentages

%33.49
%0
%40.09
%16.86

Codes

Color #8DD47F in popluar color models

8DD47F
RGB141212127
HSL110°49.71%66.47%
HSB/HSV110°40.09%83.14%
CMYK33.49%0.00%40.09%
16.86%

Color #8DD47F in popluar number systems.

HEX8DD47F
Decimal141212127
Binary10001101110101001111111
Octal215324177

Shades and tints

Shades of #8DD47F

#8DD47F
(141,212,127)
#81C174
(129,193,116)
#75AE69
(117,174,105)
#699B5E
(105,155,94)
#5D8853
(93,136,83)
#517548
(81,117,72)
#45623D
(69,98,61)
#394F32
(57,79,50)
#2D3C27
(45,60,39)
#21291C
(33,41,28)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #8DD47F

#8DD47F
(141,212,127)
#97D78A
(151,215,138)
#A1DA95
(161,218,149)
#ABDDA0
(171,221,160)
#B5E0AB
(181,224,171)
#BFE3B6
(191,227,182)
#C9E6C1
(201,230,193)
#D3E9CC
(211,233,204)
#DDECD7
(221,236,215)
#E7EFE2
(231,239,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD47F color. Also use rgb(141,212,127) instead hex code.

Text Font Color

.myTextColor { color: #8DD47F; }

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

This text font color is #8DD47F.


Background Color

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

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

This div background color is #8DD47F.


Border color

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

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

This div border color is #8DD47F.


Opacity

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

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

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

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

This text has shadow with #8DD47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD47F on black background.


Color preview on white background

This text has color #8DD47F on white background.



Black color preview on #8DD47F background

This text has black color on #8DD47F background.


White color preview on #8DD47F background

This text has white color on #8DD47F background.