COLOR #8FDB87

HEX: #8FDB87
RGB: (143,219,135)

Color info

#8FDB87 contains mainly green color. Web safe color of #8FDB87 is #99CC99 (or #9C9).

RGB color model

#8FDB87 color RGB value is (143,219,135).

  • red value is 143;
  • green value is 219;
  • blue value is 135.
RGB:
(143,219,135)
(56%,86%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 219 of 255 = 86%
B 135 of 255 = 53%

143
219
135

R + G + B ~ 65%. #8FDB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 219 + 135 = 497 (100%)
R 143 of 497 ~ 28.77%
G 219 of 497 ~ 44.06%
B 135 of 497 ~ 27.16%

%28.77
%44.06
%27.16

CMYK color model

#8FDB87 color CMYK value is (35,0,38,14).

  • cyan value is 34.70%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(35,0,38,14)
C35M0Y38K14 
(35%,0%,38%,14%)
(0.35/0.00/0.38/0.14)	

CMYK percentages

%34.7
%0
%38.36
%14.12

Codes

Color #8FDB87 in popluar color models

8FDB87
RGB143219135
HSL114°53.85%69.41%
HSB/HSV114°38.36%85.88%
CMYK34.70%0.00%38.36%
14.12%

Color #8FDB87 in popluar number systems.

HEX8FDB87
Decimal143219135
Binary100011111101101110000111
Octal217333207

Shades and tints

Shades of #8FDB87

#8FDB87
(143,219,135)
#82C87B
(130,200,123)
#75B56F
(117,181,111)
#68A263
(104,162,99)
#5B8F57
(91,143,87)
#4E7C4B
(78,124,75)
#41693F
(65,105,63)
#345633
(52,86,51)
#274327
(39,67,39)
#1A301B
(26,48,27)
#0D1D0F
(13,29,15)
#000000
(0,0,0)

Tints of #8FDB87

#8FDB87
(143,219,135)
#99DE91
(153,222,145)
#A3E19B
(163,225,155)
#ADE4A5
(173,228,165)
#B7E7AF
(183,231,175)
#C1EAB9
(193,234,185)
#CBEDC3
(203,237,195)
#D5F0CD
(213,240,205)
#DFF3D7
(223,243,215)
#E9F6E1
(233,246,225)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDB87; }

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

This text font color is #8FDB87.


Background Color

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

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

This div background color is #8FDB87.


Border color

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

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

This div border color is #8FDB87.


Opacity

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

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

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

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

This text has shadow with #8FDB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDB87 on black background.


Color preview on white background

This text has color #8FDB87 on white background.



Black color preview on #8FDB87 background

This text has black color on #8FDB87 background.


White color preview on #8FDB87 background

This text has white color on #8FDB87 background.