COLOR #8F95B3

HEX: #8F95B3
RGB: (143,149,179)

Color info

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

RGB color model

#8F95B3 color RGB value is (143,149,179).

  • red value is 143;
  • green value is 149;
  • blue value is 179.
RGB:
(143,149,179)
(56%,58%,70%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 179 of 255 = 70%

143
149
179

R + G + B ~ 61%. #8F95B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 149 + 179 = 471 (100%)
R 143 of 471 ~ 30.36%
G 149 of 471 ~ 31.63%
B 179 of 471 ~ 38%

%30.36
%31.63
%38

CMYK color model

#8F95B3 color CMYK value is (20,17,0,30).

  • cyan value is 20.11%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(20,17,0,30)
C20M17Y0K30 
(20%,17%,0%,30%)
(0.20/0.17/0.00/0.30)	

CMYK percentages

%20.11
%16.76
%0
%29.8

Codes

Color #8F95B3 in popluar color models

8F95B3
RGB143149179
HSL230°19.15%63.14%
HSB/HSV230°20.11%70.20%
CMYK20.11%16.76%0.00%
29.80%

Color #8F95B3 in popluar number systems.

HEX8F95B3
Decimal143149179
Binary100011111001010110110011
Octal217225263

Shades and tints

Shades of #8F95B3

#8F95B3
(143,149,179)
#8288A3
(130,136,163)
#757B93
(117,123,147)
#686E83
(104,110,131)
#5B6173
(91,97,115)
#4E5463
(78,84,99)
#414753
(65,71,83)
#343A43
(52,58,67)
#272D33
(39,45,51)
#1A2023
(26,32,35)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #8F95B3

#8F95B3
(143,149,179)
#999EB9
(153,158,185)
#A3A7BF
(163,167,191)
#ADB0C5
(173,176,197)
#B7B9CB
(183,185,203)
#C1C2D1
(193,194,209)
#CBCBD7
(203,203,215)
#D5D4DD
(213,212,221)
#DFDDE3
(223,221,227)
#E9E6E9
(233,230,233)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F95B3; }

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

This text font color is #8F95B3.


Background Color

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

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

This div background color is #8F95B3.


Border color

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

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

This div border color is #8F95B3.


Opacity

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

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

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

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

This text has shadow with #8F95B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F95B3 on black background.


Color preview on white background

This text has color #8F95B3 on white background.



Black color preview on #8F95B3 background

This text has black color on #8F95B3 background.


White color preview on #8F95B3 background

This text has white color on #8F95B3 background.