COLOR #8FB2B8

HEX: #8FB2B8
RGB: (143,178,184)

Color info

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

RGB color model

#8FB2B8 color RGB value is (143,178,184).

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

RGB channels and saturation

R 143 of 255 = 56%
G 178 of 255 = 70%
B 184 of 255 = 72%

143
178
184

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

Portions of RGB colors in percentages

R + G + B =
143 + 178 + 184 = 505 (100%)
R 143 of 505 ~ 28.32%
G 178 of 505 ~ 35.25%
B 184 of 505 ~ 36.44%

%28.32
%35.25
%36.44

CMYK color model

#8FB2B8 color CMYK value is (22,3,0,28).

  • cyan value is 22.28%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(22,3,0,28)
C22M3Y0K28 
(22%,3%,0%,28%)
(0.22/0.03/0.00/0.28)	

CMYK percentages

%22.28
%3.26
%0
%27.84

Codes

Color #8FB2B8 in popluar color models

8FB2B8
RGB143178184
HSL189°22.40%64.12%
HSB/HSV189°22.28%72.16%
CMYK22.28%3.26%0.00%
27.84%

Color #8FB2B8 in popluar number systems.

HEX8FB2B8
Decimal143178184
Binary100011111011001010111000
Octal217262270

Shades and tints

Shades of #8FB2B8

#8FB2B8
(143,178,184)
#82A2A8
(130,162,168)
#759298
(117,146,152)
#688288
(104,130,136)
#5B7278
(91,114,120)
#4E6268
(78,98,104)
#415258
(65,82,88)
#344248
(52,66,72)
#273238
(39,50,56)
#1A2228
(26,34,40)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #8FB2B8

#8FB2B8
(143,178,184)
#99B9BE
(153,185,190)
#A3C0C4
(163,192,196)
#ADC7CA
(173,199,202)
#B7CED0
(183,206,208)
#C1D5D6
(193,213,214)
#CBDCDC
(203,220,220)
#D5E3E2
(213,227,226)
#DFEAE8
(223,234,232)
#E9F1EE
(233,241,238)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB2B8; }

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

This text font color is #8FB2B8.


Background Color

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

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

This div background color is #8FB2B8.


Border color

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

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

This div border color is #8FB2B8.


Opacity

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

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

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

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

This text has shadow with #8FB2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB2B8 on black background.


Color preview on white background

This text has color #8FB2B8 on white background.



Black color preview on #8FB2B8 background

This text has black color on #8FB2B8 background.


White color preview on #8FB2B8 background

This text has white color on #8FB2B8 background.