COLOR #8FBAC5

HEX: #8FBAC5
RGB: (143,186,197)

Color info

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

RGB color model

#8FBAC5 color RGB value is (143,186,197).

  • red value is 143;
  • green value is 186;
  • blue value is 197.
RGB:
(143,186,197)
(56%,73%,77%)

RGB channels and saturation

R 143 of 255 = 56%
G 186 of 255 = 73%
B 197 of 255 = 77%

143
186
197

R + G + B ~ 69%. #8FBAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 186 + 197 = 526 (100%)
R 143 of 526 ~ 27.19%
G 186 of 526 ~ 35.36%
B 197 of 526 ~ 37.45%

%27.19
%35.36
%37.45

CMYK color model

#8FBAC5 color CMYK value is (27,6,0,23).

  • cyan value is 27.41%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(27,6,0,23)
C27M6Y0K23 
(27%,6%,0%,23%)
(0.27/0.06/0.00/0.23)	

CMYK percentages

%27.41
%5.58
%0
%22.75

Codes

Color #8FBAC5 in popluar color models

8FBAC5
RGB143186197
HSL192°31.76%66.67%
HSB/HSV192°27.41%77.25%
CMYK27.41%5.58%0.00%
22.75%

Color #8FBAC5 in popluar number systems.

HEX8FBAC5
Decimal143186197
Binary100011111011101011000101
Octal217272305

Shades and tints

Shades of #8FBAC5

#8FBAC5
(143,186,197)
#82AAB4
(130,170,180)
#759AA3
(117,154,163)
#688A92
(104,138,146)
#5B7A81
(91,122,129)
#4E6A70
(78,106,112)
#415A5F
(65,90,95)
#344A4E
(52,74,78)
#273A3D
(39,58,61)
#1A2A2C
(26,42,44)
#0D1A1B
(13,26,27)
#000000
(0,0,0)

Tints of #8FBAC5

#8FBAC5
(143,186,197)
#99C0CA
(153,192,202)
#A3C6CF
(163,198,207)
#ADCCD4
(173,204,212)
#B7D2D9
(183,210,217)
#C1D8DE
(193,216,222)
#CBDEE3
(203,222,227)
#D5E4E8
(213,228,232)
#DFEAED
(223,234,237)
#E9F0F2
(233,240,242)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBAC5 color. Also use rgb(143,186,197) instead hex code.

Text Font Color

.myTextColor { color: #8FBAC5; }

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

This text font color is #8FBAC5.


Background Color

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

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

This div background color is #8FBAC5.


Border color

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

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

This div border color is #8FBAC5.


Opacity

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

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

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

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

This text has shadow with #8FBAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBAC5 on black background.


Color preview on white background

This text has color #8FBAC5 on white background.



Black color preview on #8FBAC5 background

This text has black color on #8FBAC5 background.


White color preview on #8FBAC5 background

This text has white color on #8FBAC5 background.