COLOR #92B3E6

HEX: #92B3E6
RGB: (146,179,230)

Color info

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

RGB color model

#92B3E6 color RGB value is (146,179,230).

  • red value is 146;
  • green value is 179;
  • blue value is 230.
RGB:
(146,179,230)
(57%,70%,90%)

RGB channels and saturation

R 146 of 255 = 57%
G 179 of 255 = 70%
B 230 of 255 = 90%

146
179
230

R + G + B ~ 72%. #92B3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 179 + 230 = 555 (100%)
R 146 of 555 ~ 26.31%
G 179 of 555 ~ 32.25%
B 230 of 555 ~ 41.44%

%26.31
%32.25
%41.44

CMYK color model

#92B3E6 color CMYK value is (37,22,0,10).

  • cyan value is 36.52%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,22,0,10)
C37M22Y0K10 
(37%,22%,0%,10%)
(0.37/0.22/0.00/0.10)	

CMYK percentages

%36.52
%22.17
%0
%9.8

Codes

Color #92B3E6 in popluar color models

92B3E6
RGB146179230
HSL216°62.69%73.73%
HSB/HSV216°36.52%90.20%
CMYK36.52%22.17%0.00%
9.80%

Color #92B3E6 in popluar number systems.

HEX92B3E6
Decimal146179230
Binary100100101011001111100110
Octal222263346

Shades and tints

Shades of #92B3E6

#92B3E6
(146,179,230)
#85A3D2
(133,163,210)
#7893BE
(120,147,190)
#6B83AA
(107,131,170)
#5E7396
(94,115,150)
#516382
(81,99,130)
#44536E
(68,83,110)
#37435A
(55,67,90)
#2A3346
(42,51,70)
#1D2332
(29,35,50)
#10131E
(16,19,30)
#000000
(0,0,0)

Tints of #92B3E6

#92B3E6
(146,179,230)
#9BB9E8
(155,185,232)
#A4BFEA
(164,191,234)
#ADC5EC
(173,197,236)
#B6CBEE
(182,203,238)
#BFD1F0
(191,209,240)
#C8D7F2
(200,215,242)
#D1DDF4
(209,221,244)
#DAE3F6
(218,227,246)
#E3E9F8
(227,233,248)
#ECEFFA
(236,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B3E6 color. Also use rgb(146,179,230) instead hex code.

Text Font Color

.myTextColor { color: #92B3E6; }

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

This text font color is #92B3E6.


Background Color

.myBgColor { background-color: #92B3E6; }

<div style="background-color:#92B3E6">Inner text</div>

This div background color is #92B3E6.


Border color

.myBorderColor { border: 1px solid #92B3E6; }

<div style="border:3px solid #92B3E6">Div</div>

This div border color is #92B3E6.


Opacity

.myOpacity80 { color: #92B3E6; opacity: 0.8; }

<p style="color:#92B3E6;opacity:0.8;">80%</p>

Text with #92B3E6 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 #92B3E6;}

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

This text has shadow with #92B3E6 color.

.textShadow {text-shadow: 3px 3px 1px #92B3E6, 3px 3px 1px red;}

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

This text has shadow with #92B3E6 primary color and red secondary color.


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

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

This text has shadow with #92B3E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B3E6 on black background.


Color preview on white background

This text has color #92B3E6 on white background.



Black color preview on #92B3E6 background

This text has black color on #92B3E6 background.


White color preview on #92B3E6 background

This text has white color on #92B3E6 background.