COLOR #B093A1

HEX: #B093A1
RGB: (176,147,161)

Color info

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

RGB color model

#B093A1 color RGB value is (176,147,161).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 161 of 255 = 63%

176
147
161

R + G + B ~ 63%. #B093A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 161 = 484 (100%)
R 176 of 484 ~ 36.36%
G 147 of 484 ~ 30.37%
B 161 of 484 ~ 33.26%

%36.36
%30.37
%33.26

CMYK color model

#B093A1 color CMYK value is (0,16,9,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,16,9,31)
C0M16Y9K31 
(0%,16%,9%,31%)
(0.00/0.16/0.09/0.31)	

CMYK percentages

%0
%16.48
%8.52
%30.98

Codes

Color #B093A1 in popluar color models

B093A1
RGB176147161
HSL331°15.51%63.33%
HSB/HSV331°16.48%69.02%
CMYK0.00%16.48%8.52%
30.98%

Color #B093A1 in popluar number systems.

HEXB093A1
Decimal176147161
Binary101100001001001110100001
Octal260223241

Shades and tints

Shades of #B093A1

#B093A1
(176,147,161)
#A08693
(160,134,147)
#907985
(144,121,133)
#806C77
(128,108,119)
#705F69
(112,95,105)
#60525B
(96,82,91)
#50454D
(80,69,77)
#40383F
(64,56,63)
#302B31
(48,43,49)
#201E23
(32,30,35)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B093A1

#B093A1
(176,147,161)
#B79CA9
(183,156,169)
#BEA5B1
(190,165,177)
#C5AEB9
(197,174,185)
#CCB7C1
(204,183,193)
#D3C0C9
(211,192,201)
#DAC9D1
(218,201,209)
#E1D2D9
(225,210,217)
#E8DBE1
(232,219,225)
#EFE4E9
(239,228,233)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B093A1; }

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

This text font color is #B093A1.


Background Color

.myBgColor { background-color: #B093A1; }

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

This div background color is #B093A1.


Border color

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

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

This div border color is #B093A1.


Opacity

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

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

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

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

This text has shadow with #B093A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B093A1 on black background.


Color preview on white background

This text has color #B093A1 on white background.



Black color preview on #B093A1 background

This text has black color on #B093A1 background.


White color preview on #B093A1 background

This text has white color on #B093A1 background.