COLOR #8092C2

HEX: #8092C2
RGB: (128,146,194)

Color info

#8092C2 contains mainly green and blue colors. Web safe color of #8092C2 is #6699CC (or #69C).

RGB color model

#8092C2 color RGB value is (128,146,194).

  • red value is 128;
  • green value is 146;
  • blue value is 194.
RGB:
(128,146,194)
(50%,57%,76%)

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 194 of 255 = 76%

128
146
194

R + G + B ~ 61%. #8092C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 146 + 194 = 468 (100%)
R 128 of 468 ~ 27.35%
G 146 of 468 ~ 31.2%
B 194 of 468 ~ 41.45%

%27.35
%31.2
%41.45

CMYK color model

#8092C2 color CMYK value is (34,25,0,24).

  • cyan value is 34.02%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(34,25,0,24)
C34M25Y0K24 
(34%,25%,0%,24%)
(0.34/0.25/0.00/0.24)	

CMYK percentages

%34.02
%24.74
%0
%23.92

Codes

Color #8092C2 in popluar color models

8092C2
RGB128146194
HSL224°35.11%63.14%
HSB/HSV224°34.02%76.08%
CMYK34.02%24.74%0.00%
23.92%

Color #8092C2 in popluar number systems.

HEX8092C2
Decimal128146194
Binary100000001001001011000010
Octal200222302

Shades and tints

Shades of #8092C2

#8092C2
(128,146,194)
#7585B1
(117,133,177)
#6A78A0
(106,120,160)
#5F6B8F
(95,107,143)
#545E7E
(84,94,126)
#49516D
(73,81,109)
#3E445C
(62,68,92)
#33374B
(51,55,75)
#282A3A
(40,42,58)
#1D1D29
(29,29,41)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #8092C2

#8092C2
(128,146,194)
#8B9BC7
(139,155,199)
#96A4CC
(150,164,204)
#A1ADD1
(161,173,209)
#ACB6D6
(172,182,214)
#B7BFDB
(183,191,219)
#C2C8E0
(194,200,224)
#CDD1E5
(205,209,229)
#D8DAEA
(216,218,234)
#E3E3EF
(227,227,239)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8092C2 color. Also use rgb(128,146,194) instead hex code.

Text Font Color

.myTextColor { color: #8092C2; }

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

This text font color is #8092C2.


Background Color

.myBgColor { background-color: #8092C2; }

<div style="background-color:#8092C2">Inner text</div>

This div background color is #8092C2.


Border color

.myBorderColor { border: 1px solid #8092C2; }

<div style="border:3px solid #8092C2">Div</div>

This div border color is #8092C2.


Opacity

.myOpacity80 { color: #8092C2; opacity: 0.8; }

<p style="color:#8092C2;opacity:0.8;">80%</p>

Text with #8092C2 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 #8092C2;}

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

This text has shadow with #8092C2 color.

.textShadow {text-shadow: 3px 3px 1px #8092C2, 3px 3px 1px red;}

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

This text has shadow with #8092C2 primary color and red secondary color.


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

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

This text has shadow with #8092C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8092C2 on black background.


Color preview on white background

This text has color #8092C2 on white background.



Black color preview on #8092C2 background

This text has black color on #8092C2 background.


White color preview on #8092C2 background

This text has white color on #8092C2 background.