COLOR #B6A5EB

HEX: #B6A5EB
RGB: (182,165,235)

Color info

#B6A5EB contains mainly red and blue colors. Web safe color of #B6A5EB is #CC99FF (or #C9F).

RGB color model

#B6A5EB color RGB value is (182,165,235).

  • red value is 182;
  • green value is 165;
  • blue value is 235.
RGB:
(182,165,235)
(71%,65%,92%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 235 of 255 = 92%

182
165
235

R + G + B ~ 76%. #B6A5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 235 = 582 (100%)
R 182 of 582 ~ 31.27%
G 165 of 582 ~ 28.35%
B 235 of 582 ~ 40.38%

%31.27
%28.35
%40.38

CMYK color model

#B6A5EB color CMYK value is (23,30,0,8).

  • cyan value is 22.55%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,30,0,8)
C23M30Y0K8 
(23%,30%,0%,8%)
(0.23/0.30/0.00/0.08)	

CMYK percentages

%22.55
%29.79
%0
%7.84

Codes

Color #B6A5EB in popluar color models

B6A5EB
RGB182165235
HSL255°63.64%78.43%
HSB/HSV255°29.79%92.16%
CMYK22.55%29.79%0.00%
7.84%

Color #B6A5EB in popluar number systems.

HEXB6A5EB
Decimal182165235
Binary101101101010010111101011
Octal266245353

Shades and tints

Shades of #B6A5EB

#B6A5EB
(182,165,235)
#A696D6
(166,150,214)
#9687C1
(150,135,193)
#8678AC
(134,120,172)
#766997
(118,105,151)
#665A82
(102,90,130)
#564B6D
(86,75,109)
#463C58
(70,60,88)
#362D43
(54,45,67)
#261E2E
(38,30,46)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #B6A5EB

#B6A5EB
(182,165,235)
#BCADEC
(188,173,236)
#C2B5ED
(194,181,237)
#C8BDEE
(200,189,238)
#CEC5EF
(206,197,239)
#D4CDF0
(212,205,240)
#DAD5F1
(218,213,241)
#E0DDF2
(224,221,242)
#E6E5F3
(230,229,243)
#ECEDF4
(236,237,244)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A5EB color. Also use rgb(182,165,235) instead hex code.

Text Font Color

.myTextColor { color: #B6A5EB; }

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

This text font color is #B6A5EB.


Background Color

.myBgColor { background-color: #B6A5EB; }

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

This div background color is #B6A5EB.


Border color

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

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

This div border color is #B6A5EB.


Opacity

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

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

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

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

This text has shadow with #B6A5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A5EB on black background.


Color preview on white background

This text has color #B6A5EB on white background.



Black color preview on #B6A5EB background

This text has black color on #B6A5EB background.


White color preview on #B6A5EB background

This text has white color on #B6A5EB background.