COLOR #92A5B1

HEX: #92A5B1
RGB: (146,165,177)

Color info

#92A5B1 contains red, green and blue colors in about the same proportion. Web safe color of #92A5B1 is #999999 (or #999).

RGB color model

#92A5B1 color RGB value is (146,165,177).

  • red value is 146;
  • green value is 165;
  • blue value is 177.
RGB:
(146,165,177)
(57%,65%,69%)

RGB channels and saturation

R 146 of 255 = 57%
G 165 of 255 = 65%
B 177 of 255 = 69%

146
165
177

R + G + B ~ 64%. #92A5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 165 + 177 = 488 (100%)
R 146 of 488 ~ 29.92%
G 165 of 488 ~ 33.81%
B 177 of 488 ~ 36.27%

%29.92
%33.81
%36.27

CMYK color model

#92A5B1 color CMYK value is (18,7,0,31).

  • cyan value is 17.51%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(18,7,0,31)
C18M7Y0K31 
(18%,7%,0%,31%)
(0.18/0.07/0.00/0.31)	

CMYK percentages

%17.51
%6.78
%0
%30.59

Codes

Color #92A5B1 in popluar color models

92A5B1
RGB146165177
HSL203°16.58%63.33%
HSB/HSV203°17.51%69.41%
CMYK17.51%6.78%0.00%
30.59%

Color #92A5B1 in popluar number systems.

HEX92A5B1
Decimal146165177
Binary100100101010010110110001
Octal222245261

Shades and tints

Shades of #92A5B1

#92A5B1
(146,165,177)
#8596A1
(133,150,161)
#788791
(120,135,145)
#6B7881
(107,120,129)
#5E6971
(94,105,113)
#515A61
(81,90,97)
#444B51
(68,75,81)
#373C41
(55,60,65)
#2A2D31
(42,45,49)
#1D1E21
(29,30,33)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #92A5B1

#92A5B1
(146,165,177)
#9BADB8
(155,173,184)
#A4B5BF
(164,181,191)
#ADBDC6
(173,189,198)
#B6C5CD
(182,197,205)
#BFCDD4
(191,205,212)
#C8D5DB
(200,213,219)
#D1DDE2
(209,221,226)
#DAE5E9
(218,229,233)
#E3EDF0
(227,237,240)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92A5B1 color. Also use rgb(146,165,177) instead hex code.

Text Font Color

.myTextColor { color: #92A5B1; }

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

This text font color is #92A5B1.


Background Color

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

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

This div background color is #92A5B1.


Border color

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

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

This div border color is #92A5B1.


Opacity

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

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

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

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

This text has shadow with #92A5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92A5B1 on black background.


Color preview on white background

This text has color #92A5B1 on white background.



Black color preview on #92A5B1 background

This text has black color on #92A5B1 background.


White color preview on #92A5B1 background

This text has white color on #92A5B1 background.