COLOR #8FC682

HEX: #8FC682 RGB: (143,198,130)

Color info

#8FC682 contains mainly red and green colors. Web safe color of #8FC682 is #99CC99 (or #9C9).

RGB color model

#8FC682 color RGB value is (143,198,130).

RGB: (143,198,130) (56%, 78%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 130 of 255 = 51%

143
198
130

R + G + B ~ 62%. #8FC682 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 198 + 130 = 471 (100%)
R 143 of 471 ~ 30.36%
G 198 of 471 ~ 42.04%
B 130 of 471 ~ 27.6'%

%30.36
%42.04
%27.6

CMYK color model

#8FC682 color CMYK value is (28,0,34,22).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 22.35%

CMYK: (28,0,34,22)
C28M0Y34K22 (28%, 0%, 34%, 22%)
(0.28 / 0.00 / 0.34 / 0.22)

CMYK percentages

%27.78
%0
%34.34
%22.35

Codes

Color #8FC682 in popluar color models

8F C6 82
RGB 143 198 130
HSL 109° 37.36% 64.31%
HSB/HSV 109° 34.34% 77.65%
CMYK 27.78% 0.00% 34.34%
22.35%

Color #8FC682 in popluar number systems.

HEX 8F C6 82
Decimal 143 198 130
Binary 10001111 11000110 10000010
Octal 217 306 202

Shades and tints

Shades of #8FC682

#8FC682
(143,198,130)
#82B477
(130,180,119)
#75A26C
(117,162,108)
#689061
(104,144,97)
#5B7E56
(91,126,86)
#4E6C4B
(78,108,75)
#415A40
(65,90,64)
#344835
(52,72,53)
#27362A
(39,54,42)
#1A241F
(26,36,31)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #8FC682

#8FC682
(143,198,130)
#99CB8D
(153,203,141)
#A3D098
(163,208,152)
#ADD5A3
(173,213,163)
#B7DAAE
(183,218,174)
#C1DFB9
(193,223,185)
#CBE4C4
(203,228,196)
#D5E9CF
(213,233,207)
#DFEEDA
(223,238,218)
#E9F3E5
(233,243,229)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC682 color. Also use rgb(143,198,130) instead hex code.

Text Font Color

.myTextColor { color: #8FC682; }

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

This text font color is #8FC682.

Background Color

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

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

This div background color is #8FC682.

Border color

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

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

This div border color is #8FC682.

Opacity

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

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

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

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

This text has shadow with #8FC682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC682.

Preview

Color preview on black background

This text has color #8FC682 on black background.


Color preview on white background

This text has color #8FC682 on white background.


Black color preview on #8FC682 background

This text has black color on #8FC682 background.


White color preview on #8FC682 background

This text has white color on #8FC682 background.


Related colors

Complementary color

Complementary color for #hex is #70397D.


I love getcolorcode.com

Triadic colors

1 #828FC6 and #C6828F with #8FC682 are triadic colors.

2 #82C68F and #C68F82 with #8FC682 are triadic colors.