COLOR #8FBD93

HEX: #8FBD93
RGB: (143,189,147)

Color info

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

RGB color model

#8FBD93 color RGB value is (143,189,147).

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

RGB channels and saturation

R 143 of 255 = 56%
G 189 of 255 = 74%
B 147 of 255 = 58%

143
189
147

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

Portions of RGB colors in percentages

R + G + B =
143 + 189 + 147 = 479 (100%)
R 143 of 479 ~ 29.85%
G 189 of 479 ~ 39.46%
B 147 of 479 ~ 30.69%

%29.85
%39.46
%30.69

CMYK color model

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

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(24,0,22,26)
C24M0Y22K26 
(24%,0%,22%,26%)
(0.24/0.00/0.22/0.26)	

CMYK percentages

%24.34
%0
%22.22
%25.88

Codes

Color #8FBD93 in popluar color models

8FBD93
RGB143189147
HSL125°25.84%65.10%
HSB/HSV125°24.34%74.12%
CMYK24.34%0.00%22.22%
25.88%

Color #8FBD93 in popluar number systems.

HEX8FBD93
Decimal143189147
Binary100011111011110110010011
Octal217275223

Shades and tints

Shades of #8FBD93

#8FBD93
(143,189,147)
#82AC86
(130,172,134)
#759B79
(117,155,121)
#688A6C
(104,138,108)
#5B795F
(91,121,95)
#4E6852
(78,104,82)
#415745
(65,87,69)
#344638
(52,70,56)
#27352B
(39,53,43)
#1A241E
(26,36,30)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #8FBD93

#8FBD93
(143,189,147)
#99C39C
(153,195,156)
#A3C9A5
(163,201,165)
#ADCFAE
(173,207,174)
#B7D5B7
(183,213,183)
#C1DBC0
(193,219,192)
#CBE1C9
(203,225,201)
#D5E7D2
(213,231,210)
#DFEDDB
(223,237,219)
#E9F3E4
(233,243,228)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBD93; }

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

This text font color is #8FBD93.


Background Color

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

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

This div background color is #8FBD93.


Border color

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

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

This div border color is #8FBD93.


Opacity

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

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

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

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

This text has shadow with #8FBD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBD93 on black background.


Color preview on white background

This text has color #8FBD93 on white background.



Black color preview on #8FBD93 background

This text has black color on #8FBD93 background.


White color preview on #8FBD93 background

This text has white color on #8FBD93 background.