COLOR #8FD276

HEX: #8FD276
RGB: (143,210,118)

Color info

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

RGB color model

#8FD276 color RGB value is (143,210,118).

  • red value is 143;
  • green value is 210;
  • blue value is 118.
RGB:
(143,210,118)
(56%,82%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 210 of 255 = 82%
B 118 of 255 = 46%

143
210
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 210 + 118 = 471 (100%)
R 143 of 471 ~ 30.36%
G 210 of 471 ~ 44.59%
B 118 of 471 ~ 25.05%

%30.36
%44.59
%25.05

CMYK color model

#8FD276 color CMYK value is (32,0,44,18).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 43.81%
  • key color value is 17.65%
CMYK:
(32,0,44,18)
C32M0Y44K18 
(32%,0%,44%,18%)
(0.32/0.00/0.44/0.18)	

CMYK percentages

%31.9
%0
%43.81
%17.65

Codes

Color #8FD276 in popluar color models

8FD276
RGB143210118
HSL104°50.55%64.31%
HSB/HSV104°43.81%82.35%
CMYK31.90%0.00%43.81%
17.65%

Color #8FD276 in popluar number systems.

HEX8FD276
Decimal143210118
Binary10001111110100101110110
Octal217322166

Shades and tints

Shades of #8FD276

#8FD276
(143,210,118)
#82BF6C
(130,191,108)
#75AC62
(117,172,98)
#689958
(104,153,88)
#5B864E
(91,134,78)
#4E7344
(78,115,68)
#41603A
(65,96,58)
#344D30
(52,77,48)
#273A26
(39,58,38)
#1A271C
(26,39,28)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8FD276

#8FD276
(143,210,118)
#99D682
(153,214,130)
#A3DA8E
(163,218,142)
#ADDE9A
(173,222,154)
#B7E2A6
(183,226,166)
#C1E6B2
(193,230,178)
#CBEABE
(203,234,190)
#D5EECA
(213,238,202)
#DFF2D6
(223,242,214)
#E9F6E2
(233,246,226)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD276 color. Also use rgb(143,210,118) instead hex code.

Text Font Color

.myTextColor { color: #8FD276; }

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

This text font color is #8FD276.


Background Color

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

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

This div background color is #8FD276.


Border color

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

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

This div border color is #8FD276.


Opacity

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

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

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

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

This text has shadow with #8FD276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD276 on black background.


Color preview on white background

This text has color #8FD276 on white background.



Black color preview on #8FD276 background

This text has black color on #8FD276 background.


White color preview on #8FD276 background

This text has white color on #8FD276 background.