COLOR #92B3DE

HEX: #92B3DE
RGB: (146,179,222)

Color info

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

RGB color model

#92B3DE color RGB value is (146,179,222).

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

RGB channels and saturation

R 146 of 255 = 57%
G 179 of 255 = 70%
B 222 of 255 = 87%

146
179
222

R + G + B ~ 71%. #92B3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 179 + 222 = 547 (100%)
R 146 of 547 ~ 26.69%
G 179 of 547 ~ 32.72%
B 222 of 547 ~ 40.59%

%26.69
%32.72
%40.59

CMYK color model

#92B3DE color CMYK value is (34,19,0,13).

  • cyan value is 34.23%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(34,19,0,13)
C34M19Y0K13 
(34%,19%,0%,13%)
(0.34/0.19/0.00/0.13)	

CMYK percentages

%34.23
%19.37
%0
%12.94

Codes

Color #92B3DE in popluar color models

92B3DE
RGB146179222
HSL214°53.52%72.16%
HSB/HSV214°34.23%87.06%
CMYK34.23%19.37%0.00%
12.94%

Color #92B3DE in popluar number systems.

HEX92B3DE
Decimal146179222
Binary100100101011001111011110
Octal222263336

Shades and tints

Shades of #92B3DE

#92B3DE
(146,179,222)
#85A3CA
(133,163,202)
#7893B6
(120,147,182)
#6B83A2
(107,131,162)
#5E738E
(94,115,142)
#51637A
(81,99,122)
#445366
(68,83,102)
#374352
(55,67,82)
#2A333E
(42,51,62)
#1D232A
(29,35,42)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #92B3DE

#92B3DE
(146,179,222)
#9BB9E1
(155,185,225)
#A4BFE4
(164,191,228)
#ADC5E7
(173,197,231)
#B6CBEA
(182,203,234)
#BFD1ED
(191,209,237)
#C8D7F0
(200,215,240)
#D1DDF3
(209,221,243)
#DAE3F6
(218,227,246)
#E3E9F9
(227,233,249)
#ECEFFC
(236,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92B3DE; }

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

This text font color is #92B3DE.


Background Color

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

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

This div background color is #92B3DE.


Border color

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

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

This div border color is #92B3DE.


Opacity

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

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

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

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

This text has shadow with #92B3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92B3DE on black background.


Color preview on white background

This text has color #92B3DE on white background.



Black color preview on #92B3DE background

This text has black color on #92B3DE background.


White color preview on #92B3DE background

This text has white color on #92B3DE background.