COLOR #B09CFE

HEX: #B09CFE
RGB: (176,156,254)

Color info

#B09CFE contains mainly blue color. Web safe color of #B09CFE is #9999FF (or #99F).

RGB color model

#B09CFE color RGB value is (176,156,254).

  • red value is 176;
  • green value is 156;
  • blue value is 254.
RGB:
(176,156,254)
(69%,61%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 254 of 255 = 100%

176
156
254

R + G + B ~ 77%. #B09CFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 254 = 586 (100%)
R 176 of 586 ~ 30.03%
G 156 of 586 ~ 26.62%
B 254 of 586 ~ 43.34%

%30.03
%26.62
%43.34

CMYK color model

#B09CFE color CMYK value is (31,39,0,0).

  • cyan value is 30.71%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(31,39,0,0)
C31M39Y0K0 
(31%,39%,0%,0%)
(0.31/0.39/0.00/0.00)	

CMYK percentages

%30.71
%38.58
%0
%0.39

Codes

Color #B09CFE in popluar color models

B09CFE
RGB176156254
HSL252°98.00%80.39%
HSB/HSV252°38.58%99.61%
CMYK30.71%38.58%0.00%
0.39%

Color #B09CFE in popluar number systems.

HEXB09CFE
Decimal176156254
Binary101100001001110011111110
Octal260234376

Shades and tints

Shades of #B09CFE

#B09CFE
(176,156,254)
#A08EE7
(160,142,231)
#9080D0
(144,128,208)
#8072B9
(128,114,185)
#7064A2
(112,100,162)
#60568B
(96,86,139)
#504874
(80,72,116)
#403A5D
(64,58,93)
#302C46
(48,44,70)
#201E2F
(32,30,47)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #B09CFE

#B09CFE
(176,156,254)
#B7A5FE
(183,165,254)
#BEAEFE
(190,174,254)
#C5B7FE
(197,183,254)
#CCC0FE
(204,192,254)
#D3C9FE
(211,201,254)
#DAD2FE
(218,210,254)
#E1DBFE
(225,219,254)
#E8E4FE
(232,228,254)
#EFEDFE
(239,237,254)
#F6F6FE
(246,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09CFE color. Also use rgb(176,156,254) instead hex code.

Text Font Color

.myTextColor { color: #B09CFE; }

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

This text font color is #B09CFE.


Background Color

.myBgColor { background-color: #B09CFE; }

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

This div background color is #B09CFE.


Border color

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

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

This div border color is #B09CFE.


Opacity

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

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

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

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

This text has shadow with #B09CFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09CFE on black background.


Color preview on white background

This text has color #B09CFE on white background.



Black color preview on #B09CFE background

This text has black color on #B09CFE background.


White color preview on #B09CFE background

This text has white color on #B09CFE background.