COLOR #8DDB7F

HEX: #8DDB7F RGB: (141,219,127)

Color info

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

RGB color model

#8DDB7F color RGB value is (141,219,127).

RGB: (141,219,127) (55%, 86%, 50%)

RGB channels and saturation

R 141 of 255 = 55%
G 219 of 255 = 86%
B 127 of 255 = 50%

141
219
127

R + G + B ~ 64%. #8DDB7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 219 + 127 = 487 (100%)
R 141 of 487 ~ 28.95%
G 219 of 487 ~ 44.97%
B 127 of 487 ~ 26.08'%

%28.95
%44.97
%26.08

CMYK color model

#8DDB7F color CMYK value is (36,0,42,14).

  • cyan value is 35.62%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • key color value is 14.12%

CMYK: (36,0,42,14)
C36M0Y42K14 (36%, 0%, 42%, 14%)
(0.36 / 0.00 / 0.42 / 0.14)

CMYK percentages

%35.62
%0
%42.01
%14.12

Codes

Color #8DDB7F in popluar color models

8D DB 7F
RGB 141 219 127
HSL 111° 56.10% 67.84%
HSB/HSV 111° 42.01% 85.88%
CMYK 35.62% 0.00% 42.01%
14.12%

Color #8DDB7F in popluar number systems.

HEX 8D DB 7F
Decimal 141 219 127
Binary 10001101 11011011 1111111
Octal 215 333 177

Shades and tints

Shades of #8DDB7F

#8DDB7F
(141,219,127)
#81C874
(129,200,116)
#75B569
(117,181,105)
#69A25E
(105,162,94)
#5D8F53
(93,143,83)
#517C48
(81,124,72)
#45693D
(69,105,61)
#395632
(57,86,50)
#2D4327
(45,67,39)
#21301C
(33,48,28)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #8DDB7F

#8DDB7F
(141,219,127)
#97DE8A
(151,222,138)
#A1E195
(161,225,149)
#ABE4A0
(171,228,160)
#B5E7AB
(181,231,171)
#BFEAB6
(191,234,182)
#C9EDC1
(201,237,193)
#D3F0CC
(211,240,204)
#DDF3D7
(221,243,215)
#E7F6E2
(231,246,226)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DDB7F; }

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

This text font color is #8DDB7F.

Background Color

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

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

This div background color is #8DDB7F.

Border color

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

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

This div border color is #8DDB7F.

Opacity

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

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

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

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

This text has shadow with #8DDB7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DDB7F.

Preview

Color preview on black background

This text has color #8DDB7F on black background.


Color preview on white background

This text has color #8DDB7F on white background.


Black color preview on #8DDB7F background

This text has black color on #8DDB7F background.


White color preview on #8DDB7F background

This text has white color on #8DDB7F background.


Related colors

Complementary color

Complementary color for #hex is #722480.


I love getcolorcode.com

Triadic colors

1 #7F8DDB and #DB7F8D with #8DDB7F are triadic colors.

2 #7FDB8D and #DB8D7F with #8DDB7F are triadic colors.