COLOR #8FBC91

HEX: #8FBC91
RGB: (143,188,145)

Color info

#8FBC91 contains red, green and blue colors in about the same proportion. Web safe color of #8FBC91 is #99CC99 (or #9C9).

RGB color model

#8FBC91 color RGB value is (143,188,145).

  • red value is 143;
  • green value is 188;
  • blue value is 145.
RGB:
(143,188,145)
(56%,74%,57%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 145 of 255 = 57%

143
188
145

R + G + B ~ 62%. #8FBC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 145 = 476 (100%)
R 143 of 476 ~ 30.04%
G 188 of 476 ~ 39.5%
B 145 of 476 ~ 30.46%

%30.04
%39.5
%30.46

CMYK color model

#8FBC91 color CMYK value is (24,0,23,26).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(24,0,23,26)
C24M0Y23K26 
(24%,0%,23%,26%)
(0.24/0.00/0.23/0.26)	

CMYK percentages

%23.94
%0
%22.87
%26.27

Codes

Color #8FBC91 in popluar color models

8FBC91
RGB143188145
HSL123°25.14%64.90%
HSB/HSV123°23.94%73.73%
CMYK23.94%0.00%22.87%
26.27%

Color #8FBC91 in popluar number systems.

HEX8FBC91
Decimal143188145
Binary100011111011110010010001
Octal217274221

Shades and tints

Shades of #8FBC91

#8FBC91
(143,188,145)
#82AB84
(130,171,132)
#759A77
(117,154,119)
#68896A
(104,137,106)
#5B785D
(91,120,93)
#4E6750
(78,103,80)
#415643
(65,86,67)
#344536
(52,69,54)
#273429
(39,52,41)
#1A231C
(26,35,28)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #8FBC91

#8FBC91
(143,188,145)
#99C29B
(153,194,155)
#A3C8A5
(163,200,165)
#ADCEAF
(173,206,175)
#B7D4B9
(183,212,185)
#C1DAC3
(193,218,195)
#CBE0CD
(203,224,205)
#D5E6D7
(213,230,215)
#DFECE1
(223,236,225)
#E9F2EB
(233,242,235)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBC91 color. Also use rgb(143,188,145) instead hex code.

Text Font Color

.myTextColor { color: #8FBC91; }

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

This text font color is #8FBC91.


Background Color

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

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

This div background color is #8FBC91.


Border color

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

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

This div border color is #8FBC91.


Opacity

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

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

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

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

This text has shadow with #8FBC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBC91 on black background.


Color preview on white background

This text has color #8FBC91 on white background.



Black color preview on #8FBC91 background

This text has black color on #8FBC91 background.


White color preview on #8FBC91 background

This text has white color on #8FBC91 background.