COLOR #B6A4F7

HEX: #B6A4F7
RGB: (182,164,247)

Color info

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

RGB color model

#B6A4F7 color RGB value is (182,164,247).

  • red value is 182;
  • green value is 164;
  • blue value is 247.
RGB:
(182,164,247)
(71%,64%,97%)

RGB channels and saturation

R 182 of 255 = 71%
G 164 of 255 = 64%
B 247 of 255 = 97%

182
164
247

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

Portions of RGB colors in percentages

R + G + B =
182 + 164 + 247 = 593 (100%)
R 182 of 593 ~ 30.69%
G 164 of 593 ~ 27.66%
B 247 of 593 ~ 41.65%

%30.69
%27.66
%41.65

CMYK color model

#B6A4F7 color CMYK value is (26,34,0,3).

  • cyan value is 26.32%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(26,34,0,3)
C26M34Y0K3 
(26%,34%,0%,3%)
(0.26/0.34/0.00/0.03)	

CMYK percentages

%26.32
%33.6
%0
%3.14

Codes

Color #B6A4F7 in popluar color models

B6A4F7
RGB182164247
HSL253°83.84%80.59%
HSB/HSV253°33.60%96.86%
CMYK26.32%33.60%0.00%
3.14%

Color #B6A4F7 in popluar number systems.

HEXB6A4F7
Decimal182164247
Binary101101101010010011110111
Octal266244367

Shades and tints

Shades of #B6A4F7

#B6A4F7
(182,164,247)
#A696E1
(166,150,225)
#9688CB
(150,136,203)
#867AB5
(134,122,181)
#766C9F
(118,108,159)
#665E89
(102,94,137)
#565073
(86,80,115)
#46425D
(70,66,93)
#363447
(54,52,71)
#262631
(38,38,49)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #B6A4F7

#B6A4F7
(182,164,247)
#BCACF7
(188,172,247)
#C2B4F7
(194,180,247)
#C8BCF7
(200,188,247)
#CEC4F7
(206,196,247)
#D4CCF7
(212,204,247)
#DAD4F7
(218,212,247)
#E0DCF7
(224,220,247)
#E6E4F7
(230,228,247)
#ECECF7
(236,236,247)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A4F7 color. Also use rgb(182,164,247) instead hex code.

Text Font Color

.myTextColor { color: #B6A4F7; }

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

This text font color is #B6A4F7.


Background Color

.myBgColor { background-color: #B6A4F7; }

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

This div background color is #B6A4F7.


Border color

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

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

This div border color is #B6A4F7.


Opacity

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

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

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

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

This text has shadow with #B6A4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A4F7 on black background.


Color preview on white background

This text has color #B6A4F7 on white background.



Black color preview on #B6A4F7 background

This text has black color on #B6A4F7 background.


White color preview on #B6A4F7 background

This text has white color on #B6A4F7 background.