COLOR #8F98B5

HEX: #8F98B5
RGB: (143,152,181)

Color info

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

RGB color model

#8F98B5 color RGB value is (143,152,181).

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

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 181 of 255 = 71%

143
152
181

R + G + B ~ 62%. #8F98B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 152 + 181 = 476 (100%)
R 143 of 476 ~ 30.04%
G 152 of 476 ~ 31.93%
B 181 of 476 ~ 38.03%

%30.04
%31.93
%38.03

CMYK color model

#8F98B5 color CMYK value is (21,16,0,29).

  • cyan value is 20.99%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(21,16,0,29)
C21M16Y0K29 
(21%,16%,0%,29%)
(0.21/0.16/0.00/0.29)	

CMYK percentages

%20.99
%16.02
%0
%29.02

Codes

Color #8F98B5 in popluar color models

8F98B5
RGB143152181
HSL226°20.43%63.53%
HSB/HSV226°20.99%70.98%
CMYK20.99%16.02%0.00%
29.02%

Color #8F98B5 in popluar number systems.

HEX8F98B5
Decimal143152181
Binary100011111001100010110101
Octal217230265

Shades and tints

Shades of #8F98B5

#8F98B5
(143,152,181)
#828BA5
(130,139,165)
#757E95
(117,126,149)
#687185
(104,113,133)
#5B6475
(91,100,117)
#4E5765
(78,87,101)
#414A55
(65,74,85)
#343D45
(52,61,69)
#273035
(39,48,53)
#1A2325
(26,35,37)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #8F98B5

#8F98B5
(143,152,181)
#99A1BB
(153,161,187)
#A3AAC1
(163,170,193)
#ADB3C7
(173,179,199)
#B7BCCD
(183,188,205)
#C1C5D3
(193,197,211)
#CBCED9
(203,206,217)
#D5D7DF
(213,215,223)
#DFE0E5
(223,224,229)
#E9E9EB
(233,233,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F98B5; }

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

This text font color is #8F98B5.


Background Color

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

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

This div background color is #8F98B5.


Border color

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

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

This div border color is #8F98B5.


Opacity

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

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

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

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

This text has shadow with #8F98B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F98B5 on black background.


Color preview on white background

This text has color #8F98B5 on white background.



Black color preview on #8F98B5 background

This text has black color on #8F98B5 background.


White color preview on #8F98B5 background

This text has white color on #8F98B5 background.