COLOR #8C9BB8

HEX: #8C9BB8
RGB: (140,155,184)

Color info

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

RGB color model

#8C9BB8 color RGB value is (140,155,184).

  • red value is 140;
  • green value is 155;
  • blue value is 184.
RGB:
(140,155,184)
(55%,61%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 155 of 255 = 61%
B 184 of 255 = 72%

140
155
184

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

Portions of RGB colors in percentages

R + G + B =
140 + 155 + 184 = 479 (100%)
R 140 of 479 ~ 29.23%
G 155 of 479 ~ 32.36%
B 184 of 479 ~ 38.41%

%29.23
%32.36
%38.41

CMYK color model

#8C9BB8 color CMYK value is (24,16,0,28).

  • cyan value is 23.91%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(24,16,0,28)
C24M16Y0K28 
(24%,16%,0%,28%)
(0.24/0.16/0.00/0.28)	

CMYK percentages

%23.91
%15.76
%0
%27.84

Codes

Color #8C9BB8 in popluar color models

8C9BB8
RGB140155184
HSL220°23.66%63.53%
HSB/HSV220°23.91%72.16%
CMYK23.91%15.76%0.00%
27.84%

Color #8C9BB8 in popluar number systems.

HEX8C9BB8
Decimal140155184
Binary100011001001101110111000
Octal214233270

Shades and tints

Shades of #8C9BB8

#8C9BB8
(140,155,184)
#808DA8
(128,141,168)
#747F98
(116,127,152)
#687188
(104,113,136)
#5C6378
(92,99,120)
#505568
(80,85,104)
#444758
(68,71,88)
#383948
(56,57,72)
#2C2B38
(44,43,56)
#201D28
(32,29,40)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #8C9BB8

#8C9BB8
(140,155,184)
#96A4BE
(150,164,190)
#A0ADC4
(160,173,196)
#AAB6CA
(170,182,202)
#B4BFD0
(180,191,208)
#BEC8D6
(190,200,214)
#C8D1DC
(200,209,220)
#D2DAE2
(210,218,226)
#DCE3E8
(220,227,232)
#E6ECEE
(230,236,238)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9BB8 color. Also use rgb(140,155,184) instead hex code.

Text Font Color

.myTextColor { color: #8C9BB8; }

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

This text font color is #8C9BB8.


Background Color

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

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

This div background color is #8C9BB8.


Border color

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

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

This div border color is #8C9BB8.


Opacity

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

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

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

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

This text has shadow with #8C9BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9BB8 on black background.


Color preview on white background

This text has color #8C9BB8 on white background.



Black color preview on #8C9BB8 background

This text has black color on #8C9BB8 background.


White color preview on #8C9BB8 background

This text has white color on #8C9BB8 background.