COLOR #8F98BF

HEX: #8F98BF
RGB: (143,152,191)

Color info

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

RGB color model

#8F98BF color RGB value is (143,152,191).

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

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 191 of 255 = 75%

143
152
191

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

Portions of RGB colors in percentages

R + G + B =
143 + 152 + 191 = 486 (100%)
R 143 of 486 ~ 29.42%
G 152 of 486 ~ 31.28%
B 191 of 486 ~ 39.3%

%29.42
%31.28
%39.3

CMYK color model

#8F98BF color CMYK value is (25,20,0,25).

  • cyan value is 25.13%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(25,20,0,25)
C25M20Y0K25 
(25%,20%,0%,25%)
(0.25/0.20/0.00/0.25)	

CMYK percentages

%25.13
%20.42
%0
%25.1

Codes

Color #8F98BF in popluar color models

8F98BF
RGB143152191
HSL229°27.27%65.49%
HSB/HSV229°25.13%74.90%
CMYK25.13%20.42%0.00%
25.10%

Color #8F98BF in popluar number systems.

HEX8F98BF
Decimal143152191
Binary100011111001100010111111
Octal217230277

Shades and tints

Shades of #8F98BF

#8F98BF
(143,152,191)
#828BAE
(130,139,174)
#757E9D
(117,126,157)
#68718C
(104,113,140)
#5B647B
(91,100,123)
#4E576A
(78,87,106)
#414A59
(65,74,89)
#343D48
(52,61,72)
#273037
(39,48,55)
#1A2326
(26,35,38)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #8F98BF

#8F98BF
(143,152,191)
#99A1C4
(153,161,196)
#A3AAC9
(163,170,201)
#ADB3CE
(173,179,206)
#B7BCD3
(183,188,211)
#C1C5D8
(193,197,216)
#CBCEDD
(203,206,221)
#D5D7E2
(213,215,226)
#DFE0E7
(223,224,231)
#E9E9EC
(233,233,236)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F98BF color. Also use rgb(143,152,191) instead hex code.

Text Font Color

.myTextColor { color: #8F98BF; }

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

This text font color is #8F98BF.


Background Color

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

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

This div background color is #8F98BF.


Border color

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

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

This div border color is #8F98BF.


Opacity

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

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

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

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

This text has shadow with #8F98BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F98BF on black background.


Color preview on white background

This text has color #8F98BF on white background.



Black color preview on #8F98BF background

This text has black color on #8F98BF background.


White color preview on #8F98BF background

This text has white color on #8F98BF background.