COLOR #8FBCB0

HEX: #8FBCB0
RGB: (143,188,176)

Color info

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

RGB color model

#8FBCB0 color RGB value is (143,188,176).

  • red value is 143;
  • green value is 188;
  • blue value is 176.
RGB:
(143,188,176)
(56%,74%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 176 of 255 = 69%

143
188
176

R + G + B ~ 66%. #8FBCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 176 = 507 (100%)
R 143 of 507 ~ 28.21%
G 188 of 507 ~ 37.08%
B 176 of 507 ~ 34.71%

%28.21
%37.08
%34.71

CMYK color model

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

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(24,0,6,26)
C24M0Y6K26 
(24%,0%,6%,26%)
(0.24/0.00/0.06/0.26)	

CMYK percentages

%23.94
%0
%6.38
%26.27

Codes

Color #8FBCB0 in popluar color models

8FBCB0
RGB143188176
HSL164°25.14%64.90%
HSB/HSV164°23.94%73.73%
CMYK23.94%0.00%6.38%
26.27%

Color #8FBCB0 in popluar number systems.

HEX8FBCB0
Decimal143188176
Binary100011111011110010110000
Octal217274260

Shades and tints

Shades of #8FBCB0

#8FBCB0
(143,188,176)
#82ABA0
(130,171,160)
#759A90
(117,154,144)
#688980
(104,137,128)
#5B7870
(91,120,112)
#4E6760
(78,103,96)
#415650
(65,86,80)
#344540
(52,69,64)
#273430
(39,52,48)
#1A2320
(26,35,32)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #8FBCB0

#8FBCB0
(143,188,176)
#99C2B7
(153,194,183)
#A3C8BE
(163,200,190)
#ADCEC5
(173,206,197)
#B7D4CC
(183,212,204)
#C1DAD3
(193,218,211)
#CBE0DA
(203,224,218)
#D5E6E1
(213,230,225)
#DFECE8
(223,236,232)
#E9F2EF
(233,242,239)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FBCB0; }

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

This text font color is #8FBCB0.


Background Color

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

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

This div background color is #8FBCB0.


Border color

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

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

This div border color is #8FBCB0.


Opacity

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

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

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

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

This text has shadow with #8FBCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBCB0 on black background.


Color preview on white background

This text has color #8FBCB0 on white background.



Black color preview on #8FBCB0 background

This text has black color on #8FBCB0 background.


White color preview on #8FBCB0 background

This text has white color on #8FBCB0 background.