COLOR #8DDE6B

HEX: #8DDE6B RGB: (141,222,107)

Color info

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

RGB color model

#8DDE6B color RGB value is (141,222,107).

RGB: (141,222,107) (55%, 87%, 42%)

RGB channels and saturation

R 141 of 255 = 55%
G 222 of 255 = 87%
B 107 of 255 = 42%

141
222
107

R + G + B ~ 61%. #8DDE6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 222 + 107 = 470 (100%)
R 141 of 470 ~ 30%
G 222 of 470 ~ 47.23%
B 107 of 470 ~ 22.77'%

%30
%47.23
%22.77

CMYK color model

#8DDE6B color CMYK value is (36,0,52,13).

  • cyan value is 36.49%
  • magenta value is 0.00%
  • yellow value is 51.80%
  • key color value is 12.94%

CMYK: (36,0,52,13)
C36M0Y52K13 (36%, 0%, 52%, 13%)
(0.36 / 0.00 / 0.52 / 0.13)

CMYK percentages

%36.49
%0
%51.8
%12.94

Codes

Color #8DDE6B in popluar color models

8D DE 6B
RGB 141 222 107
HSL 102° 63.54% 64.51%
HSB/HSV 102° 51.80% 87.06%
CMYK 36.49% 0.00% 51.80%
12.94%

Color #8DDE6B in popluar number systems.

HEX 8D DE 6B
Decimal 141 222 107
Binary 10001101 11011110 1101011
Octal 215 336 153

Shades and tints

Shades of #8DDE6B

#8DDE6B
(141,222,107)
#81CA62
(129,202,98)
#75B659
(117,182,89)
#69A250
(105,162,80)
#5D8E47
(93,142,71)
#517A3E
(81,122,62)
#456635
(69,102,53)
#39522C
(57,82,44)
#2D3E23
(45,62,35)
#212A1A
(33,42,26)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #8DDE6B

#8DDE6B
(141,222,107)
#97E178
(151,225,120)
#A1E485
(161,228,133)
#ABE792
(171,231,146)
#B5EA9F
(181,234,159)
#BFEDAC
(191,237,172)
#C9F0B9
(201,240,185)
#D3F3C6
(211,243,198)
#DDF6D3
(221,246,211)
#E7F9E0
(231,249,224)
#F1FCED
(241,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DDE6B; }

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

This text font color is #8DDE6B.

Background Color

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

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

This div background color is #8DDE6B.

Border color

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

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

This div border color is #8DDE6B.

Opacity

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

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

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

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

This text has shadow with #8DDE6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DDE6B.

Preview

Color preview on black background

This text has color #8DDE6B on black background.


Color preview on white background

This text has color #8DDE6B on white background.


Black color preview on #8DDE6B background

This text has black color on #8DDE6B background.


White color preview on #8DDE6B background

This text has white color on #8DDE6B background.


Related colors

Complementary color

Complementary color for #hex is #722194.


I love getcolorcode.com

Triadic colors

1 #6B8DDE and #DE6B8D with #8DDE6B are triadic colors.

2 #6BDE8D and #DE8D6B with #8DDE6B are triadic colors.