COLOR #8C92C9

HEX: #8C92C9
RGB: (140,146,201)

Color info

#8C92C9 contains mainly green and blue colors. Web safe color of #8C92C9 is #9999CC (or #99C).

RGB color model

#8C92C9 color RGB value is (140,146,201).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 201 of 255 = 79%

140
146
201

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 201 = 487 (100%)
R 140 of 487 ~ 28.75%
G 146 of 487 ~ 29.98%
B 201 of 487 ~ 41.27%

%28.75
%29.98
%41.27

CMYK color model

#8C92C9 color CMYK value is (30,27,0,21).

  • cyan value is 30.35%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(30,27,0,21)
C30M27Y0K21 
(30%,27%,0%,21%)
(0.30/0.27/0.00/0.21)	

CMYK percentages

%30.35
%27.36
%0
%21.18

Codes

Color #8C92C9 in popluar color models

8C92C9
RGB140146201
HSL234°36.09%66.86%
HSB/HSV234°30.35%78.82%
CMYK30.35%27.36%0.00%
21.18%

Color #8C92C9 in popluar number systems.

HEX8C92C9
Decimal140146201
Binary100011001001001011001001
Octal214222311

Shades and tints

Shades of #8C92C9

#8C92C9
(140,146,201)
#8085B7
(128,133,183)
#7478A5
(116,120,165)
#686B93
(104,107,147)
#5C5E81
(92,94,129)
#50516F
(80,81,111)
#44445D
(68,68,93)
#38374B
(56,55,75)
#2C2A39
(44,42,57)
#201D27
(32,29,39)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #8C92C9

#8C92C9
(140,146,201)
#969BCD
(150,155,205)
#A0A4D1
(160,164,209)
#AAADD5
(170,173,213)
#B4B6D9
(180,182,217)
#BEBFDD
(190,191,221)
#C8C8E1
(200,200,225)
#D2D1E5
(210,209,229)
#DCDAE9
(220,218,233)
#E6E3ED
(230,227,237)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C92C9; }

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

This text font color is #8C92C9.


Background Color

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

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

This div background color is #8C92C9.


Border color

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

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

This div border color is #8C92C9.


Opacity

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

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

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

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

This text has shadow with #8C92C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C92C9 on black background.


Color preview on white background

This text has color #8C92C9 on white background.



Black color preview on #8C92C9 background

This text has black color on #8C92C9 background.


White color preview on #8C92C9 background

This text has white color on #8C92C9 background.