COLOR #B691E6

HEX: #B691E6
RGB: (182,145,230)

Color info

#B691E6 contains mainly red and blue colors. Web safe color of #B691E6 is #CC99CC (or #C9C).

RGB color model

#B691E6 color RGB value is (182,145,230).

  • red value is 182;
  • green value is 145;
  • blue value is 230.
RGB:
(182,145,230)
(71%,57%,90%)

RGB channels and saturation

R 182 of 255 = 71%
G 145 of 255 = 57%
B 230 of 255 = 90%

182
145
230

R + G + B ~ 73%. #B691E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 145 + 230 = 557 (100%)
R 182 of 557 ~ 32.68%
G 145 of 557 ~ 26.03%
B 230 of 557 ~ 41.29%

%32.68
%26.03
%41.29

CMYK color model

#B691E6 color CMYK value is (21,37,0,10).

  • cyan value is 20.87%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,37,0,10)
C21M37Y0K10 
(21%,37%,0%,10%)
(0.21/0.37/0.00/0.10)	

CMYK percentages

%20.87
%36.96
%0
%9.8

Codes

Color #B691E6 in popluar color models

B691E6
RGB182145230
HSL266°62.96%73.53%
HSB/HSV266°36.96%90.20%
CMYK20.87%36.96%0.00%
9.80%

Color #B691E6 in popluar number systems.

HEXB691E6
Decimal182145230
Binary101101101001000111100110
Octal266221346

Shades and tints

Shades of #B691E6

#B691E6
(182,145,230)
#A684D2
(166,132,210)
#9677BE
(150,119,190)
#866AAA
(134,106,170)
#765D96
(118,93,150)
#665082
(102,80,130)
#56436E
(86,67,110)
#46365A
(70,54,90)
#362946
(54,41,70)
#261C32
(38,28,50)
#160F1E
(22,15,30)
#000000
(0,0,0)

Tints of #B691E6

#B691E6
(182,145,230)
#BC9BE8
(188,155,232)
#C2A5EA
(194,165,234)
#C8AFEC
(200,175,236)
#CEB9EE
(206,185,238)
#D4C3F0
(212,195,240)
#DACDF2
(218,205,242)
#E0D7F4
(224,215,244)
#E6E1F6
(230,225,246)
#ECEBF8
(236,235,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B691E6 color. Also use rgb(182,145,230) instead hex code.

Text Font Color

.myTextColor { color: #B691E6; }

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

This text font color is #B691E6.


Background Color

.myBgColor { background-color: #B691E6; }

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

This div background color is #B691E6.


Border color

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

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

This div border color is #B691E6.


Opacity

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

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

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

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

This text has shadow with #B691E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B691E6 on black background.


Color preview on white background

This text has color #B691E6 on white background.



Black color preview on #B691E6 background

This text has black color on #B691E6 background.


White color preview on #B691E6 background

This text has white color on #B691E6 background.