COLOR #8FB2BE

HEX: #8FB2BE
RGB: (143,178,190)

Color info

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

RGB color model

#8FB2BE color RGB value is (143,178,190).

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

RGB channels and saturation

R 143 of 255 = 56%
G 178 of 255 = 70%
B 190 of 255 = 75%

143
178
190

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

Portions of RGB colors in percentages

R + G + B =
143 + 178 + 190 = 511 (100%)
R 143 of 511 ~ 27.98%
G 178 of 511 ~ 34.83%
B 190 of 511 ~ 37.18%

%27.98
%34.83
%37.18

CMYK color model

#8FB2BE color CMYK value is (25,6,0,25).

  • cyan value is 24.74%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(25,6,0,25)
C25M6Y0K25 
(25%,6%,0%,25%)
(0.25/0.06/0.00/0.25)	

CMYK percentages

%24.74
%6.32
%0
%25.49

Codes

Color #8FB2BE in popluar color models

8FB2BE
RGB143178190
HSL195°26.55%65.29%
HSB/HSV195°24.74%74.51%
CMYK24.74%6.32%0.00%
25.49%

Color #8FB2BE in popluar number systems.

HEX8FB2BE
Decimal143178190
Binary100011111011001010111110
Octal217262276

Shades and tints

Shades of #8FB2BE

#8FB2BE
(143,178,190)
#82A2AD
(130,162,173)
#75929C
(117,146,156)
#68828B
(104,130,139)
#5B727A
(91,114,122)
#4E6269
(78,98,105)
#415258
(65,82,88)
#344247
(52,66,71)
#273236
(39,50,54)
#1A2225
(26,34,37)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #8FB2BE

#8FB2BE
(143,178,190)
#99B9C3
(153,185,195)
#A3C0C8
(163,192,200)
#ADC7CD
(173,199,205)
#B7CED2
(183,206,210)
#C1D5D7
(193,213,215)
#CBDCDC
(203,220,220)
#D5E3E1
(213,227,225)
#DFEAE6
(223,234,230)
#E9F1EB
(233,241,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB2BE; }

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

This text font color is #8FB2BE.


Background Color

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

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

This div background color is #8FB2BE.


Border color

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

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

This div border color is #8FB2BE.


Opacity

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

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

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

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

This text has shadow with #8FB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB2BE on black background.


Color preview on white background

This text has color #8FB2BE on white background.



Black color preview on #8FB2BE background

This text has black color on #8FB2BE background.


White color preview on #8FB2BE background

This text has white color on #8FB2BE background.