COLOR #8FBD8C

HEX: #8FBD8C RGB: (143,189,140)

Color info

#8FBD8C contains red, green and blue colors in about the same proportion. Web safe color of #8FBD8C is #99CC99 (or #9C9).

RGB color model

#8FBD8C color RGB value is (143,189,140).

RGB: (143,189,140) (56%, 74%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 189 of 255 = 74%
B 140 of 255 = 55%

143
189
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 189 + 140 = 472 (100%)
R 143 of 472 ~ 30.3%
G 189 of 472 ~ 40.04%
B 140 of 472 ~ 29.66'%

%30.3
%40.04
%29.66

CMYK color model

#8FBD8C color CMYK value is (24,0,26,26).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK: (24,0,26,26) C24M0Y26K26 (24%,0%,26%,26%) (0.24/0.00/0.26/0.26) 

CMYK percentages

%24.34
%0
%25.93
%25.88

Codes

Color #8FBD8C in popluar color models

8F BD 8C
RGB 143 189 140
HSL 116° 27.07% 64.51%
HSB/HSV 116° 25.93% 74.12%
CMYK 24.34% 0.00% 25.93%
25.88%

Color #8FBD8C in popluar number systems.

HEX 8F BD 8C
Decimal 143 189 140
Binary 10001111 10111101 10001100
Octal 217 275 214

Shades and tints

Shades of #8FBD8C

#8FBD8C
(143,189,140)
#82AC80
(130,172,128)
#759B74
(117,155,116)
#688A68
(104,138,104)
#5B795C
(91,121,92)
#4E6850
(78,104,80)
#415744
(65,87,68)
#344638
(52,70,56)
#27352C
(39,53,44)
#1A2420
(26,36,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #8FBD8C

#8FBD8C
(143,189,140)
#99C396
(153,195,150)
#A3C9A0
(163,201,160)
#ADCFAA
(173,207,170)
#B7D5B4
(183,213,180)
#C1DBBE
(193,219,190)
#CBE1C8
(203,225,200)
#D5E7D2
(213,231,210)
#DFEDDC
(223,237,220)
#E9F3E6
(233,243,230)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBD8C color. Also use rgb(143,189,140) instead hex code.

Text Font Color

.myTextColor { color: #8FBD8C; }

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

This text font color is #8FBD8C.

Background Color

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

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

This div background color is #8FBD8C.

Border color

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

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

This div border color is #8FBD8C.

Opacity

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

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

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

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

This text has shadow with #8FBD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBD8C.

Preview

Color preview on black background

This text has color #8FBD8C on black background.


Color preview on white background

This text has color #8FBD8C on white background.


Black color preview on #8FBD8C background

This text has black color on #8FBD8C background.


White color preview on #8FBD8C background

This text has white color on #8FBD8C background.


Related colors

Complementary color

Complementary color for #hex is #704273.


I love getcolorcode.com

Triadic colors

1 #8C8FBD and #BD8C8F with #8FBD8C are triadic colors.

2 #8CBD8F and #BD8F8C with #8FBD8C are triadic colors.