COLOR #8FB0BF

HEX: #8FB0BF
RGB: (143,176,191)

Color info

#8FB0BF contains red, green and blue colors in about the same proportion. Web safe color of #8FB0BF is #9999CC (or #99C).

RGB color model

#8FB0BF color RGB value is (143,176,191).

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

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 191 of 255 = 75%

143
176
191

R + G + B ~ 67%. #8FB0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 191 = 510 (100%)
R 143 of 510 ~ 28.04%
G 176 of 510 ~ 34.51%
B 191 of 510 ~ 37.45%

%28.04
%34.51
%37.45

CMYK color model

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

  • cyan value is 25.13%
  • magenta value is 7.85%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(25,8,0,25)
C25M8Y0K25 
(25%,8%,0%,25%)
(0.25/0.08/0.00/0.25)	

CMYK percentages

%25.13
%7.85
%0
%25.1

Codes

Color #8FB0BF in popluar color models

8FB0BF
RGB143176191
HSL199°27.27%65.49%
HSB/HSV199°25.13%74.90%
CMYK25.13%7.85%0.00%
25.10%

Color #8FB0BF in popluar number systems.

HEX8FB0BF
Decimal143176191
Binary100011111011000010111111
Octal217260277

Shades and tints

Shades of #8FB0BF

#8FB0BF
(143,176,191)
#82A0AE
(130,160,174)
#75909D
(117,144,157)
#68808C
(104,128,140)
#5B707B
(91,112,123)
#4E606A
(78,96,106)
#415059
(65,80,89)
#344048
(52,64,72)
#273037
(39,48,55)
#1A2026
(26,32,38)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #8FB0BF

#8FB0BF
(143,176,191)
#99B7C4
(153,183,196)
#A3BEC9
(163,190,201)
#ADC5CE
(173,197,206)
#B7CCD3
(183,204,211)
#C1D3D8
(193,211,216)
#CBDADD
(203,218,221)
#D5E1E2
(213,225,226)
#DFE8E7
(223,232,231)
#E9EFEC
(233,239,236)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB0BF; }

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

This text font color is #8FB0BF.


Background Color

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

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

This div background color is #8FB0BF.


Border color

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

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

This div border color is #8FB0BF.


Opacity

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

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

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

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

This text has shadow with #8FB0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB0BF on black background.


Color preview on white background

This text has color #8FB0BF on white background.



Black color preview on #8FB0BF background

This text has black color on #8FB0BF background.


White color preview on #8FB0BF background

This text has white color on #8FB0BF background.