COLOR #8FB6C9

HEX: #8FB6C9
RGB: (143,182,201)

Color info

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

RGB color model

#8FB6C9 color RGB value is (143,182,201).

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

RGB channels and saturation

R 143 of 255 = 56%
G 182 of 255 = 71%
B 201 of 255 = 79%

143
182
201

R + G + B ~ 69%. #8FB6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 182 + 201 = 526 (100%)
R 143 of 526 ~ 27.19%
G 182 of 526 ~ 34.6%
B 201 of 526 ~ 38.21%

%27.19
%34.6
%38.21

CMYK color model

#8FB6C9 color CMYK value is (29,9,0,21).

  • cyan value is 28.86%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(29,9,0,21)
C29M9Y0K21 
(29%,9%,0%,21%)
(0.29/0.09/0.00/0.21)	

CMYK percentages

%28.86
%9.45
%0
%21.18

Codes

Color #8FB6C9 in popluar color models

8FB6C9
RGB143182201
HSL200°34.94%67.45%
HSB/HSV200°28.86%78.82%
CMYK28.86%9.45%0.00%
21.18%

Color #8FB6C9 in popluar number systems.

HEX8FB6C9
Decimal143182201
Binary100011111011011011001001
Octal217266311

Shades and tints

Shades of #8FB6C9

#8FB6C9
(143,182,201)
#82A6B7
(130,166,183)
#7596A5
(117,150,165)
#688693
(104,134,147)
#5B7681
(91,118,129)
#4E666F
(78,102,111)
#41565D
(65,86,93)
#34464B
(52,70,75)
#273639
(39,54,57)
#1A2627
(26,38,39)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #8FB6C9

#8FB6C9
(143,182,201)
#99BCCD
(153,188,205)
#A3C2D1
(163,194,209)
#ADC8D5
(173,200,213)
#B7CED9
(183,206,217)
#C1D4DD
(193,212,221)
#CBDAE1
(203,218,225)
#D5E0E5
(213,224,229)
#DFE6E9
(223,230,233)
#E9ECED
(233,236,237)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB6C9; }

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

This text font color is #8FB6C9.


Background Color

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

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

This div background color is #8FB6C9.


Border color

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

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

This div border color is #8FB6C9.


Opacity

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

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

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

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

This text has shadow with #8FB6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB6C9 on black background.


Color preview on white background

This text has color #8FB6C9 on white background.



Black color preview on #8FB6C9 background

This text has black color on #8FB6C9 background.


White color preview on #8FB6C9 background

This text has white color on #8FB6C9 background.