COLOR #8BBB7C

HEX: #8BBB7C RGB: (139,187,124)

Color info

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

RGB color model

#8BBB7C color RGB value is (139,187,124).

RGB: (139,187,124) (55%, 73%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 187 of 255 = 73%
B 124 of 255 = 49%

139
187
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 187 + 124 = 450 (100%)
R 139 of 450 ~ 30.89%
G 187 of 450 ~ 41.56%
B 124 of 450 ~ 27.56'%

%30.89
%41.56
%27.56

CMYK color model

#8BBB7C color CMYK value is (26,0,34,27).

  • cyan value is 25.67%
  • magenta value is 0.00%
  • yellow value is 33.69%
  • key color value is 26.67%

CMYK: (26,0,34,27)
C26M0Y34K27 (26%, 0%, 34%, 27%)
(0.26 / 0.00 / 0.34 / 0.27)

CMYK percentages

%25.67
%0
%33.69
%26.67

Codes

Color #8BBB7C in popluar color models

8B BB 7C
RGB 139 187 124
HSL 106° 31.66% 60.98%
HSB/HSV 106° 33.69% 73.33%
CMYK 25.67% 0.00% 33.69%
26.67%

Color #8BBB7C in popluar number systems.

HEX 8B BB 7C
Decimal 139 187 124
Binary 10001011 10111011 1111100
Octal 213 273 174

Shades and tints

Shades of #8BBB7C

#8BBB7C
(139,187,124)
#7FAA71
(127,170,113)
#739966
(115,153,102)
#67885B
(103,136,91)
#5B7750
(91,119,80)
#4F6645
(79,102,69)
#43553A
(67,85,58)
#37442F
(55,68,47)
#2B3324
(43,51,36)
#1F2219
(31,34,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8BBB7C

#8BBB7C
(139,187,124)
#95C187
(149,193,135)
#9FC792
(159,199,146)
#A9CD9D
(169,205,157)
#B3D3A8
(179,211,168)
#BDD9B3
(189,217,179)
#C7DFBE
(199,223,190)
#D1E5C9
(209,229,201)
#DBEBD4
(219,235,212)
#E5F1DF
(229,241,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBB7C color. Also use rgb(139,187,124) instead hex code.

Text Font Color

.myTextColor { color: #8BBB7C; }

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

This text font color is #8BBB7C.

Background Color

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

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

This div background color is #8BBB7C.

Border color

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

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

This div border color is #8BBB7C.

Opacity

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

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

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

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

This text has shadow with #8BBB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BBB7C.

Preview

Color preview on black background

This text has color #8BBB7C on black background.


Color preview on white background

This text has color #8BBB7C on white background.


Black color preview on #8BBB7C background

This text has black color on #8BBB7C background.


White color preview on #8BBB7C background

This text has white color on #8BBB7C background.


Related colors

Complementary color

Complementary color for #hex is #744483.


I love getcolorcode.com

Triadic colors

1 #7C8BBB and #BB7C8B with #8BBB7C are triadic colors.

2 #7CBB8B and #BB8B7C with #8BBB7C are triadic colors.