COLOR #8DBC66

HEX: #8DBC66 RGB: (141,188,102)

Color info

#8DBC66 contains mainly red and green colors. Web safe color of #8DBC66 is #99CC66 (or #9C6).

RGB color model

#8DBC66 color RGB value is (141,188,102).

RGB: (141,188,102) (55%, 74%, 40%)

RGB channels and saturation

R 141 of 255 = 55%
G 188 of 255 = 74%
B 102 of 255 = 40%

141
188
102

R + G + B ~ 56%. #8DBC66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 188 + 102 = 431 (100%)
R 141 of 431 ~ 32.71%
G 188 of 431 ~ 43.62%
B 102 of 431 ~ 23.67'%

%32.71
%43.62
%23.67

CMYK color model

#8DBC66 color CMYK value is (25,0,46,26).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 26.27%
CMYK: (25,0,46,26) C25M0Y46K26 (25%,0%,46%,26%) (0.25/0.00/0.46/0.26) 

CMYK percentages

%25
%0
%45.74
%26.27

Codes

Color #8DBC66 in popluar color models

8D BC 66
RGB 141 188 102
HSL 93° 39.09% 56.86%
HSB/HSV 93° 45.74% 73.73%
CMYK 25.00% 0.00% 45.74%
26.27%

Color #8DBC66 in popluar number systems.

HEX 8D BC 66
Decimal 141 188 102
Binary 10001101 10111100 1100110
Octal 215 274 146

Shades and tints

Shades of #8DBC66

#8DBC66
(141,188,102)
#81AB5D
(129,171,93)
#759A54
(117,154,84)
#69894B
(105,137,75)
#5D7842
(93,120,66)
#516739
(81,103,57)
#455630
(69,86,48)
#394527
(57,69,39)
#2D341E
(45,52,30)
#212315
(33,35,21)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #8DBC66

#8DBC66
(141,188,102)
#97C273
(151,194,115)
#A1C880
(161,200,128)
#ABCE8D
(171,206,141)
#B5D49A
(181,212,154)
#BFDAA7
(191,218,167)
#C9E0B4
(201,224,180)
#D3E6C1
(211,230,193)
#DDECCE
(221,236,206)
#E7F2DB
(231,242,219)
#F1F8E8
(241,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DBC66; }

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

This text font color is #8DBC66.

Background Color

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

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

This div background color is #8DBC66.

Border color

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

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

This div border color is #8DBC66.

Opacity

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

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

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

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

This text has shadow with #8DBC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DBC66.

Preview

Color preview on black background

This text has color #8DBC66 on black background.


Color preview on white background

This text has color #8DBC66 on white background.


Black color preview on #8DBC66 background

This text has black color on #8DBC66 background.


White color preview on #8DBC66 background

This text has white color on #8DBC66 background.


Related colors

Complementary color

Complementary color for #hex is #724399.


I love getcolorcode.com

Triadic colors

1 #668DBC and #BC668D with #8DBC66 are triadic colors.

2 #66BC8D and #BC8D66 with #8DBC66 are triadic colors.