COLOR #B093AA

HEX: #B093AA
RGB: (176,147,170)

Color info

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

RGB color model

#B093AA color RGB value is (176,147,170).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 170 of 255 = 67%

176
147
170

R + G + B ~ 65%. #B093AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 170 = 493 (100%)
R 176 of 493 ~ 35.7%
G 147 of 493 ~ 29.82%
B 170 of 493 ~ 34.48%

%35.7
%29.82
%34.48

CMYK color model

#B093AA color CMYK value is (0,16,3,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(0,16,3,31)
C0M16Y3K31 
(0%,16%,3%,31%)
(0.00/0.16/0.03/0.31)	

CMYK percentages

%0
%16.48
%3.41
%30.98

Codes

Color #B093AA in popluar color models

B093AA
RGB176147170
HSL312°15.51%63.33%
HSB/HSV312°16.48%69.02%
CMYK0.00%16.48%3.41%
30.98%

Color #B093AA in popluar number systems.

HEXB093AA
Decimal176147170
Binary101100001001001110101010
Octal260223252

Shades and tints

Shades of #B093AA

#B093AA
(176,147,170)
#A0869B
(160,134,155)
#90798C
(144,121,140)
#806C7D
(128,108,125)
#705F6E
(112,95,110)
#60525F
(96,82,95)
#504550
(80,69,80)
#403841
(64,56,65)
#302B32
(48,43,50)
#201E23
(32,30,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B093AA

#B093AA
(176,147,170)
#B79CB1
(183,156,177)
#BEA5B8
(190,165,184)
#C5AEBF
(197,174,191)
#CCB7C6
(204,183,198)
#D3C0CD
(211,192,205)
#DAC9D4
(218,201,212)
#E1D2DB
(225,210,219)
#E8DBE2
(232,219,226)
#EFE4E9
(239,228,233)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B093AA; }

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

This text font color is #B093AA.


Background Color

.myBgColor { background-color: #B093AA; }

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

This div background color is #B093AA.


Border color

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

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

This div border color is #B093AA.


Opacity

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

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

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

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

This text has shadow with #B093AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B093AA on black background.


Color preview on white background

This text has color #B093AA on white background.



Black color preview on #B093AA background

This text has black color on #B093AA background.


White color preview on #B093AA background

This text has white color on #B093AA background.