COLOR #8C90BE

HEX: #8C90BE
RGB: (140,144,190)

Color info

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

RGB color model

#8C90BE color RGB value is (140,144,190).

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

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 190 of 255 = 75%

140
144
190

R + G + B ~ 62%. #8C90BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 190 = 474 (100%)
R 140 of 474 ~ 29.54%
G 144 of 474 ~ 30.38%
B 190 of 474 ~ 40.08%

%29.54
%30.38
%40.08

CMYK color model

#8C90BE color CMYK value is (26,24,0,25).

  • cyan value is 26.32%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(26,24,0,25)
C26M24Y0K25 
(26%,24%,0%,25%)
(0.26/0.24/0.00/0.25)	

CMYK percentages

%26.32
%24.21
%0
%25.49

Codes

Color #8C90BE in popluar color models

8C90BE
RGB140144190
HSL235°27.78%64.71%
HSB/HSV235°26.32%74.51%
CMYK26.32%24.21%0.00%
25.49%

Color #8C90BE in popluar number systems.

HEX8C90BE
Decimal140144190
Binary100011001001000010111110
Octal214220276

Shades and tints

Shades of #8C90BE

#8C90BE
(140,144,190)
#8083AD
(128,131,173)
#74769C
(116,118,156)
#68698B
(104,105,139)
#5C5C7A
(92,92,122)
#504F69
(80,79,105)
#444258
(68,66,88)
#383547
(56,53,71)
#2C2836
(44,40,54)
#201B25
(32,27,37)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8C90BE

#8C90BE
(140,144,190)
#969AC3
(150,154,195)
#A0A4C8
(160,164,200)
#AAAECD
(170,174,205)
#B4B8D2
(180,184,210)
#BEC2D7
(190,194,215)
#C8CCDC
(200,204,220)
#D2D6E1
(210,214,225)
#DCE0E6
(220,224,230)
#E6EAEB
(230,234,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C90BE; }

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

This text font color is #8C90BE.


Background Color

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

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

This div background color is #8C90BE.


Border color

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

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

This div border color is #8C90BE.


Opacity

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

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

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

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

This text has shadow with #8C90BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C90BE on black background.


Color preview on white background

This text has color #8C90BE on white background.



Black color preview on #8C90BE background

This text has black color on #8C90BE background.


White color preview on #8C90BE background

This text has white color on #8C90BE background.