COLOR #B094BF

HEX: #B094BF
RGB: (176,148,191)

Color info

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

RGB color model

#B094BF color RGB value is (176,148,191).

  • red value is 176;
  • green value is 148;
  • blue value is 191.
RGB:
(176,148,191)
(69%,58%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 191 of 255 = 75%

176
148
191

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

Portions of RGB colors in percentages

R + G + B =
176 + 148 + 191 = 515 (100%)
R 176 of 515 ~ 34.17%
G 148 of 515 ~ 28.74%
B 191 of 515 ~ 37.09%

%34.17
%28.74
%37.09

CMYK color model

#B094BF color CMYK value is (8,23,0,25).

  • cyan value is 7.85%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,23,0,25)
C8M23Y0K25 
(8%,23%,0%,25%)
(0.08/0.23/0.00/0.25)	

CMYK percentages

%7.85
%22.51
%0
%25.1

Codes

Color #B094BF in popluar color models

B094BF
RGB176148191
HSL279°25.15%66.47%
HSB/HSV279°22.51%74.90%
CMYK7.85%22.51%0.00%
25.10%

Color #B094BF in popluar number systems.

HEXB094BF
Decimal176148191
Binary101100001001010010111111
Octal260224277

Shades and tints

Shades of #B094BF

#B094BF
(176,148,191)
#A087AE
(160,135,174)
#907A9D
(144,122,157)
#806D8C
(128,109,140)
#70607B
(112,96,123)
#60536A
(96,83,106)
#504659
(80,70,89)
#403948
(64,57,72)
#302C37
(48,44,55)
#201F26
(32,31,38)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #B094BF

#B094BF
(176,148,191)
#B79DC4
(183,157,196)
#BEA6C9
(190,166,201)
#C5AFCE
(197,175,206)
#CCB8D3
(204,184,211)
#D3C1D8
(211,193,216)
#DACADD
(218,202,221)
#E1D3E2
(225,211,226)
#E8DCE7
(232,220,231)
#EFE5EC
(239,229,236)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B094BF color. Also use rgb(176,148,191) instead hex code.

Text Font Color

.myTextColor { color: #B094BF; }

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

This text font color is #B094BF.


Background Color

.myBgColor { background-color: #B094BF; }

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

This div background color is #B094BF.


Border color

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

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

This div border color is #B094BF.


Opacity

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

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

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

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

This text has shadow with #B094BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B094BF on black background.


Color preview on white background

This text has color #B094BF on white background.



Black color preview on #B094BF background

This text has black color on #B094BF background.


White color preview on #B094BF background

This text has white color on #B094BF background.