COLOR #8C92C3

HEX: #8C92C3
RGB: (140,146,195)

Color info

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

RGB color model

#8C92C3 color RGB value is (140,146,195).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 195 of 255 = 76%

140
146
195

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 195 = 481 (100%)
R 140 of 481 ~ 29.11%
G 146 of 481 ~ 30.35%
B 195 of 481 ~ 40.54%

%29.11
%30.35
%40.54

CMYK color model

#8C92C3 color CMYK value is (28,25,0,24).

  • cyan value is 28.21%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (28,25,0,24) C28M25Y0K24 (28%,25%,0%,24%) (0.28/0.25/0.00/0.24)

CMYK percentages

%28.21
%25.13
%0
%23.53

Codes

Color #8C92C3 in popluar color models

8C92C3
RGB140146195
HSL233°31.43%65.69%
HSB/HSV233°28.21%76.47%
CMYK28.21%25.13%0.00%
23.53%

Color #8C92C3 in popluar number systems.

HEX8C92C3
Decimal140146195
Binary100011001001001011000011
Octal214222303

Shades and tints

Shades of #8C92C3

#8C92C3
(140,146,195)
#8085B2
(128,133,178)
#7478A1
(116,120,161)
#686B90
(104,107,144)
#5C5E7F
(92,94,127)
#50516E
(80,81,110)
#44445D
(68,68,93)
#38374C
(56,55,76)
#2C2A3B
(44,42,59)
#201D2A
(32,29,42)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #8C92C3

#8C92C3
(140,146,195)
#969BC8
(150,155,200)
#A0A4CD
(160,164,205)
#AAADD2
(170,173,210)
#B4B6D7
(180,182,215)
#BEBFDC
(190,191,220)
#C8C8E1
(200,200,225)
#D2D1E6
(210,209,230)
#DCDAEB
(220,218,235)
#E6E3F0
(230,227,240)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C92C3; }

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

This text font color is #8C92C3.


Background Color

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

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

This div background color is #8C92C3.


Border color

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

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

This div border color is #8C92C3.


Opacity

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

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

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

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

This text has shadow with #8C92C3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C92C3 on black background.


Color preview on white background

This text has color #8C92C3 on white background.



Black color preview on #8C92C3 background

This text has black color on #8C92C3 background.


White color preview on #8C92C3 background

This text has white color on #8C92C3 background.