COLOR #8C9DBE

HEX: #8C9DBE
RGB: (140,157,190)

Color info

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

RGB color model

#8C9DBE color RGB value is (140,157,190).

  • red value is 140;
  • green value is 157;
  • blue value is 190.
RGB:
(140,157,190)
(55%,62%,75%)

RGB channels and saturation

R 140 of 255 = 55%
G 157 of 255 = 62%
B 190 of 255 = 75%

140
157
190

R + G + B ~ 64%. #8C9DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 157 + 190 = 487 (100%)
R 140 of 487 ~ 28.75%
G 157 of 487 ~ 32.24%
B 190 of 487 ~ 39.01%

%28.75
%32.24
%39.01

CMYK color model

#8C9DBE color CMYK value is (26,17,0,25).

  • cyan value is 26.32%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(26,17,0,25)
C26M17Y0K25 
(26%,17%,0%,25%)
(0.26/0.17/0.00/0.25)	

CMYK percentages

%26.32
%17.37
%0
%25.49

Codes

Color #8C9DBE in popluar color models

8C9DBE
RGB140157190
HSL220°27.78%64.71%
HSB/HSV220°26.32%74.51%
CMYK26.32%17.37%0.00%
25.49%

Color #8C9DBE in popluar number systems.

HEX8C9DBE
Decimal140157190
Binary100011001001110110111110
Octal214235276

Shades and tints

Shades of #8C9DBE

#8C9DBE
(140,157,190)
#808FAD
(128,143,173)
#74819C
(116,129,156)
#68738B
(104,115,139)
#5C657A
(92,101,122)
#505769
(80,87,105)
#444958
(68,73,88)
#383B47
(56,59,71)
#2C2D36
(44,45,54)
#201F25
(32,31,37)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8C9DBE

#8C9DBE
(140,157,190)
#96A5C3
(150,165,195)
#A0ADC8
(160,173,200)
#AAB5CD
(170,181,205)
#B4BDD2
(180,189,210)
#BEC5D7
(190,197,215)
#C8CDDC
(200,205,220)
#D2D5E1
(210,213,225)
#DCDDE6
(220,221,230)
#E6E5EB
(230,229,235)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9DBE color. Also use rgb(140,157,190) instead hex code.

Text Font Color

.myTextColor { color: #8C9DBE; }

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

This text font color is #8C9DBE.


Background Color

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

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

This div background color is #8C9DBE.


Border color

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

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

This div border color is #8C9DBE.


Opacity

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

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

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

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

This text has shadow with #8C9DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9DBE on black background.


Color preview on white background

This text has color #8C9DBE on white background.



Black color preview on #8C9DBE background

This text has black color on #8C9DBE background.


White color preview on #8C9DBE background

This text has white color on #8C9DBE background.