COLOR #B092BE

HEX: #B092BE
RGB: (176,146,190)

Color info

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

RGB color model

#B092BE color RGB value is (176,146,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 190 of 255 = 75%

176
146
190

R + G + B ~ 67%. #B092BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 190 = 512 (100%)
R 176 of 512 ~ 34.38%
G 146 of 512 ~ 28.52%
B 190 of 512 ~ 37.11%

%34.38
%28.52
%37.11

CMYK color model

#B092BE color CMYK value is (7,23,0,25).

  • cyan value is 7.37%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,23,0,25)
C7M23Y0K25 
(7%,23%,0%,25%)
(0.07/0.23/0.00/0.25)	

CMYK percentages

%7.37
%23.16
%0
%25.49

Codes

Color #B092BE in popluar color models

B092BE
RGB176146190
HSL281°25.29%65.88%
HSB/HSV281°23.16%74.51%
CMYK7.37%23.16%0.00%
25.49%

Color #B092BE in popluar number systems.

HEXB092BE
Decimal176146190
Binary101100001001001010111110
Octal260222276

Shades and tints

Shades of #B092BE

#B092BE
(176,146,190)
#A085AD
(160,133,173)
#90789C
(144,120,156)
#806B8B
(128,107,139)
#705E7A
(112,94,122)
#605169
(96,81,105)
#504458
(80,68,88)
#403747
(64,55,71)
#302A36
(48,42,54)
#201D25
(32,29,37)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B092BE

#B092BE
(176,146,190)
#B79BC3
(183,155,195)
#BEA4C8
(190,164,200)
#C5ADCD
(197,173,205)
#CCB6D2
(204,182,210)
#D3BFD7
(211,191,215)
#DAC8DC
(218,200,220)
#E1D1E1
(225,209,225)
#E8DAE6
(232,218,230)
#EFE3EB
(239,227,235)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B092BE; }

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

This text font color is #B092BE.


Background Color

.myBgColor { background-color: #B092BE; }

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

This div background color is #B092BE.


Border color

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

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

This div border color is #B092BE.


Opacity

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

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

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

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

This text has shadow with #B092BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092BE on black background.


Color preview on white background

This text has color #B092BE on white background.



Black color preview on #B092BE background

This text has black color on #B092BE background.


White color preview on #B092BE background

This text has white color on #B092BE background.