COLOR #8FB09C

HEX: #8FB09C RGB: (143,176,156)

Color info

#8FB09C contains red, green and blue colors in about the same proportion. Web safe color of #8FB09C is #999999 (or #999).

RGB color model

#8FB09C color RGB value is (143,176,156).

RGB: (143,176,156) (56%, 69%, 61%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 156 of 255 = 61%

143
176
156

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

Portions of RGB colors in percentages

R + G + B = 143 + 176 + 156 = 475 (100%)
R 143 of 475 ~ 30.11%
G 176 of 475 ~ 37.05%
B 156 of 475 ~ 32.84'%

%30.11
%37.05
%32.84

CMYK color model

#8FB09C color CMYK value is (19,0,11,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%

CMYK: (19,0,11,31)
C19M0Y11K31 (19%, 0%, 11%, 31%)
(0.19 / 0.00 / 0.11 / 0.31)

CMYK percentages

%18.75
%0
%11.36
%30.98

Codes

Color #8FB09C in popluar color models

8F B0 9C
RGB 143 176 156
HSL 144° 17.28% 62.55%
HSB/HSV 144° 18.75% 69.02%
CMYK 18.75% 0.00% 11.36%
30.98%

Color #8FB09C in popluar number systems.

HEX 8F B0 9C
Decimal 143 176 156
Binary 10001111 10110000 10011100
Octal 217 260 234

Shades and tints

Shades of #8FB09C

#8FB09C
(143,176,156)
#82A08E
(130,160,142)
#759080
(117,144,128)
#688072
(104,128,114)
#5B7064
(91,112,100)
#4E6056
(78,96,86)
#415048
(65,80,72)
#34403A
(52,64,58)
#27302C
(39,48,44)
#1A201E
(26,32,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8FB09C

#8FB09C
(143,176,156)
#99B7A5
(153,183,165)
#A3BEAE
(163,190,174)
#ADC5B7
(173,197,183)
#B7CCC0
(183,204,192)
#C1D3C9
(193,211,201)
#CBDAD2
(203,218,210)
#D5E1DB
(213,225,219)
#DFE8E4
(223,232,228)
#E9EFED
(233,239,237)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB09C color. Also use rgb(143,176,156) instead hex code.

Text Font Color

.myTextColor { color: #8FB09C; }

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

This text font color is #8FB09C.

Background Color

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

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

This div background color is #8FB09C.

Border color

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

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

This div border color is #8FB09C.

Opacity

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

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

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

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

This text has shadow with #8FB09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB09C.

Preview

Color preview on black background

This text has color #8FB09C on black background.


Color preview on white background

This text has color #8FB09C on white background.


Black color preview on #8FB09C background

This text has black color on #8FB09C background.


White color preview on #8FB09C background

This text has white color on #8FB09C background.


Related colors

Complementary color

Complementary color for #hex is #704F63.


I love getcolorcode.com

Triadic colors

1 #9C8FB0 and #B09C8F with #8FB09C are triadic colors.

2 #9CB08F and #B08F9C with #8FB09C are triadic colors.