COLOR #8FB985

HEX: #8FB985
RGB: (143,185,133)

Color info

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

RGB color model

#8FB985 color RGB value is (143,185,133).

  • red value is 143;
  • green value is 185;
  • blue value is 133.
RGB:
(143,185,133)
(56%,73%,52%)

RGB channels and saturation

R 143 of 255 = 56%
G 185 of 255 = 73%
B 133 of 255 = 52%

143
185
133

R + G + B ~ 60%. #8FB985 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 185 + 133 = 461 (100%)
R 143 of 461 ~ 31.02%
G 185 of 461 ~ 40.13%
B 133 of 461 ~ 28.85%

%31.02
%40.13
%28.85

CMYK color model

#8FB985 color CMYK value is (23,0,28,27).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(23,0,28,27)
C23M0Y28K27 
(23%,0%,28%,27%)
(0.23/0.00/0.28/0.27)	

CMYK percentages

%22.7
%0
%28.11
%27.45

Codes

Color #8FB985 in popluar color models

8FB985
RGB143185133
HSL108°27.08%62.35%
HSB/HSV108°28.11%72.55%
CMYK22.70%0.00%28.11%
27.45%

Color #8FB985 in popluar number systems.

HEX8FB985
Decimal143185133
Binary100011111011100110000101
Octal217271205

Shades and tints

Shades of #8FB985

#8FB985
(143,185,133)
#82A979
(130,169,121)
#75996D
(117,153,109)
#688961
(104,137,97)
#5B7955
(91,121,85)
#4E6949
(78,105,73)
#41593D
(65,89,61)
#344931
(52,73,49)
#273925
(39,57,37)
#1A2919
(26,41,25)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #8FB985

#8FB985
(143,185,133)
#99BF90
(153,191,144)
#A3C59B
(163,197,155)
#ADCBA6
(173,203,166)
#B7D1B1
(183,209,177)
#C1D7BC
(193,215,188)
#CBDDC7
(203,221,199)
#D5E3D2
(213,227,210)
#DFE9DD
(223,233,221)
#E9EFE8
(233,239,232)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB985; }

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

This text font color is #8FB985.


Background Color

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

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

This div background color is #8FB985.


Border color

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

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

This div border color is #8FB985.


Opacity

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

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

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

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

This text has shadow with #8FB985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB985 on black background.


Color preview on white background

This text has color #8FB985 on white background.



Black color preview on #8FB985 background

This text has black color on #8FB985 background.


White color preview on #8FB985 background

This text has white color on #8FB985 background.