COLOR #8FB093

HEX: #8FB093
RGB: (143,176,147)

Color info

#8FB093 contains red, green and blue colors in about the same proportion. Web safe color of #8FB093 is #999999 (or #999).

RGB color model

#8FB093 color RGB value is (143,176,147).

  • red value is 143;
  • green value is 176;
  • blue value is 147.
RGB:
(143,176,147)
(56%,69%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 147 of 255 = 58%

143
176
147

R + G + B ~ 61%. #8FB093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 147 = 466 (100%)
R 143 of 466 ~ 30.69%
G 176 of 466 ~ 37.77%
B 147 of 466 ~ 31.55%

%30.69
%37.77
%31.55

CMYK color model

#8FB093 color CMYK value is (19,0,16,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(19,0,16,31)
C19M0Y16K31 
(19%,0%,16%,31%)
(0.19/0.00/0.16/0.31)	

CMYK percentages

%18.75
%0
%16.48
%30.98

Codes

Color #8FB093 in popluar color models

8FB093
RGB143176147
HSL127°17.28%62.55%
HSB/HSV127°18.75%69.02%
CMYK18.75%0.00%16.48%
30.98%

Color #8FB093 in popluar number systems.

HEX8FB093
Decimal143176147
Binary100011111011000010010011
Octal217260223

Shades and tints

Shades of #8FB093

#8FB093
(143,176,147)
#82A086
(130,160,134)
#759079
(117,144,121)
#68806C
(104,128,108)
#5B705F
(91,112,95)
#4E6052
(78,96,82)
#415045
(65,80,69)
#344038
(52,64,56)
#27302B
(39,48,43)
#1A201E
(26,32,30)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #8FB093

#8FB093
(143,176,147)
#99B79C
(153,183,156)
#A3BEA5
(163,190,165)
#ADC5AE
(173,197,174)
#B7CCB7
(183,204,183)
#C1D3C0
(193,211,192)
#CBDAC9
(203,218,201)
#D5E1D2
(213,225,210)
#DFE8DB
(223,232,219)
#E9EFE4
(233,239,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB093; }

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

This text font color is #8FB093.


Background Color

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

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

This div background color is #8FB093.


Border color

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

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

This div border color is #8FB093.


Opacity

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

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

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

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

This text has shadow with #8FB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB093 on black background.


Color preview on white background

This text has color #8FB093 on white background.



Black color preview on #8FB093 background

This text has black color on #8FB093 background.


White color preview on #8FB093 background

This text has white color on #8FB093 background.