COLOR #8F9EC6

HEX: #8F9EC6
RGB: (143,158,198)

Color info

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

RGB color model

#8F9EC6 color RGB value is (143,158,198).

  • red value is 143;
  • green value is 158;
  • blue value is 198.
RGB:
(143,158,198)
(56%,62%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 158 of 255 = 62%
B 198 of 255 = 78%

143
158
198

R + G + B ~ 65%. #8F9EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 158 + 198 = 499 (100%)
R 143 of 499 ~ 28.66%
G 158 of 499 ~ 31.66%
B 198 of 499 ~ 39.68%

%28.66
%31.66
%39.68

CMYK color model

#8F9EC6 color CMYK value is (28,20,0,22).

  • cyan value is 27.78%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(28,20,0,22)
C28M20Y0K22 
(28%,20%,0%,22%)
(0.28/0.20/0.00/0.22)	

CMYK percentages

%27.78
%20.2
%0
%22.35

Codes

Color #8F9EC6 in popluar color models

8F9EC6
RGB143158198
HSL224°32.54%66.86%
HSB/HSV224°27.78%77.65%
CMYK27.78%20.20%0.00%
22.35%

Color #8F9EC6 in popluar number systems.

HEX8F9EC6
Decimal143158198
Binary100011111001111011000110
Octal217236306

Shades and tints

Shades of #8F9EC6

#8F9EC6
(143,158,198)
#8290B4
(130,144,180)
#7582A2
(117,130,162)
#687490
(104,116,144)
#5B667E
(91,102,126)
#4E586C
(78,88,108)
#414A5A
(65,74,90)
#343C48
(52,60,72)
#272E36
(39,46,54)
#1A2024
(26,32,36)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #8F9EC6

#8F9EC6
(143,158,198)
#99A6CB
(153,166,203)
#A3AED0
(163,174,208)
#ADB6D5
(173,182,213)
#B7BEDA
(183,190,218)
#C1C6DF
(193,198,223)
#CBCEE4
(203,206,228)
#D5D6E9
(213,214,233)
#DFDEEE
(223,222,238)
#E9E6F3
(233,230,243)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9EC6 color. Also use rgb(143,158,198) instead hex code.

Text Font Color

.myTextColor { color: #8F9EC6; }

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

This text font color is #8F9EC6.


Background Color

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

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

This div background color is #8F9EC6.


Border color

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

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

This div border color is #8F9EC6.


Opacity

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

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

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

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

This text has shadow with #8F9EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9EC6 on black background.


Color preview on white background

This text has color #8F9EC6 on white background.



Black color preview on #8F9EC6 background

This text has black color on #8F9EC6 background.


White color preview on #8F9EC6 background

This text has white color on #8F9EC6 background.