COLOR #8FB6C0

HEX: #8FB6C0
RGB: (143,182,192)

Color info

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

RGB color model

#8FB6C0 color RGB value is (143,182,192).

  • red value is 143;
  • green value is 182;
  • blue value is 192.
RGB:
(143,182,192)
(56%,71%,75%)

RGB channels and saturation

R 143 of 255 = 56%
G 182 of 255 = 71%
B 192 of 255 = 75%

143
182
192

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

Portions of RGB colors in percentages

R + G + B =
143 + 182 + 192 = 517 (100%)
R 143 of 517 ~ 27.66%
G 182 of 517 ~ 35.2%
B 192 of 517 ~ 37.14%

%27.66
%35.2
%37.14

CMYK color model

#8FB6C0 color CMYK value is (26,5,0,25).

  • cyan value is 25.52%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(26,5,0,25)
C26M5Y0K25 
(26%,5%,0%,25%)
(0.26/0.05/0.00/0.25)	

CMYK percentages

%25.52
%5.21
%0
%24.71

Codes

Color #8FB6C0 in popluar color models

8FB6C0
RGB143182192
HSL192°28.00%65.69%
HSB/HSV192°25.52%75.29%
CMYK25.52%5.21%0.00%
24.71%

Color #8FB6C0 in popluar number systems.

HEX8FB6C0
Decimal143182192
Binary100011111011011011000000
Octal217266300

Shades and tints

Shades of #8FB6C0

#8FB6C0
(143,182,192)
#82A6AF
(130,166,175)
#75969E
(117,150,158)
#68868D
(104,134,141)
#5B767C
(91,118,124)
#4E666B
(78,102,107)
#41565A
(65,86,90)
#344649
(52,70,73)
#273638
(39,54,56)
#1A2627
(26,38,39)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #8FB6C0

#8FB6C0
(143,182,192)
#99BCC5
(153,188,197)
#A3C2CA
(163,194,202)
#ADC8CF
(173,200,207)
#B7CED4
(183,206,212)
#C1D4D9
(193,212,217)
#CBDADE
(203,218,222)
#D5E0E3
(213,224,227)
#DFE6E8
(223,230,232)
#E9ECED
(233,236,237)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB6C0 color. Also use rgb(143,182,192) instead hex code.

Text Font Color

.myTextColor { color: #8FB6C0; }

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

This text font color is #8FB6C0.


Background Color

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

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

This div background color is #8FB6C0.


Border color

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

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

This div border color is #8FB6C0.


Opacity

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

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

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

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

This text has shadow with #8FB6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB6C0 on black background.


Color preview on white background

This text has color #8FB6C0 on white background.



Black color preview on #8FB6C0 background

This text has black color on #8FB6C0 background.


White color preview on #8FB6C0 background

This text has white color on #8FB6C0 background.