COLOR #8FB0BC

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

Color info

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

RGB color model

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

RGB: (143,176,188) (56%, 69%, 74%)

RGB channels and saturation

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

143
176
188

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

Portions of RGB colors in percentages

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

%28.21
%34.71
%37.08

CMYK color model

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

  • cyan value is 23.94%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (24,6,0,26)
C24M6Y0K26 (24%, 6%, 0%, 26%)
(0.24 / 0.06 / 0.00 / 0.26)

CMYK percentages

%23.94
%6.38
%0
%26.27

Codes

Color #8FB0BC in popluar color models

8F B0 BC
RGB 143 176 188
HSL 196° 25.14% 64.90%
HSB/HSV 196° 23.94% 73.73%
CMYK 23.94% 6.38% 0.00%
26.27%

Color #8FB0BC in popluar number systems.

HEX 8F B0 BC
Decimal 143 176 188
Binary 10001111 10110000 10111100
Octal 217 260 274

Shades and tints

Shades of #8FB0BC

#8FB0BC
(143,176,188)
#82A0AB
(130,160,171)
#75909A
(117,144,154)
#688089
(104,128,137)
#5B7078
(91,112,120)
#4E6067
(78,96,103)
#415056
(65,80,86)
#344045
(52,64,69)
#273034
(39,48,52)
#1A2023
(26,32,35)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #8FB0BC

#8FB0BC
(143,176,188)
#99B7C2
(153,183,194)
#A3BEC8
(163,190,200)
#ADC5CE
(173,197,206)
#B7CCD4
(183,204,212)
#C1D3DA
(193,211,218)
#CBDAE0
(203,218,224)
#D5E1E6
(213,225,230)
#DFE8EC
(223,232,236)
#E9EFF2
(233,239,242)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB0BC; }

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

This text font color is #8FB0BC.

Background Color

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

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

This div background color is #8FB0BC.

Border color

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

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

This div border color is #8FB0BC.

Opacity

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

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

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

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

This text has shadow with #8FB0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB0BC.

Preview

Color preview on black background

This text has color #8FB0BC on black background.


Color preview on white background

This text has color #8FB0BC on white background.


Black color preview on #8FB0BC background

This text has black color on #8FB0BC background.


White color preview on #8FB0BC background

This text has white color on #8FB0BC background.


Related colors

Complementary color

Complementary color for #hex is #704F43.


I love getcolorcode.com

Triadic colors

1 #BC8FB0 and #B0BC8F with #8FB0BC are triadic colors.

2 #BCB08F and #B08FBC with #8FB0BC are triadic colors.