COLOR #8FBB7B

HEX: #8FBB7B
RGB: (143,187,123)

Color info

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

RGB color model

#8FBB7B color RGB value is (143,187,123).

  • red value is 143;
  • green value is 187;
  • blue value is 123.
RGB:
(143,187,123)
(56%,73%,48%)

RGB channels and saturation

R 143 of 255 = 56%
G 187 of 255 = 73%
B 123 of 255 = 48%

143
187
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 187 + 123 = 453 (100%)
R 143 of 453 ~ 31.57%
G 187 of 453 ~ 41.28%
B 123 of 453 ~ 27.15%

%31.57
%41.28
%27.15

CMYK color model

#8FBB7B color CMYK value is (24,0,34,27).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 34.22%
  • key color value is 26.67%
CMYK:
(24,0,34,27)
C24M0Y34K27 
(24%,0%,34%,27%)
(0.24/0.00/0.34/0.27)	

CMYK percentages

%23.53
%0
%34.22
%26.67

Codes

Color #8FBB7B in popluar color models

8FBB7B
RGB143187123
HSL101°32.00%60.78%
HSB/HSV101°34.22%73.33%
CMYK23.53%0.00%34.22%
26.67%

Color #8FBB7B in popluar number systems.

HEX8FBB7B
Decimal143187123
Binary10001111101110111111011
Octal217273173

Shades and tints

Shades of #8FBB7B

#8FBB7B
(143,187,123)
#82AA70
(130,170,112)
#759965
(117,153,101)
#68885A
(104,136,90)
#5B774F
(91,119,79)
#4E6644
(78,102,68)
#415539
(65,85,57)
#34442E
(52,68,46)
#273323
(39,51,35)
#1A2218
(26,34,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #8FBB7B

#8FBB7B
(143,187,123)
#99C187
(153,193,135)
#A3C793
(163,199,147)
#ADCD9F
(173,205,159)
#B7D3AB
(183,211,171)
#C1D9B7
(193,217,183)
#CBDFC3
(203,223,195)
#D5E5CF
(213,229,207)
#DFEBDB
(223,235,219)
#E9F1E7
(233,241,231)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBB7B color. Also use rgb(143,187,123) instead hex code.

Text Font Color

.myTextColor { color: #8FBB7B; }

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

This text font color is #8FBB7B.


Background Color

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

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

This div background color is #8FBB7B.


Border color

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

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

This div border color is #8FBB7B.


Opacity

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

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

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

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

This text has shadow with #8FBB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBB7B on black background.


Color preview on white background

This text has color #8FBB7B on white background.



Black color preview on #8FBB7B background

This text has black color on #8FBB7B background.


White color preview on #8FBB7B background

This text has white color on #8FBB7B background.