COLOR #B094BE

HEX: #B094BE
RGB: (176,148,190)

Color info

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

RGB color model

#B094BE color RGB value is (176,148,190).

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

RGB channels and saturation

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

176
148
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 148 + 190 = 514 (100%)
R 176 of 514 ~ 34.24%
G 148 of 514 ~ 28.79%
B 190 of 514 ~ 36.96%

%34.24
%28.79
%36.96

CMYK color model

#B094BE color CMYK value is (7,22,0,25).

  • cyan value is 7.37%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,22,0,25)
C7M22Y0K25 
(7%,22%,0%,25%)
(0.07/0.22/0.00/0.25)	

CMYK percentages

%7.37
%22.11
%0
%25.49

Codes

Color #B094BE in popluar color models

B094BE
RGB176148190
HSL280°24.42%66.27%
HSB/HSV280°22.11%74.51%
CMYK7.37%22.11%0.00%
25.49%

Color #B094BE in popluar number systems.

HEXB094BE
Decimal176148190
Binary101100001001010010111110
Octal260224276

Shades and tints

Shades of #B094BE

#B094BE
(176,148,190)
#A087AD
(160,135,173)
#907A9C
(144,122,156)
#806D8B
(128,109,139)
#70607A
(112,96,122)
#605369
(96,83,105)
#504658
(80,70,88)
#403947
(64,57,71)
#302C36
(48,44,54)
#201F25
(32,31,37)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B094BE

#B094BE
(176,148,190)
#B79DC3
(183,157,195)
#BEA6C8
(190,166,200)
#C5AFCD
(197,175,205)
#CCB8D2
(204,184,210)
#D3C1D7
(211,193,215)
#DACADC
(218,202,220)
#E1D3E1
(225,211,225)
#E8DCE6
(232,220,230)
#EFE5EB
(239,229,235)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B094BE; }

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

This text font color is #B094BE.


Background Color

.myBgColor { background-color: #B094BE; }

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

This div background color is #B094BE.


Border color

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

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

This div border color is #B094BE.


Opacity

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

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

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

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

This text has shadow with #B094BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B094BE on black background.


Color preview on white background

This text has color #B094BE on white background.



Black color preview on #B094BE background

This text has black color on #B094BE background.


White color preview on #B094BE background

This text has white color on #B094BE background.