COLOR #8F95BC

HEX: #8F95BC
RGB: (143,149,188)

Color info

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

RGB color model

#8F95BC color RGB value is (143,149,188).

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

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 188 of 255 = 74%

143
149
188

R + G + B ~ 63%. #8F95BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 149 + 188 = 480 (100%)
R 143 of 480 ~ 29.79%
G 149 of 480 ~ 31.04%
B 188 of 480 ~ 39.17%

%29.79
%31.04
%39.17

CMYK color model

#8F95BC color CMYK value is (24,21,0,26).

  • cyan value is 23.94%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,21,0,26)
C24M21Y0K26 
(24%,21%,0%,26%)
(0.24/0.21/0.00/0.26)	

CMYK percentages

%23.94
%20.74
%0
%26.27

Codes

Color #8F95BC in popluar color models

8F95BC
RGB143149188
HSL232°25.14%64.90%
HSB/HSV232°23.94%73.73%
CMYK23.94%20.74%0.00%
26.27%

Color #8F95BC in popluar number systems.

HEX8F95BC
Decimal143149188
Binary100011111001010110111100
Octal217225274

Shades and tints

Shades of #8F95BC

#8F95BC
(143,149,188)
#8288AB
(130,136,171)
#757B9A
(117,123,154)
#686E89
(104,110,137)
#5B6178
(91,97,120)
#4E5467
(78,84,103)
#414756
(65,71,86)
#343A45
(52,58,69)
#272D34
(39,45,52)
#1A2023
(26,32,35)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #8F95BC

#8F95BC
(143,149,188)
#999EC2
(153,158,194)
#A3A7C8
(163,167,200)
#ADB0CE
(173,176,206)
#B7B9D4
(183,185,212)
#C1C2DA
(193,194,218)
#CBCBE0
(203,203,224)
#D5D4E6
(213,212,230)
#DFDDEC
(223,221,236)
#E9E6F2
(233,230,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F95BC; }

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

This text font color is #8F95BC.


Background Color

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

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

This div background color is #8F95BC.


Border color

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

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

This div border color is #8F95BC.


Opacity

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

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

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

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

This text has shadow with #8F95BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F95BC on black background.


Color preview on white background

This text has color #8F95BC on white background.



Black color preview on #8F95BC background

This text has black color on #8F95BC background.


White color preview on #8F95BC background

This text has white color on #8F95BC background.