COLOR #8FDC67

HEX: #8FDC67
RGB: (143,220,103)

Color info

#8FDC67 contains mainly green color. Web safe color of #8FDC67 is #99CC66 (or #9C6).

RGB color model

#8FDC67 color RGB value is (143,220,103).

  • red value is 143;
  • green value is 220;
  • blue value is 103.
RGB:
(143,220,103)
(56%,86%,40%)

RGB channels and saturation

R 143 of 255 = 56%
G 220 of 255 = 86%
B 103 of 255 = 40%

143
220
103

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

Portions of RGB colors in percentages

R + G + B =
143 + 220 + 103 = 466 (100%)
R 143 of 466 ~ 30.69%
G 220 of 466 ~ 47.21%
B 103 of 466 ~ 22.1%

%30.69
%47.21
%22.1

CMYK color model

#8FDC67 color CMYK value is (35,0,53,14).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 53.18%
  • key color value is 13.73%
CMYK:
(35,0,53,14)
C35M0Y53K14 
(35%,0%,53%,14%)
(0.35/0.00/0.53/0.14)	

CMYK percentages

%35
%0
%53.18
%13.73

Codes

Color #8FDC67 in popluar color models

8FDC67
RGB143220103
HSL99°62.57%63.33%
HSB/HSV99°53.18%86.27%
CMYK35.00%0.00%53.18%
13.73%

Color #8FDC67 in popluar number systems.

HEX8FDC67
Decimal143220103
Binary10001111110111001100111
Octal217334147

Shades and tints

Shades of #8FDC67

#8FDC67
(143,220,103)
#82C85E
(130,200,94)
#75B455
(117,180,85)
#68A04C
(104,160,76)
#5B8C43
(91,140,67)
#4E783A
(78,120,58)
#416431
(65,100,49)
#345028
(52,80,40)
#273C1F
(39,60,31)
#1A2816
(26,40,22)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8FDC67

#8FDC67
(143,220,103)
#99DF74
(153,223,116)
#A3E281
(163,226,129)
#ADE58E
(173,229,142)
#B7E89B
(183,232,155)
#C1EBA8
(193,235,168)
#CBEEB5
(203,238,181)
#D5F1C2
(213,241,194)
#DFF4CF
(223,244,207)
#E9F7DC
(233,247,220)
#F3FAE9
(243,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDC67 color. Also use rgb(143,220,103) instead hex code.

Text Font Color

.myTextColor { color: #8FDC67; }

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

This text font color is #8FDC67.


Background Color

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

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

This div background color is #8FDC67.


Border color

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

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

This div border color is #8FDC67.


Opacity

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

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

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

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

This text has shadow with #8FDC67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDC67 on black background.


Color preview on white background

This text has color #8FDC67 on white background.



Black color preview on #8FDC67 background

This text has black color on #8FDC67 background.


White color preview on #8FDC67 background

This text has white color on #8FDC67 background.