COLOR #8FD084

HEX: #8FD084
RGB: (143,208,132)

Color info

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

RGB color model

#8FD084 color RGB value is (143,208,132).

  • red value is 143;
  • green value is 208;
  • blue value is 132.
RGB:
(143,208,132)
(56%,82%,52%)

RGB channels and saturation

R 143 of 255 = 56%
G 208 of 255 = 82%
B 132 of 255 = 52%

143
208
132

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

Portions of RGB colors in percentages

R + G + B =
143 + 208 + 132 = 483 (100%)
R 143 of 483 ~ 29.61%
G 208 of 483 ~ 43.06%
B 132 of 483 ~ 27.33%

%29.61
%43.06
%27.33

CMYK color model

#8FD084 color CMYK value is (31,0,37,18).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 36.54%
  • key color value is 18.43%
CMYK:
(31,0,37,18)
C31M0Y37K18 
(31%,0%,37%,18%)
(0.31/0.00/0.37/0.18)	

CMYK percentages

%31.25
%0
%36.54
%18.43

Codes

Color #8FD084 in popluar color models

8FD084
RGB143208132
HSL111°44.71%66.67%
HSB/HSV111°36.54%81.57%
CMYK31.25%0.00%36.54%
18.43%

Color #8FD084 in popluar number systems.

HEX8FD084
Decimal143208132
Binary100011111101000010000100
Octal217320204

Shades and tints

Shades of #8FD084

#8FD084
(143,208,132)
#82BE78
(130,190,120)
#75AC6C
(117,172,108)
#689A60
(104,154,96)
#5B8854
(91,136,84)
#4E7648
(78,118,72)
#41643C
(65,100,60)
#345230
(52,82,48)
#274024
(39,64,36)
#1A2E18
(26,46,24)
#0D1C0C
(13,28,12)
#000000
(0,0,0)

Tints of #8FD084

#8FD084
(143,208,132)
#99D48F
(153,212,143)
#A3D89A
(163,216,154)
#ADDCA5
(173,220,165)
#B7E0B0
(183,224,176)
#C1E4BB
(193,228,187)
#CBE8C6
(203,232,198)
#D5ECD1
(213,236,209)
#DFF0DC
(223,240,220)
#E9F4E7
(233,244,231)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD084 color. Also use rgb(143,208,132) instead hex code.

Text Font Color

.myTextColor { color: #8FD084; }

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

This text font color is #8FD084.


Background Color

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

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

This div background color is #8FD084.


Border color

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

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

This div border color is #8FD084.


Opacity

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

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

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

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

This text has shadow with #8FD084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD084 on black background.


Color preview on white background

This text has color #8FD084 on white background.



Black color preview on #8FD084 background

This text has black color on #8FD084 background.


White color preview on #8FD084 background

This text has white color on #8FD084 background.