COLOR #B093B3

HEX: #B093B3
RGB: (176,147,179)

Color info

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

RGB color model

#B093B3 color RGB value is (176,147,179).

  • red value is 176;
  • green value is 147;
  • blue value is 179.
RGB:
(176,147,179)
(69%,58%,70%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 179 of 255 = 70%

176
147
179

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 179 = 502 (100%)
R 176 of 502 ~ 35.06%
G 147 of 502 ~ 29.28%
B 179 of 502 ~ 35.66%

%35.06
%29.28
%35.66

CMYK color model

#B093B3 color CMYK value is (2,18,0,30).

  • cyan value is 1.68%
  • magenta value is 17.88%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,18,0,30)
C2M18Y0K30 
(2%,18%,0%,30%)
(0.02/0.18/0.00/0.30)	

CMYK percentages

%1.68
%17.88
%0
%29.8

Codes

Color #B093B3 in popluar color models

B093B3
RGB176147179
HSL294°17.39%63.92%
HSB/HSV294°17.88%70.20%
CMYK1.68%17.88%0.00%
29.80%

Color #B093B3 in popluar number systems.

HEXB093B3
Decimal176147179
Binary101100001001001110110011
Octal260223263

Shades and tints

Shades of #B093B3

#B093B3
(176,147,179)
#A086A3
(160,134,163)
#907993
(144,121,147)
#806C83
(128,108,131)
#705F73
(112,95,115)
#605263
(96,82,99)
#504553
(80,69,83)
#403843
(64,56,67)
#302B33
(48,43,51)
#201E23
(32,30,35)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #B093B3

#B093B3
(176,147,179)
#B79CB9
(183,156,185)
#BEA5BF
(190,165,191)
#C5AEC5
(197,174,197)
#CCB7CB
(204,183,203)
#D3C0D1
(211,192,209)
#DAC9D7
(218,201,215)
#E1D2DD
(225,210,221)
#E8DBE3
(232,219,227)
#EFE4E9
(239,228,233)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B093B3 color. Also use rgb(176,147,179) instead hex code.

Text Font Color

.myTextColor { color: #B093B3; }

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

This text font color is #B093B3.


Background Color

.myBgColor { background-color: #B093B3; }

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

This div background color is #B093B3.


Border color

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

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

This div border color is #B093B3.


Opacity

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

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

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

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

This text has shadow with #B093B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B093B3 on black background.


Color preview on white background

This text has color #B093B3 on white background.



Black color preview on #B093B3 background

This text has black color on #B093B3 background.


White color preview on #B093B3 background

This text has white color on #B093B3 background.