COLOR #8F9BCD

HEX: #8F9BCD
RGB: (143,155,205)

Color info

#8F9BCD contains mainly green and blue colors. Web safe color of #8F9BCD is #9999CC (or #99C).

RGB color model

#8F9BCD color RGB value is (143,155,205).

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

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 205 of 255 = 80%

143
155
205

R + G + B ~ 66%. #8F9BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 155 + 205 = 503 (100%)
R 143 of 503 ~ 28.43%
G 155 of 503 ~ 30.82%
B 205 of 503 ~ 40.76%

%28.43
%30.82
%40.76

CMYK color model

#8F9BCD color CMYK value is (30,24,0,20).

  • cyan value is 30.24%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(30,24,0,20)
C30M24Y0K20 
(30%,24%,0%,20%)
(0.30/0.24/0.00/0.20)	

CMYK percentages

%30.24
%24.39
%0
%19.61

Codes

Color #8F9BCD in popluar color models

8F9BCD
RGB143155205
HSL228°38.27%68.24%
HSB/HSV228°30.24%80.39%
CMYK30.24%24.39%0.00%
19.61%

Color #8F9BCD in popluar number systems.

HEX8F9BCD
Decimal143155205
Binary100011111001101111001101
Octal217233315

Shades and tints

Shades of #8F9BCD

#8F9BCD
(143,155,205)
#828DBB
(130,141,187)
#757FA9
(117,127,169)
#687197
(104,113,151)
#5B6385
(91,99,133)
#4E5573
(78,85,115)
#414761
(65,71,97)
#34394F
(52,57,79)
#272B3D
(39,43,61)
#1A1D2B
(26,29,43)
#0D0F19
(13,15,25)
#000000
(0,0,0)

Tints of #8F9BCD

#8F9BCD
(143,155,205)
#99A4D1
(153,164,209)
#A3ADD5
(163,173,213)
#ADB6D9
(173,182,217)
#B7BFDD
(183,191,221)
#C1C8E1
(193,200,225)
#CBD1E5
(203,209,229)
#D5DAE9
(213,218,233)
#DFE3ED
(223,227,237)
#E9ECF1
(233,236,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9BCD; }

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

This text font color is #8F9BCD.


Background Color

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

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

This div background color is #8F9BCD.


Border color

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

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

This div border color is #8F9BCD.


Opacity

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

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

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

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

This text has shadow with #8F9BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9BCD on black background.


Color preview on white background

This text has color #8F9BCD on white background.



Black color preview on #8F9BCD background

This text has black color on #8F9BCD background.


White color preview on #8F9BCD background

This text has white color on #8F9BCD background.