COLOR #8C92B2

HEX: #8C92B2
RGB: (140,146,178)

Color info

#8C92B2 contains red, green and blue colors in about the same proportion. Web safe color of #8C92B2 is #999999 (or #999).

RGB color model

#8C92B2 color RGB value is (140,146,178).

  • red value is 140;
  • green value is 146;
  • blue value is 178.
RGB:
(140,146,178)
(55%,57%,70%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 178 of 255 = 70%

140
146
178

R + G + B ~ 61%. #8C92B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 178 = 464 (100%)
R 140 of 464 ~ 30.17%
G 146 of 464 ~ 31.47%
B 178 of 464 ~ 38.36%

%30.17
%31.47
%38.36

CMYK color model

#8C92B2 color CMYK value is (21,18,0,30).

  • cyan value is 21.35%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(21,18,0,30)
C21M18Y0K30 
(21%,18%,0%,30%)
(0.21/0.18/0.00/0.30)	

CMYK percentages

%21.35
%17.98
%0
%30.2

Codes

Color #8C92B2 in popluar color models

8C92B2
RGB140146178
HSL231°19.79%62.35%
HSB/HSV231°21.35%69.80%
CMYK21.35%17.98%0.00%
30.20%

Color #8C92B2 in popluar number systems.

HEX8C92B2
Decimal140146178
Binary100011001001001010110010
Octal214222262

Shades and tints

Shades of #8C92B2

#8C92B2
(140,146,178)
#8085A2
(128,133,162)
#747892
(116,120,146)
#686B82
(104,107,130)
#5C5E72
(92,94,114)
#505162
(80,81,98)
#444452
(68,68,82)
#383742
(56,55,66)
#2C2A32
(44,42,50)
#201D22
(32,29,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8C92B2

#8C92B2
(140,146,178)
#969BB9
(150,155,185)
#A0A4C0
(160,164,192)
#AAADC7
(170,173,199)
#B4B6CE
(180,182,206)
#BEBFD5
(190,191,213)
#C8C8DC
(200,200,220)
#D2D1E3
(210,209,227)
#DCDAEA
(220,218,234)
#E6E3F1
(230,227,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C92B2 color. Also use rgb(140,146,178) instead hex code.

Text Font Color

.myTextColor { color: #8C92B2; }

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

This text font color is #8C92B2.


Background Color

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

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

This div background color is #8C92B2.


Border color

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

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

This div border color is #8C92B2.


Opacity

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

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

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

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

This text has shadow with #8C92B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C92B2 on black background.


Color preview on white background

This text has color #8C92B2 on white background.



Black color preview on #8C92B2 background

This text has black color on #8C92B2 background.


White color preview on #8C92B2 background

This text has white color on #8C92B2 background.