COLOR #B091BE

HEX: #B091BE
RGB: (176,145,190)

Color info

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

RGB color model

#B091BE color RGB value is (176,145,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 145 of 255 = 57%
B 190 of 255 = 75%

176
145
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 145 + 190 = 511 (100%)
R 176 of 511 ~ 34.44%
G 145 of 511 ~ 28.38%
B 190 of 511 ~ 37.18%

%34.44
%28.38
%37.18

CMYK color model

#B091BE color CMYK value is (7,24,0,25).

  • cyan value is 7.37%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,24,0,25)
C7M24Y0K25 
(7%,24%,0%,25%)
(0.07/0.24/0.00/0.25)	

CMYK percentages

%7.37
%23.68
%0
%25.49

Codes

Color #B091BE in popluar color models

B091BE
RGB176145190
HSL281°25.71%65.69%
HSB/HSV281°23.68%74.51%
CMYK7.37%23.68%0.00%
25.49%

Color #B091BE in popluar number systems.

HEXB091BE
Decimal176145190
Binary101100001001000110111110
Octal260221276

Shades and tints

Shades of #B091BE

#B091BE
(176,145,190)
#A084AD
(160,132,173)
#90779C
(144,119,156)
#806A8B
(128,106,139)
#705D7A
(112,93,122)
#605069
(96,80,105)
#504358
(80,67,88)
#403647
(64,54,71)
#302936
(48,41,54)
#201C25
(32,28,37)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #B091BE

#B091BE
(176,145,190)
#B79BC3
(183,155,195)
#BEA5C8
(190,165,200)
#C5AFCD
(197,175,205)
#CCB9D2
(204,185,210)
#D3C3D7
(211,195,215)
#DACDDC
(218,205,220)
#E1D7E1
(225,215,225)
#E8E1E6
(232,225,230)
#EFEBEB
(239,235,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B091BE; }

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

This text font color is #B091BE.


Background Color

.myBgColor { background-color: #B091BE; }

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

This div background color is #B091BE.


Border color

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

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

This div border color is #B091BE.


Opacity

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

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

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

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

This text has shadow with #B091BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B091BE on black background.


Color preview on white background

This text has color #B091BE on white background.



Black color preview on #B091BE background

This text has black color on #B091BE background.


White color preview on #B091BE background

This text has white color on #B091BE background.