COLOR #9092B0

HEX: #9092B0
RGB: (144,146,176)

Color info

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

RGB color model

#9092B0 color RGB value is (144,146,176).

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

RGB channels and saturation

R 144 of 255 = 56%
G 146 of 255 = 57%
B 176 of 255 = 69%

144
146
176

R + G + B ~ 61%. #9092B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 146 + 176 = 466 (100%)
R 144 of 466 ~ 30.9%
G 146 of 466 ~ 31.33%
B 176 of 466 ~ 37.77%

%30.9
%31.33
%37.77

CMYK color model

#9092B0 color CMYK value is (18,17,0,31).

  • cyan value is 18.18%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(18,17,0,31)
C18M17Y0K31 
(18%,17%,0%,31%)
(0.18/0.17/0.00/0.31)	

CMYK percentages

%18.18
%17.05
%0
%30.98

Codes

Color #9092B0 in popluar color models

9092B0
RGB144146176
HSL236°16.84%62.75%
HSB/HSV236°18.18%69.02%
CMYK18.18%17.05%0.00%
30.98%

Color #9092B0 in popluar number systems.

HEX9092B0
Decimal144146176
Binary100100001001001010110000
Octal220222260

Shades and tints

Shades of #9092B0

#9092B0
(144,146,176)
#8385A0
(131,133,160)
#767890
(118,120,144)
#696B80
(105,107,128)
#5C5E70
(92,94,112)
#4F5160
(79,81,96)
#424450
(66,68,80)
#353740
(53,55,64)
#282A30
(40,42,48)
#1B1D20
(27,29,32)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #9092B0

#9092B0
(144,146,176)
#9A9BB7
(154,155,183)
#A4A4BE
(164,164,190)
#AEADC5
(174,173,197)
#B8B6CC
(184,182,204)
#C2BFD3
(194,191,211)
#CCC8DA
(204,200,218)
#D6D1E1
(214,209,225)
#E0DAE8
(224,218,232)
#EAE3EF
(234,227,239)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9092B0 color. Also use rgb(144,146,176) instead hex code.

Text Font Color

.myTextColor { color: #9092B0; }

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

This text font color is #9092B0.


Background Color

.myBgColor { background-color: #9092B0; }

<div style="background-color:#9092B0">Inner text</div>

This div background color is #9092B0.


Border color

.myBorderColor { border: 1px solid #9092B0; }

<div style="border:3px solid #9092B0">Div</div>

This div border color is #9092B0.


Opacity

.myOpacity80 { color: #9092B0; opacity: 0.8; }

<p style="color:#9092B0;opacity:0.8;">80%</p>

Text with #9092B0 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 #9092B0;}

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

This text has shadow with #9092B0 color.

.textShadow {text-shadow: 3px 3px 1px #9092B0, 3px 3px 1px red;}

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

This text has shadow with #9092B0 primary color and red secondary color.


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

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

This text has shadow with #9092B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9092B0 on black background.


Color preview on white background

This text has color #9092B0 on white background.



Black color preview on #9092B0 background

This text has black color on #9092B0 background.


White color preview on #9092B0 background

This text has white color on #9092B0 background.