COLOR #8FBC8F

HEX: #8FBC8F
RGB: (143,188,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
188
143

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

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 143 = 474 (100%)
R 143 of 474 ~ 30.17%
G 188 of 474 ~ 39.66%
B 143 of 474 ~ 30.17%

%30.17
%39.66
%30.17

CMYK color model

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

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

CMYK percentages

%23.94
%0
%23.94
%26.27

Codes

Color #8FBC8F in popluar color models

8FBC8F
RGB143188143
HSL120°25.14%64.90%
HSB/HSV120°23.94%73.73%
CMYK23.94%0.00%23.94%
26.27%

Color #8FBC8F in popluar number systems.

HEX8FBC8F
Decimal143188143
Binary100011111011110010001111
Octal217274217

Shades and tints

Shades of #8FBC8F

#8FBC8F
(143,188,143)
#82AB82
(130,171,130)
#759A75
(117,154,117)
#688968
(104,137,104)
#5B785B
(91,120,91)
#4E674E
(78,103,78)
#415641
(65,86,65)
#344534
(52,69,52)
#273427
(39,52,39)
#1A231A
(26,35,26)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #8FBC8F

#8FBC8F
(143,188,143)
#99C299
(153,194,153)
#A3C8A3
(163,200,163)
#ADCEAD
(173,206,173)
#B7D4B7
(183,212,183)
#C1DAC1
(193,218,193)
#CBE0CB
(203,224,203)
#D5E6D5
(213,230,213)
#DFECDF
(223,236,223)
#E9F2E9
(233,242,233)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBC8F; }

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

This text font color is #8FBC8F.


Background Color

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

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

This div background color is #8FBC8F.


Border color

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

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

This div border color is #8FBC8F.


Opacity

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

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

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

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

This text has shadow with #8FBC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBC8F on black background.


Color preview on white background

This text has color #8FBC8F on white background.



Black color preview on #8FBC8F background

This text has black color on #8FBC8F background.


White color preview on #8FBC8F background

This text has white color on #8FBC8F background.