COLOR #B092C9

HEX: #B092C9
RGB: (176,146,201)

Color info

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

RGB color model

#B092C9 color RGB value is (176,146,201).

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

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 201 of 255 = 79%

176
146
201

R + G + B ~ 68%. #B092C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 201 = 523 (100%)
R 176 of 523 ~ 33.65%
G 146 of 523 ~ 27.92%
B 201 of 523 ~ 38.43%

%33.65
%27.92
%38.43

CMYK color model

#B092C9 color CMYK value is (12,27,0,21).

  • cyan value is 12.44%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(12,27,0,21)
C12M27Y0K21 
(12%,27%,0%,21%)
(0.12/0.27/0.00/0.21)	

CMYK percentages

%12.44
%27.36
%0
%21.18

Codes

Color #B092C9 in popluar color models

B092C9
RGB176146201
HSL273°33.74%68.04%
HSB/HSV273°27.36%78.82%
CMYK12.44%27.36%0.00%
21.18%

Color #B092C9 in popluar number systems.

HEXB092C9
Decimal176146201
Binary101100001001001011001001
Octal260222311

Shades and tints

Shades of #B092C9

#B092C9
(176,146,201)
#A085B7
(160,133,183)
#9078A5
(144,120,165)
#806B93
(128,107,147)
#705E81
(112,94,129)
#60516F
(96,81,111)
#50445D
(80,68,93)
#40374B
(64,55,75)
#302A39
(48,42,57)
#201D27
(32,29,39)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #B092C9

#B092C9
(176,146,201)
#B79BCD
(183,155,205)
#BEA4D1
(190,164,209)
#C5ADD5
(197,173,213)
#CCB6D9
(204,182,217)
#D3BFDD
(211,191,221)
#DAC8E1
(218,200,225)
#E1D1E5
(225,209,229)
#E8DAE9
(232,218,233)
#EFE3ED
(239,227,237)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B092C9; }

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

This text font color is #B092C9.


Background Color

.myBgColor { background-color: #B092C9; }

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

This div background color is #B092C9.


Border color

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

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

This div border color is #B092C9.


Opacity

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

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

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

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

This text has shadow with #B092C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092C9 on black background.


Color preview on white background

This text has color #B092C9 on white background.



Black color preview on #B092C9 background

This text has black color on #B092C9 background.


White color preview on #B092C9 background

This text has white color on #B092C9 background.