COLOR #B092B6

HEX: #B092B6
RGB: (176,146,182)

Color info

#B092B6 contains red, green and blue colors in about the same proportion. Web safe color of #B092B6 is #9999CC (or #99C).

RGB color model

#B092B6 color RGB value is (176,146,182).

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

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 182 of 255 = 71%

176
146
182

R + G + B ~ 66%. #B092B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 182 = 504 (100%)
R 176 of 504 ~ 34.92%
G 146 of 504 ~ 28.97%
B 182 of 504 ~ 36.11%

%34.92
%28.97
%36.11

CMYK color model

#B092B6 color CMYK value is (3,20,0,29).

  • cyan value is 3.30%
  • magenta value is 19.78%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,20,0,29)
C3M20Y0K29 
(3%,20%,0%,29%)
(0.03/0.20/0.00/0.29)	

CMYK percentages

%3.3
%19.78
%0
%28.63

Codes

Color #B092B6 in popluar color models

B092B6
RGB176146182
HSL290°19.78%64.31%
HSB/HSV290°19.78%71.37%
CMYK3.30%19.78%0.00%
28.63%

Color #B092B6 in popluar number systems.

HEXB092B6
Decimal176146182
Binary101100001001001010110110
Octal260222266

Shades and tints

Shades of #B092B6

#B092B6
(176,146,182)
#A085A6
(160,133,166)
#907896
(144,120,150)
#806B86
(128,107,134)
#705E76
(112,94,118)
#605166
(96,81,102)
#504456
(80,68,86)
#403746
(64,55,70)
#302A36
(48,42,54)
#201D26
(32,29,38)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #B092B6

#B092B6
(176,146,182)
#B79BBC
(183,155,188)
#BEA4C2
(190,164,194)
#C5ADC8
(197,173,200)
#CCB6CE
(204,182,206)
#D3BFD4
(211,191,212)
#DAC8DA
(218,200,218)
#E1D1E0
(225,209,224)
#E8DAE6
(232,218,230)
#EFE3EC
(239,227,236)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B092B6; }

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

This text font color is #B092B6.


Background Color

.myBgColor { background-color: #B092B6; }

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

This div background color is #B092B6.


Border color

.myBorderColor { border: 1px solid #B092B6; }

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

This div border color is #B092B6.


Opacity

.myOpacity80 { color: #B092B6; opacity: 0.8; }

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

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

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

This text has shadow with #B092B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092B6 on black background.


Color preview on white background

This text has color #B092B6 on white background.



Black color preview on #B092B6 background

This text has black color on #B092B6 background.


White color preview on #B092B6 background

This text has white color on #B092B6 background.