COLOR #8C9FB9

HEX: #8C9FB9
RGB: (140,159,185)

Color info

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

RGB color model

#8C9FB9 color RGB value is (140,159,185).

  • red value is 140;
  • green value is 159;
  • blue value is 185.
RGB:
(140,159,185)
(55%,62%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 159 of 255 = 62%
B 185 of 255 = 73%

140
159
185

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

Portions of RGB colors in percentages

R + G + B =
140 + 159 + 185 = 484 (100%)
R 140 of 484 ~ 28.93%
G 159 of 484 ~ 32.85%
B 185 of 484 ~ 38.22%

%28.93
%32.85
%38.22

CMYK color model

#8C9FB9 color CMYK value is (24,14,0,27).

  • cyan value is 24.32%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(24,14,0,27)
C24M14Y0K27 
(24%,14%,0%,27%)
(0.24/0.14/0.00/0.27)	

CMYK percentages

%24.32
%14.05
%0
%27.45

Codes

Color #8C9FB9 in popluar color models

8C9FB9
RGB140159185
HSL215°24.32%63.73%
HSB/HSV215°24.32%72.55%
CMYK24.32%14.05%0.00%
27.45%

Color #8C9FB9 in popluar number systems.

HEX8C9FB9
Decimal140159185
Binary100011001001111110111001
Octal214237271

Shades and tints

Shades of #8C9FB9

#8C9FB9
(140,159,185)
#8091A9
(128,145,169)
#748399
(116,131,153)
#687589
(104,117,137)
#5C6779
(92,103,121)
#505969
(80,89,105)
#444B59
(68,75,89)
#383D49
(56,61,73)
#2C2F39
(44,47,57)
#202129
(32,33,41)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #8C9FB9

#8C9FB9
(140,159,185)
#96A7BF
(150,167,191)
#A0AFC5
(160,175,197)
#AAB7CB
(170,183,203)
#B4BFD1
(180,191,209)
#BEC7D7
(190,199,215)
#C8CFDD
(200,207,221)
#D2D7E3
(210,215,227)
#DCDFE9
(220,223,233)
#E6E7EF
(230,231,239)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9FB9 color. Also use rgb(140,159,185) instead hex code.

Text Font Color

.myTextColor { color: #8C9FB9; }

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

This text font color is #8C9FB9.


Background Color

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

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

This div background color is #8C9FB9.


Border color

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

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

This div border color is #8C9FB9.


Opacity

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

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

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

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

This text has shadow with #8C9FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9FB9 on black background.


Color preview on white background

This text has color #8C9FB9 on white background.



Black color preview on #8C9FB9 background

This text has black color on #8C9FB9 background.


White color preview on #8C9FB9 background

This text has white color on #8C9FB9 background.