COLOR #B093C2

HEX: #B093C2
RGB: (176,147,194)

Color info

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

RGB color model

#B093C2 color RGB value is (176,147,194).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 194 of 255 = 76%

176
147
194

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 194 = 517 (100%)
R 176 of 517 ~ 34.04%
G 147 of 517 ~ 28.43%
B 194 of 517 ~ 37.52%

%34.04
%28.43
%37.52

CMYK color model

#B093C2 color CMYK value is (9,24,0,24).

  • cyan value is 9.28%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(9,24,0,24)
C9M24Y0K24 
(9%,24%,0%,24%)
(0.09/0.24/0.00/0.24)	

CMYK percentages

%9.28
%24.23
%0
%23.92

Codes

Color #B093C2 in popluar color models

B093C2
RGB176147194
HSL277°27.81%66.86%
HSB/HSV277°24.23%76.08%
CMYK9.28%24.23%0.00%
23.92%

Color #B093C2 in popluar number systems.

HEXB093C2
Decimal176147194
Binary101100001001001111000010
Octal260223302

Shades and tints

Shades of #B093C2

#B093C2
(176,147,194)
#A086B1
(160,134,177)
#9079A0
(144,121,160)
#806C8F
(128,108,143)
#705F7E
(112,95,126)
#60526D
(96,82,109)
#50455C
(80,69,92)
#40384B
(64,56,75)
#302B3A
(48,43,58)
#201E29
(32,30,41)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #B093C2

#B093C2
(176,147,194)
#B79CC7
(183,156,199)
#BEA5CC
(190,165,204)
#C5AED1
(197,174,209)
#CCB7D6
(204,183,214)
#D3C0DB
(211,192,219)
#DAC9E0
(218,201,224)
#E1D2E5
(225,210,229)
#E8DBEA
(232,219,234)
#EFE4EF
(239,228,239)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B093C2; }

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

This text font color is #B093C2.


Background Color

.myBgColor { background-color: #B093C2; }

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

This div background color is #B093C2.


Border color

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

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

This div border color is #B093C2.


Opacity

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

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

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

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

This text has shadow with #B093C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B093C2 on black background.


Color preview on white background

This text has color #B093C2 on white background.



Black color preview on #B093C2 background

This text has black color on #B093C2 background.


White color preview on #B093C2 background

This text has white color on #B093C2 background.