COLOR #8FB89D

HEX: #8FB89D
RGB: (143,184,157)

Color info

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

RGB color model

#8FB89D color RGB value is (143,184,157).

  • red value is 143;
  • green value is 184;
  • blue value is 157.
RGB:
(143,184,157)
(56%,72%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 184 of 255 = 72%
B 157 of 255 = 62%

143
184
157

R + G + B ~ 63%. #8FB89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 184 + 157 = 484 (100%)
R 143 of 484 ~ 29.55%
G 184 of 484 ~ 38.02%
B 157 of 484 ~ 32.44%

%29.55
%38.02
%32.44

CMYK color model

#8FB89D color CMYK value is (22,0,15,28).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK:
(22,0,15,28)
C22M0Y15K28 
(22%,0%,15%,28%)
(0.22/0.00/0.15/0.28)	

CMYK percentages

%22.28
%0
%14.67
%27.84

Codes

Color #8FB89D in popluar color models

8FB89D
RGB143184157
HSL140°22.40%64.12%
HSB/HSV140°22.28%72.16%
CMYK22.28%0.00%14.67%
27.84%

Color #8FB89D in popluar number systems.

HEX8FB89D
Decimal143184157
Binary100011111011100010011101
Octal217270235

Shades and tints

Shades of #8FB89D

#8FB89D
(143,184,157)
#82A88F
(130,168,143)
#759881
(117,152,129)
#688873
(104,136,115)
#5B7865
(91,120,101)
#4E6857
(78,104,87)
#415849
(65,88,73)
#34483B
(52,72,59)
#27382D
(39,56,45)
#1A281F
(26,40,31)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #8FB89D

#8FB89D
(143,184,157)
#99BEA5
(153,190,165)
#A3C4AD
(163,196,173)
#ADCAB5
(173,202,181)
#B7D0BD
(183,208,189)
#C1D6C5
(193,214,197)
#CBDCCD
(203,220,205)
#D5E2D5
(213,226,213)
#DFE8DD
(223,232,221)
#E9EEE5
(233,238,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB89D; }

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

This text font color is #8FB89D.


Background Color

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

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

This div background color is #8FB89D.


Border color

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

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

This div border color is #8FB89D.


Opacity

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

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

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

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

This text has shadow with #8FB89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB89D on black background.


Color preview on white background

This text has color #8FB89D on white background.



Black color preview on #8FB89D background

This text has black color on #8FB89D background.


White color preview on #8FB89D background

This text has white color on #8FB89D background.