COLOR #8C9DBB

HEX: #8C9DBB
RGB: (140,157,187)

Color info

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

RGB color model

#8C9DBB color RGB value is (140,157,187).

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

RGB channels and saturation

R 140 of 255 = 55%
G 157 of 255 = 62%
B 187 of 255 = 73%

140
157
187

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

Portions of RGB colors in percentages

R + G + B =
140 + 157 + 187 = 484 (100%)
R 140 of 484 ~ 28.93%
G 157 of 484 ~ 32.44%
B 187 of 484 ~ 38.64%

%28.93
%32.44
%38.64

CMYK color model

#8C9DBB color CMYK value is (25,16,0,27).

  • cyan value is 25.13%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(25,16,0,27)
C25M16Y0K27 
(25%,16%,0%,27%)
(0.25/0.16/0.00/0.27)	

CMYK percentages

%25.13
%16.04
%0
%26.67

Codes

Color #8C9DBB in popluar color models

8C9DBB
RGB140157187
HSL218°25.68%64.12%
HSB/HSV218°25.13%73.33%
CMYK25.13%16.04%0.00%
26.67%

Color #8C9DBB in popluar number systems.

HEX8C9DBB
Decimal140157187
Binary100011001001110110111011
Octal214235273

Shades and tints

Shades of #8C9DBB

#8C9DBB
(140,157,187)
#808FAA
(128,143,170)
#748199
(116,129,153)
#687388
(104,115,136)
#5C6577
(92,101,119)
#505766
(80,87,102)
#444955
(68,73,85)
#383B44
(56,59,68)
#2C2D33
(44,45,51)
#201F22
(32,31,34)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8C9DBB

#8C9DBB
(140,157,187)
#96A5C1
(150,165,193)
#A0ADC7
(160,173,199)
#AAB5CD
(170,181,205)
#B4BDD3
(180,189,211)
#BEC5D9
(190,197,217)
#C8CDDF
(200,205,223)
#D2D5E5
(210,213,229)
#DCDDEB
(220,221,235)
#E6E5F1
(230,229,241)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9DBB; }

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

This text font color is #8C9DBB.


Background Color

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

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

This div background color is #8C9DBB.


Border color

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

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

This div border color is #8C9DBB.


Opacity

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

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

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

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

This text has shadow with #8C9DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9DBB on black background.


Color preview on white background

This text has color #8C9DBB on white background.



Black color preview on #8C9DBB background

This text has black color on #8C9DBB background.


White color preview on #8C9DBB background

This text has white color on #8C9DBB background.