COLOR #B69FFB

HEX: #B69FFB
RGB: (182,159,251)

Color info

#B69FFB contains mainly blue color. Web safe color of #B69FFB is #CC99FF (or #C9F).

RGB color model

#B69FFB color RGB value is (182,159,251).

  • red value is 182;
  • green value is 159;
  • blue value is 251.
RGB:
(182,159,251)
(71%,62%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 159 of 255 = 62%
B 251 of 255 = 98%

182
159
251

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

Portions of RGB colors in percentages

R + G + B =
182 + 159 + 251 = 592 (100%)
R 182 of 592 ~ 30.74%
G 159 of 592 ~ 26.86%
B 251 of 592 ~ 42.4%

%30.74
%26.86
%42.4

CMYK color model

#B69FFB color CMYK value is (27,37,0,2).

  • cyan value is 27.49%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,37,0,2)
C27M37Y0K2 
(27%,37%,0%,2%)
(0.27/0.37/0.00/0.02)	

CMYK percentages

%27.49
%36.65
%0
%1.57

Codes

Color #B69FFB in popluar color models

B69FFB
RGB182159251
HSL255°92.00%80.39%
HSB/HSV255°36.65%98.43%
CMYK27.49%36.65%0.00%
1.57%

Color #B69FFB in popluar number systems.

HEXB69FFB
Decimal182159251
Binary101101101001111111111011
Octal266237373

Shades and tints

Shades of #B69FFB

#B69FFB
(182,159,251)
#A691E5
(166,145,229)
#9683CF
(150,131,207)
#8675B9
(134,117,185)
#7667A3
(118,103,163)
#66598D
(102,89,141)
#564B77
(86,75,119)
#463D61
(70,61,97)
#362F4B
(54,47,75)
#262135
(38,33,53)
#16131F
(22,19,31)
#000000
(0,0,0)

Tints of #B69FFB

#B69FFB
(182,159,251)
#BCA7FB
(188,167,251)
#C2AFFB
(194,175,251)
#C8B7FB
(200,183,251)
#CEBFFB
(206,191,251)
#D4C7FB
(212,199,251)
#DACFFB
(218,207,251)
#E0D7FB
(224,215,251)
#E6DFFB
(230,223,251)
#ECE7FB
(236,231,251)
#F2EFFB
(242,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69FFB color. Also use rgb(182,159,251) instead hex code.

Text Font Color

.myTextColor { color: #B69FFB; }

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

This text font color is #B69FFB.


Background Color

.myBgColor { background-color: #B69FFB; }

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

This div background color is #B69FFB.


Border color

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

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

This div border color is #B69FFB.


Opacity

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

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

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

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

This text has shadow with #B69FFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69FFB on black background.


Color preview on white background

This text has color #B69FFB on white background.



Black color preview on #B69FFB background

This text has black color on #B69FFB background.


White color preview on #B69FFB background

This text has white color on #B69FFB background.