COLOR #8FBE82

HEX: #8FBE82 RGB: (143,190,130)

Color info

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

RGB color model

#8FBE82 color RGB value is (143,190,130).

RGB: (143,190,130) (56%, 75%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 130 of 255 = 51%

143
190
130

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

Portions of RGB colors in percentages

R + G + B = 143 + 190 + 130 = 463 (100%)
R 143 of 463 ~ 30.89%
G 190 of 463 ~ 41.04%
B 130 of 463 ~ 28.08'%

%30.89
%41.04
%28.08

CMYK color model

#8FBE82 color CMYK value is (25,0,32,25).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%

CMYK: (25,0,32,25)
C25M0Y32K25 (25%, 0%, 32%, 25%)
(0.25 / 0.00 / 0.32 / 0.25)

CMYK percentages

%24.74
%0
%31.58
%25.49

Codes

Color #8FBE82 in popluar color models

8F BE 82
RGB 143 190 130
HSL 107° 31.58% 62.75%
HSB/HSV 107° 31.58% 74.51%
CMYK 24.74% 0.00% 31.58%
25.49%

Color #8FBE82 in popluar number systems.

HEX 8F BE 82
Decimal 143 190 130
Binary 10001111 10111110 10000010
Octal 217 276 202

Shades and tints

Shades of #8FBE82

#8FBE82
(143,190,130)
#82AD77
(130,173,119)
#759C6C
(117,156,108)
#688B61
(104,139,97)
#5B7A56
(91,122,86)
#4E694B
(78,105,75)
#415840
(65,88,64)
#344735
(52,71,53)
#27362A
(39,54,42)
#1A251F
(26,37,31)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #8FBE82

#8FBE82
(143,190,130)
#99C38D
(153,195,141)
#A3C898
(163,200,152)
#ADCDA3
(173,205,163)
#B7D2AE
(183,210,174)
#C1D7B9
(193,215,185)
#CBDCC4
(203,220,196)
#D5E1CF
(213,225,207)
#DFE6DA
(223,230,218)
#E9EBE5
(233,235,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBE82; }

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

This text font color is #8FBE82.

Background Color

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

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

This div background color is #8FBE82.

Border color

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

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

This div border color is #8FBE82.

Opacity

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

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

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

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

This text has shadow with #8FBE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBE82.

Preview

Color preview on black background

This text has color #8FBE82 on black background.


Color preview on white background

This text has color #8FBE82 on white background.


Black color preview on #8FBE82 background

This text has black color on #8FBE82 background.


White color preview on #8FBE82 background

This text has white color on #8FBE82 background.


Related colors

Complementary color

Complementary color for #hex is #70417D.


I love getcolorcode.com

Triadic colors

1 #828FBE and #BE828F with #8FBE82 are triadic colors.

2 #82BE8F and #BE8F82 with #8FBE82 are triadic colors.