COLOR #8FB2B6

HEX: #8FB2B6
RGB: (143,178,182)

Color info

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

RGB color model

#8FB2B6 color RGB value is (143,178,182).

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

RGB channels and saturation

R 143 of 255 = 56%
G 178 of 255 = 70%
B 182 of 255 = 71%

143
178
182

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

Portions of RGB colors in percentages

R + G + B =
143 + 178 + 182 = 503 (100%)
R 143 of 503 ~ 28.43%
G 178 of 503 ~ 35.39%
B 182 of 503 ~ 36.18%

%28.43
%35.39
%36.18

CMYK color model

#8FB2B6 color CMYK value is (21,2,0,29).

  • cyan value is 21.43%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(21,2,0,29)
C21M2Y0K29 
(21%,2%,0%,29%)
(0.21/0.02/0.00/0.29)	

CMYK percentages

%21.43
%2.2
%0
%28.63

Codes

Color #8FB2B6 in popluar color models

8FB2B6
RGB143178182
HSL186°21.08%63.73%
HSB/HSV186°21.43%71.37%
CMYK21.43%2.20%0.00%
28.63%

Color #8FB2B6 in popluar number systems.

HEX8FB2B6
Decimal143178182
Binary100011111011001010110110
Octal217262266

Shades and tints

Shades of #8FB2B6

#8FB2B6
(143,178,182)
#82A2A6
(130,162,166)
#759296
(117,146,150)
#688286
(104,130,134)
#5B7276
(91,114,118)
#4E6266
(78,98,102)
#415256
(65,82,86)
#344246
(52,66,70)
#273236
(39,50,54)
#1A2226
(26,34,38)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #8FB2B6

#8FB2B6
(143,178,182)
#99B9BC
(153,185,188)
#A3C0C2
(163,192,194)
#ADC7C8
(173,199,200)
#B7CECE
(183,206,206)
#C1D5D4
(193,213,212)
#CBDCDA
(203,220,218)
#D5E3E0
(213,227,224)
#DFEAE6
(223,234,230)
#E9F1EC
(233,241,236)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB2B6; }

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

This text font color is #8FB2B6.


Background Color

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

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

This div background color is #8FB2B6.


Border color

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

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

This div border color is #8FB2B6.


Opacity

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

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

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

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

This text has shadow with #8FB2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB2B6 on black background.


Color preview on white background

This text has color #8FB2B6 on white background.



Black color preview on #8FB2B6 background

This text has black color on #8FB2B6 background.


White color preview on #8FB2B6 background

This text has white color on #8FB2B6 background.