COLOR #8DD88D

HEX: #8DD88D
RGB: (141,216,141)

Color info

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

RGB color model

#8DD88D color RGB value is (141,216,141).

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

RGB channels and saturation

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

141
216
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 216 + 141 = 498 (100%)
R 141 of 498 ~ 28.31%
G 216 of 498 ~ 43.37%
B 141 of 498 ~ 28.31%

%28.31
%43.37
%28.31

CMYK color model

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

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

CMYK percentages

%34.72
%0
%34.72
%15.29

Codes

Color #8DD88D in popluar color models

8DD88D
RGB141216141
HSL120°49.02%70.00%
HSB/HSV120°34.72%84.71%
CMYK34.72%0.00%34.72%
15.29%

Color #8DD88D in popluar number systems.

HEX8DD88D
Decimal141216141
Binary100011011101100010001101
Octal215330215

Shades and tints

Shades of #8DD88D

#8DD88D
(141,216,141)
#81C581
(129,197,129)
#75B275
(117,178,117)
#699F69
(105,159,105)
#5D8C5D
(93,140,93)
#517951
(81,121,81)
#456645
(69,102,69)
#395339
(57,83,57)
#2D402D
(45,64,45)
#212D21
(33,45,33)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #8DD88D

#8DD88D
(141,216,141)
#97DB97
(151,219,151)
#A1DEA1
(161,222,161)
#ABE1AB
(171,225,171)
#B5E4B5
(181,228,181)
#BFE7BF
(191,231,191)
#C9EAC9
(201,234,201)
#D3EDD3
(211,237,211)
#DDF0DD
(221,240,221)
#E7F3E7
(231,243,231)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD88D; }

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

This text font color is #8DD88D.


Background Color

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

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

This div background color is #8DD88D.


Border color

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

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

This div border color is #8DD88D.


Opacity

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

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

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

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

This text has shadow with #8DD88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD88D on black background.


Color preview on white background

This text has color #8DD88D on white background.



Black color preview on #8DD88D background

This text has black color on #8DD88D background.


White color preview on #8DD88D background

This text has white color on #8DD88D background.