COLOR #8FB1BE

HEX: #8FB1BE
RGB: (143,177,190)

Color info

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

RGB color model

#8FB1BE color RGB value is (143,177,190).

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

RGB channels and saturation

R 143 of 255 = 56%
G 177 of 255 = 69%
B 190 of 255 = 75%

143
177
190

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

Portions of RGB colors in percentages

R + G + B =
143 + 177 + 190 = 510 (100%)
R 143 of 510 ~ 28.04%
G 177 of 510 ~ 34.71%
B 190 of 510 ~ 37.25%

%28.04
%34.71
%37.25

CMYK color model

#8FB1BE color CMYK value is (25,7,0,25).

  • cyan value is 24.74%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(25,7,0,25)
C25M7Y0K25 
(25%,7%,0%,25%)
(0.25/0.07/0.00/0.25)	

CMYK percentages

%24.74
%6.84
%0
%25.49

Codes

Color #8FB1BE in popluar color models

8FB1BE
RGB143177190
HSL197°26.55%65.29%
HSB/HSV197°24.74%74.51%
CMYK24.74%6.84%0.00%
25.49%

Color #8FB1BE in popluar number systems.

HEX8FB1BE
Decimal143177190
Binary100011111011000110111110
Octal217261276

Shades and tints

Shades of #8FB1BE

#8FB1BE
(143,177,190)
#82A1AD
(130,161,173)
#75919C
(117,145,156)
#68818B
(104,129,139)
#5B717A
(91,113,122)
#4E6169
(78,97,105)
#415158
(65,81,88)
#344147
(52,65,71)
#273136
(39,49,54)
#1A2125
(26,33,37)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #8FB1BE

#8FB1BE
(143,177,190)
#99B8C3
(153,184,195)
#A3BFC8
(163,191,200)
#ADC6CD
(173,198,205)
#B7CDD2
(183,205,210)
#C1D4D7
(193,212,215)
#CBDBDC
(203,219,220)
#D5E2E1
(213,226,225)
#DFE9E6
(223,233,230)
#E9F0EB
(233,240,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB1BE; }

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

This text font color is #8FB1BE.


Background Color

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

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

This div background color is #8FB1BE.


Border color

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

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

This div border color is #8FB1BE.


Opacity

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

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

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

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

This text has shadow with #8FB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB1BE on black background.


Color preview on white background

This text has color #8FB1BE on white background.



Black color preview on #8FB1BE background

This text has black color on #8FB1BE background.


White color preview on #8FB1BE background

This text has white color on #8FB1BE background.