COLOR #8DD98D

HEX: #8DD98D
RGB: (141,217,141)

Color info

#8DD98D contains mainly green color. Web safe color of #8DD98D is #99CC99 (or #9C9).

RGB color model

#8DD98D color RGB value is (141,217,141).

  • red value is 141;
  • green value is 217;
  • blue value is 141.
RGB:
(141,217,141)
(55%,85%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 217 of 255 = 85%
B 141 of 255 = 55%

141
217
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 217 + 141 = 499 (100%)
R 141 of 499 ~ 28.26%
G 217 of 499 ~ 43.49%
B 141 of 499 ~ 28.26%

%28.26
%43.49
%28.26

CMYK color model

#8DD98D color CMYK value is (35,0,35,15).

  • cyan value is 35.02%
  • magenta value is 0.00%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(35,0,35,15)
C35M0Y35K15 
(35%,0%,35%,15%)
(0.35/0.00/0.35/0.15)	

CMYK percentages

%35.02
%0
%35.02
%14.9

Codes

Color #8DD98D in popluar color models

8DD98D
RGB141217141
HSL120°50.00%70.20%
HSB/HSV120°35.02%85.10%
CMYK35.02%0.00%35.02%
14.90%

Color #8DD98D in popluar number systems.

HEX8DD98D
Decimal141217141
Binary100011011101100110001101
Octal215331215

Shades and tints

Shades of #8DD98D

#8DD98D
(141,217,141)
#81C681
(129,198,129)
#75B375
(117,179,117)
#69A069
(105,160,105)
#5D8D5D
(93,141,93)
#517A51
(81,122,81)
#456745
(69,103,69)
#395439
(57,84,57)
#2D412D
(45,65,45)
#212E21
(33,46,33)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #8DD98D

#8DD98D
(141,217,141)
#97DC97
(151,220,151)
#A1DFA1
(161,223,161)
#ABE2AB
(171,226,171)
#B5E5B5
(181,229,181)
#BFE8BF
(191,232,191)
#C9EBC9
(201,235,201)
#D3EED3
(211,238,211)
#DDF1DD
(221,241,221)
#E7F4E7
(231,244,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD98D; }

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

This text font color is #8DD98D.


Background Color

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

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

This div background color is #8DD98D.


Border color

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

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

This div border color is #8DD98D.


Opacity

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

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

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

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

This text has shadow with #8DD98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD98D on black background.


Color preview on white background

This text has color #8DD98D on white background.



Black color preview on #8DD98D background

This text has black color on #8DD98D background.


White color preview on #8DD98D background

This text has white color on #8DD98D background.