COLOR #8BDD6C

HEX: #8BDD6C RGB: (139,221,108)

Color info

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

RGB color model

#8BDD6C color RGB value is (139,221,108).

RGB: (139,221,108) (55%, 87%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 221 of 255 = 87%
B 108 of 255 = 42%

139
221
108

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

Portions of RGB colors in percentages

R + G + B = 139 + 221 + 108 = 468 (100%)
R 139 of 468 ~ 29.7%
G 221 of 468 ~ 47.22%
B 108 of 468 ~ 23.08'%

%29.7
%47.22
%23.08

CMYK color model

#8BDD6C color CMYK value is (37,0,51,13).

  • cyan value is 37.10%
  • magenta value is 0.00%
  • yellow value is 51.13%
  • key color value is 13.33%

CMYK: (37,0,51,13)
C37M0Y51K13 (37%, 0%, 51%, 13%)
(0.37 / 0.00 / 0.51 / 0.13)

CMYK percentages

%37.1
%0
%51.13
%13.33

Codes

Color #8BDD6C in popluar color models

8B DD 6C
RGB 139 221 108
HSL 104° 62.43% 64.51%
HSB/HSV 104° 51.13% 86.67%
CMYK 37.10% 0.00% 51.13%
13.33%

Color #8BDD6C in popluar number systems.

HEX 8B DD 6C
Decimal 139 221 108
Binary 10001011 11011101 1101100
Octal 213 335 154

Shades and tints

Shades of #8BDD6C

#8BDD6C
(139,221,108)
#7FC963
(127,201,99)
#73B55A
(115,181,90)
#67A151
(103,161,81)
#5B8D48
(91,141,72)
#4F793F
(79,121,63)
#436536
(67,101,54)
#37512D
(55,81,45)
#2B3D24
(43,61,36)
#1F291B
(31,41,27)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #8BDD6C

#8BDD6C
(139,221,108)
#95E079
(149,224,121)
#9FE386
(159,227,134)
#A9E693
(169,230,147)
#B3E9A0
(179,233,160)
#BDECAD
(189,236,173)
#C7EFBA
(199,239,186)
#D1F2C7
(209,242,199)
#DBF5D4
(219,245,212)
#E5F8E1
(229,248,225)
#EFFBEE
(239,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BDD6C color. Also use rgb(139,221,108) instead hex code.

Text Font Color

.myTextColor { color: #8BDD6C; }

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

This text font color is #8BDD6C.

Background Color

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

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

This div background color is #8BDD6C.

Border color

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

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

This div border color is #8BDD6C.

Opacity

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

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

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

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

This text has shadow with #8BDD6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BDD6C.

Preview

Color preview on black background

This text has color #8BDD6C on black background.


Color preview on white background

This text has color #8BDD6C on white background.


Black color preview on #8BDD6C background

This text has black color on #8BDD6C background.


White color preview on #8BDD6C background

This text has white color on #8BDD6C background.


Related colors

Complementary color

Complementary color for #hex is #742293.


I love getcolorcode.com

Triadic colors

1 #6C8BDD and #DD6C8B with #8BDD6C are triadic colors.

2 #6CDD8B and #DD8B6C with #8BDD6C are triadic colors.