COLOR #8F99BE

HEX: #8F99BE
RGB: (143,153,190)

Color info

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

RGB color model

#8F99BE color RGB value is (143,153,190).

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

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 190 of 255 = 75%

143
153
190

R + G + B ~ 64%. #8F99BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 153 + 190 = 486 (100%)
R 143 of 486 ~ 29.42%
G 153 of 486 ~ 31.48%
B 190 of 486 ~ 39.09%

%29.42
%31.48
%39.09

CMYK color model

#8F99BE color CMYK value is (25,19,0,25).

  • cyan value is 24.74%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(25,19,0,25)
C25M19Y0K25 
(25%,19%,0%,25%)
(0.25/0.19/0.00/0.25)	

CMYK percentages

%24.74
%19.47
%0
%25.49

Codes

Color #8F99BE in popluar color models

8F99BE
RGB143153190
HSL227°26.55%65.29%
HSB/HSV227°24.74%74.51%
CMYK24.74%19.47%0.00%
25.49%

Color #8F99BE in popluar number systems.

HEX8F99BE
Decimal143153190
Binary100011111001100110111110
Octal217231276

Shades and tints

Shades of #8F99BE

#8F99BE
(143,153,190)
#828CAD
(130,140,173)
#757F9C
(117,127,156)
#68728B
(104,114,139)
#5B657A
(91,101,122)
#4E5869
(78,88,105)
#414B58
(65,75,88)
#343E47
(52,62,71)
#273136
(39,49,54)
#1A2425
(26,36,37)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #8F99BE

#8F99BE
(143,153,190)
#99A2C3
(153,162,195)
#A3ABC8
(163,171,200)
#ADB4CD
(173,180,205)
#B7BDD2
(183,189,210)
#C1C6D7
(193,198,215)
#CBCFDC
(203,207,220)
#D5D8E1
(213,216,225)
#DFE1E6
(223,225,230)
#E9EAEB
(233,234,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F99BE; }

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

This text font color is #8F99BE.


Background Color

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

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

This div background color is #8F99BE.


Border color

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

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

This div border color is #8F99BE.


Opacity

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

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

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

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

This text has shadow with #8F99BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F99BE on black background.


Color preview on white background

This text has color #8F99BE on white background.



Black color preview on #8F99BE background

This text has black color on #8F99BE background.


White color preview on #8F99BE background

This text has white color on #8F99BE background.