COLOR #8DD293

HEX: #8DD293 RGB: (141,210,147)

Color info

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

RGB color model

#8DD293 color RGB value is (141,210,147).

RGB: (141,210,147) (55%, 82%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 210 of 255 = 82%
B 147 of 255 = 58%

141
210
147

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

Portions of RGB colors in percentages

R + G + B = 141 + 210 + 147 = 498 (100%)
R 141 of 498 ~ 28.31%
G 210 of 498 ~ 42.17%
B 147 of 498 ~ 29.52'%

%28.31
%42.17
%29.52

CMYK color model

#8DD293 color CMYK value is (33,0,30,18).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%

CMYK: (33,0,30,18)
C33M0Y30K18 (33%, 0%, 30%, 18%)
(0.33 / 0.00 / 0.30 / 0.18)

CMYK percentages

%32.86
%0
%30
%17.65

Codes

Color #8DD293 in popluar color models

8D D2 93
RGB 141 210 147
HSL 125° 43.40% 68.82%
HSB/HSV 125° 32.86% 82.35%
CMYK 32.86% 0.00% 30.00%
17.65%

Color #8DD293 in popluar number systems.

HEX 8D D2 93
Decimal 141 210 147
Binary 10001101 11010010 10010011
Octal 215 322 223

Shades and tints

Shades of #8DD293

#8DD293
(141,210,147)
#81BF86
(129,191,134)
#75AC79
(117,172,121)
#69996C
(105,153,108)
#5D865F
(93,134,95)
#517352
(81,115,82)
#456045
(69,96,69)
#394D38
(57,77,56)
#2D3A2B
(45,58,43)
#21271E
(33,39,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8DD293

#8DD293
(141,210,147)
#97D69C
(151,214,156)
#A1DAA5
(161,218,165)
#ABDEAE
(171,222,174)
#B5E2B7
(181,226,183)
#BFE6C0
(191,230,192)
#C9EAC9
(201,234,201)
#D3EED2
(211,238,210)
#DDF2DB
(221,242,219)
#E7F6E4
(231,246,228)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD293; }

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

This text font color is #8DD293.

Background Color

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

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

This div background color is #8DD293.

Border color

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

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

This div border color is #8DD293.

Opacity

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

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

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

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

This text has shadow with #8DD293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD293.

Preview

Color preview on black background

This text has color #8DD293 on black background.


Color preview on white background

This text has color #8DD293 on white background.


Black color preview on #8DD293 background

This text has black color on #8DD293 background.


White color preview on #8DD293 background

This text has white color on #8DD293 background.


Related colors

Complementary color

Complementary color for #hex is #722D6C.


I love getcolorcode.com

Triadic colors

1 #938DD2 and #D2938D with #8DD293 are triadic colors.

2 #93D28D and #D28D93 with #8DD293 are triadic colors.