COLOR #8FBE9C

HEX: #8FBE9C
RGB: (143,190,156)

Color info

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

RGB color model

#8FBE9C color RGB value is (143,190,156).

  • red value is 143;
  • green value is 190;
  • blue value is 156.
RGB:
(143,190,156)
(56%,75%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 156 of 255 = 61%

143
190
156

R + G + B ~ 64%. #8FBE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 190 + 156 = 489 (100%)
R 143 of 489 ~ 29.24%
G 190 of 489 ~ 38.85%
B 156 of 489 ~ 31.9%

%29.24
%38.85
%31.9

CMYK color model

#8FBE9C color CMYK value is (25,0,18,25).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 25.49%
CMYK:
(25,0,18,25)
C25M0Y18K25 
(25%,0%,18%,25%)
(0.25/0.00/0.18/0.25)	

CMYK percentages

%24.74
%0
%17.89
%25.49

Codes

Color #8FBE9C in popluar color models

8FBE9C
RGB143190156
HSL137°26.55%65.29%
HSB/HSV137°24.74%74.51%
CMYK24.74%0.00%17.89%
25.49%

Color #8FBE9C in popluar number systems.

HEX8FBE9C
Decimal143190156
Binary100011111011111010011100
Octal217276234

Shades and tints

Shades of #8FBE9C

#8FBE9C
(143,190,156)
#82AD8E
(130,173,142)
#759C80
(117,156,128)
#688B72
(104,139,114)
#5B7A64
(91,122,100)
#4E6956
(78,105,86)
#415848
(65,88,72)
#34473A
(52,71,58)
#27362C
(39,54,44)
#1A251E
(26,37,30)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8FBE9C

#8FBE9C
(143,190,156)
#99C3A5
(153,195,165)
#A3C8AE
(163,200,174)
#ADCDB7
(173,205,183)
#B7D2C0
(183,210,192)
#C1D7C9
(193,215,201)
#CBDCD2
(203,220,210)
#D5E1DB
(213,225,219)
#DFE6E4
(223,230,228)
#E9EBED
(233,235,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBE9C; }

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

This text font color is #8FBE9C.


Background Color

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

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

This div background color is #8FBE9C.


Border color

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

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

This div border color is #8FBE9C.


Opacity

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

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

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

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

This text has shadow with #8FBE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBE9C on black background.


Color preview on white background

This text has color #8FBE9C on white background.



Black color preview on #8FBE9C background

This text has black color on #8FBE9C background.


White color preview on #8FBE9C background

This text has white color on #8FBE9C background.