COLOR #8FB3B0

HEX: #8FB3B0 RGB: (143,179,176)

Color info

#8FB3B0 contains red, green and blue colors in about the same proportion. Web safe color of #8FB3B0 is #999999 (or #999).

RGB color model

#8FB3B0 color RGB value is (143,179,176).

RGB: (143,179,176) (56%, 70%, 69%)

RGB channels and saturation

R 143 of 255 = 56%
G 179 of 255 = 70%
B 176 of 255 = 69%

143
179
176

R + G + B ~ 65%. #8FB3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 179 + 176 = 498 (100%)
R 143 of 498 ~ 28.71%
G 179 of 498 ~ 35.94%
B 176 of 498 ~ 35.34'%

%28.71
%35.94
%35.34

CMYK color model

#8FB3B0 color CMYK value is (20,0,2,30).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 29.80%

CMYK: (20,0,2,30)
C20M0Y2K30 (20%, 0%, 2%, 30%)
(0.20 / 0.00 / 0.02 / 0.30)

CMYK percentages

%20.11
%0
%1.68
%29.8

Codes

Color #8FB3B0 in popluar color models

8F B3 B0
RGB 143 179 176
HSL 175° 19.15% 63.14%
HSB/HSV 175° 20.11% 70.20%
CMYK 20.11% 0.00% 1.68%
29.80%

Color #8FB3B0 in popluar number systems.

HEX 8F B3 B0
Decimal 143 179 176
Binary 10001111 10110011 10110000
Octal 217 263 260

Shades and tints

Shades of #8FB3B0

#8FB3B0
(143,179,176)
#82A3A0
(130,163,160)
#759390
(117,147,144)
#688380
(104,131,128)
#5B7370
(91,115,112)
#4E6360
(78,99,96)
#415350
(65,83,80)
#344340
(52,67,64)
#273330
(39,51,48)
#1A2320
(26,35,32)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #8FB3B0

#8FB3B0
(143,179,176)
#99B9B7
(153,185,183)
#A3BFBE
(163,191,190)
#ADC5C5
(173,197,197)
#B7CBCC
(183,203,204)
#C1D1D3
(193,209,211)
#CBD7DA
(203,215,218)
#D5DDE1
(213,221,225)
#DFE3E8
(223,227,232)
#E9E9EF
(233,233,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB3B0 color. Also use rgb(143,179,176) instead hex code.

Text Font Color

.myTextColor { color: #8FB3B0; }

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

This text font color is #8FB3B0.

Background Color

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

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

This div background color is #8FB3B0.

Border color

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

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

This div border color is #8FB3B0.

Opacity

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

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

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

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

This text has shadow with #8FB3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB3B0.

Preview

Color preview on black background

This text has color #8FB3B0 on black background.


Color preview on white background

This text has color #8FB3B0 on white background.


Black color preview on #8FB3B0 background

This text has black color on #8FB3B0 background.


White color preview on #8FB3B0 background

This text has white color on #8FB3B0 background.


Related colors

Complementary color

Complementary color for #hex is #704C4F.


I love getcolorcode.com

Triadic colors

1 #B08FB3 and #B3B08F with #8FB3B0 are triadic colors.

2 #B0B38F and #B38FB0 with #8FB3B0 are triadic colors.