COLOR #B6A5EC

HEX: #B6A5EC
RGB: (182,165,236)

Color info

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

RGB color model

#B6A5EC color RGB value is (182,165,236).

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

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 236 of 255 = 93%

182
165
236

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

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 236 = 583 (100%)
R 182 of 583 ~ 31.22%
G 165 of 583 ~ 28.3%
B 236 of 583 ~ 40.48%

%31.22
%28.3
%40.48

CMYK color model

#B6A5EC color CMYK value is (23,30,0,7).

  • cyan value is 22.88%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(23,30,0,7)
C23M30Y0K7 
(23%,30%,0%,7%)
(0.23/0.30/0.00/0.07)	

CMYK percentages

%22.88
%30.08
%0
%7.45

Codes

Color #B6A5EC in popluar color models

B6A5EC
RGB182165236
HSL254°65.14%78.63%
HSB/HSV254°30.08%92.55%
CMYK22.88%30.08%0.00%
7.45%

Color #B6A5EC in popluar number systems.

HEXB6A5EC
Decimal182165236
Binary101101101010010111101100
Octal266245354

Shades and tints

Shades of #B6A5EC

#B6A5EC
(182,165,236)
#A696D7
(166,150,215)
#9687C2
(150,135,194)
#8678AD
(134,120,173)
#766998
(118,105,152)
#665A83
(102,90,131)
#564B6E
(86,75,110)
#463C59
(70,60,89)
#362D44
(54,45,68)
#261E2F
(38,30,47)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #B6A5EC

#B6A5EC
(182,165,236)
#BCADED
(188,173,237)
#C2B5EE
(194,181,238)
#C8BDEF
(200,189,239)
#CEC5F0
(206,197,240)
#D4CDF1
(212,205,241)
#DAD5F2
(218,213,242)
#E0DDF3
(224,221,243)
#E6E5F4
(230,229,244)
#ECEDF5
(236,237,245)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A5EC; }

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

This text font color is #B6A5EC.


Background Color

.myBgColor { background-color: #B6A5EC; }

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

This div background color is #B6A5EC.


Border color

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

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

This div border color is #B6A5EC.


Opacity

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

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

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

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

This text has shadow with #B6A5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A5EC on black background.


Color preview on white background

This text has color #B6A5EC on white background.



Black color preview on #B6A5EC background

This text has black color on #B6A5EC background.


White color preview on #B6A5EC background

This text has white color on #B6A5EC background.