COLOR #8CBB7D

HEX: #8CBB7D RGB: (140,187,125)

Color info

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

RGB color model

#8CBB7D color RGB value is (140,187,125).

RGB: (140,187,125) (55%, 73%, 49%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 125 of 255 = 49%

140
187
125

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

Portions of RGB colors in percentages

R + G + B = 140 + 187 + 125 = 452 (100%)
R 140 of 452 ~ 30.97%
G 187 of 452 ~ 41.37%
B 125 of 452 ~ 27.65'%

%30.97
%41.37
%27.65

CMYK color model

#8CBB7D color CMYK value is (25,0,33,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 26.67%
CMYK: (25,0,33,27) C25M0Y33K27 (25%,0%,33%,27%) (0.25/0.00/0.33/0.27) 

CMYK percentages

%25.13
%0
%33.16
%26.67

Codes

Color #8CBB7D in popluar color models

8C BB 7D
RGB 140 187 125
HSL 105° 31.31% 61.18%
HSB/HSV 105° 33.16% 73.33%
CMYK 25.13% 0.00% 33.16%
26.67%

Color #8CBB7D in popluar number systems.

HEX 8C BB 7D
Decimal 140 187 125
Binary 10001100 10111011 1111101
Octal 214 273 175

Shades and tints

Shades of #8CBB7D

#8CBB7D
(140,187,125)
#80AA72
(128,170,114)
#749967
(116,153,103)
#68885C
(104,136,92)
#5C7751
(92,119,81)
#506646
(80,102,70)
#44553B
(68,85,59)
#384430
(56,68,48)
#2C3325
(44,51,37)
#20221A
(32,34,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #8CBB7D

#8CBB7D
(140,187,125)
#96C188
(150,193,136)
#A0C793
(160,199,147)
#AACD9E
(170,205,158)
#B4D3A9
(180,211,169)
#BED9B4
(190,217,180)
#C8DFBF
(200,223,191)
#D2E5CA
(210,229,202)
#DCEBD5
(220,235,213)
#E6F1E0
(230,241,224)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBB7D color. Also use rgb(140,187,125) instead hex code.

Text Font Color

.myTextColor { color: #8CBB7D; }

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

This text font color is #8CBB7D.

Background Color

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

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

This div background color is #8CBB7D.

Border color

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

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

This div border color is #8CBB7D.

Opacity

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

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

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

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

This text has shadow with #8CBB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBB7D.

Preview

Color preview on black background

This text has color #8CBB7D on black background.


Color preview on white background

This text has color #8CBB7D on white background.


Black color preview on #8CBB7D background

This text has black color on #8CBB7D background.


White color preview on #8CBB7D background

This text has white color on #8CBB7D background.


Related colors

Complementary color

Complementary color for #hex is #734482.


I love getcolorcode.com

Triadic colors

1 #7D8CBB and #BB7D8C with #8CBB7D are triadic colors.

2 #7DBB8C and #BB8C7D with #8CBB7D are triadic colors.