COLOR #92B0D6

HEX: #92B0D6
RGB: (146,176,214)

Color info

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

RGB color model

#92B0D6 color RGB value is (146,176,214).

  • red value is 146;
  • green value is 176;
  • blue value is 214.
RGB:
(146,176,214)
(57%,69%,84%)

RGB channels and saturation

R 146 of 255 = 57%
G 176 of 255 = 69%
B 214 of 255 = 84%

146
176
214

R + G + B ~ 70%. #92B0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 176 + 214 = 536 (100%)
R 146 of 536 ~ 27.24%
G 176 of 536 ~ 32.84%
B 214 of 536 ~ 39.93%

%27.24
%32.84
%39.93

CMYK color model

#92B0D6 color CMYK value is (32,18,0,16).

  • cyan value is 31.78%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(32,18,0,16)
C32M18Y0K16 
(32%,18%,0%,16%)
(0.32/0.18/0.00/0.16)	

CMYK percentages

%31.78
%17.76
%0
%16.08

Codes

Color #92B0D6 in popluar color models

92B0D6
RGB146176214
HSL214°45.33%70.59%
HSB/HSV214°31.78%83.92%
CMYK31.78%17.76%0.00%
16.08%

Color #92B0D6 in popluar number systems.

HEX92B0D6
Decimal146176214
Binary100100101011000011010110
Octal222260326

Shades and tints

Shades of #92B0D6

#92B0D6
(146,176,214)
#85A0C3
(133,160,195)
#7890B0
(120,144,176)
#6B809D
(107,128,157)
#5E708A
(94,112,138)
#516077
(81,96,119)
#445064
(68,80,100)
#374051
(55,64,81)
#2A303E
(42,48,62)
#1D202B
(29,32,43)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #92B0D6

#92B0D6
(146,176,214)
#9BB7D9
(155,183,217)
#A4BEDC
(164,190,220)
#ADC5DF
(173,197,223)
#B6CCE2
(182,204,226)
#BFD3E5
(191,211,229)
#C8DAE8
(200,218,232)
#D1E1EB
(209,225,235)
#DAE8EE
(218,232,238)
#E3EFF1
(227,239,241)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B0D6 color. Also use rgb(146,176,214) instead hex code.

Text Font Color

.myTextColor { color: #92B0D6; }

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

This text font color is #92B0D6.


Background Color

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

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

This div background color is #92B0D6.


Border color

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

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

This div border color is #92B0D6.


Opacity

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

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

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

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

This text has shadow with #92B0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B0D6 on black background.


Color preview on white background

This text has color #92B0D6 on white background.



Black color preview on #92B0D6 background

This text has black color on #92B0D6 background.


White color preview on #92B0D6 background

This text has white color on #92B0D6 background.