COLOR #8F9BDB

HEX: #8F9BDB
RGB: (143,155,219)

Color info

#8F9BDB contains mainly blue color. Web safe color of #8F9BDB is #9999CC (or #99C).

RGB color model

#8F9BDB color RGB value is (143,155,219).

  • red value is 143;
  • green value is 155;
  • blue value is 219.
RGB:
(143,155,219)
(56%,61%,86%)

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 219 of 255 = 86%

143
155
219

R + G + B ~ 68%. #8F9BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 155 + 219 = 517 (100%)
R 143 of 517 ~ 27.66%
G 155 of 517 ~ 29.98%
B 219 of 517 ~ 42.36%

%27.66
%29.98
%42.36

CMYK color model

#8F9BDB color CMYK value is (35,29,0,14).

  • cyan value is 34.70%
  • magenta value is 29.22%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(35,29,0,14)
C35M29Y0K14 
(35%,29%,0%,14%)
(0.35/0.29/0.00/0.14)	

CMYK percentages

%34.7
%29.22
%0
%14.12

Codes

Color #8F9BDB in popluar color models

8F9BDB
RGB143155219
HSL231°51.35%70.98%
HSB/HSV231°34.70%85.88%
CMYK34.70%29.22%0.00%
14.12%

Color #8F9BDB in popluar number systems.

HEX8F9BDB
Decimal143155219
Binary100011111001101111011011
Octal217233333

Shades and tints

Shades of #8F9BDB

#8F9BDB
(143,155,219)
#828DC8
(130,141,200)
#757FB5
(117,127,181)
#6871A2
(104,113,162)
#5B638F
(91,99,143)
#4E557C
(78,85,124)
#414769
(65,71,105)
#343956
(52,57,86)
#272B43
(39,43,67)
#1A1D30
(26,29,48)
#0D0F1D
(13,15,29)
#000000
(0,0,0)

Tints of #8F9BDB

#8F9BDB
(143,155,219)
#99A4DE
(153,164,222)
#A3ADE1
(163,173,225)
#ADB6E4
(173,182,228)
#B7BFE7
(183,191,231)
#C1C8EA
(193,200,234)
#CBD1ED
(203,209,237)
#D5DAF0
(213,218,240)
#DFE3F3
(223,227,243)
#E9ECF6
(233,236,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9BDB color. Also use rgb(143,155,219) instead hex code.

Text Font Color

.myTextColor { color: #8F9BDB; }

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

This text font color is #8F9BDB.


Background Color

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

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

This div background color is #8F9BDB.


Border color

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

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

This div border color is #8F9BDB.


Opacity

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

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

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

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

This text has shadow with #8F9BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9BDB on black background.


Color preview on white background

This text has color #8F9BDB on white background.



Black color preview on #8F9BDB background

This text has black color on #8F9BDB background.


White color preview on #8F9BDB background

This text has white color on #8F9BDB background.