COLOR #B6A6EA

HEX: #B6A6EA
RGB: (182,166,234)

Color info

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

RGB color model

#B6A6EA color RGB value is (182,166,234).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 234 of 255 = 92%

182
166
234

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

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 234 = 582 (100%)
R 182 of 582 ~ 31.27%
G 166 of 582 ~ 28.52%
B 234 of 582 ~ 40.21%

%31.27
%28.52
%40.21

CMYK color model

#B6A6EA color CMYK value is (22,29,0,8).

  • cyan value is 22.22%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,29,0,8)
C22M29Y0K8 
(22%,29%,0%,8%)
(0.22/0.29/0.00/0.08)	

CMYK percentages

%22.22
%29.06
%0
%8.24

Codes

Color #B6A6EA in popluar color models

B6A6EA
RGB182166234
HSL254°61.82%78.43%
HSB/HSV254°29.06%91.76%
CMYK22.22%29.06%0.00%
8.24%

Color #B6A6EA in popluar number systems.

HEXB6A6EA
Decimal182166234
Binary101101101010011011101010
Octal266246352

Shades and tints

Shades of #B6A6EA

#B6A6EA
(182,166,234)
#A697D5
(166,151,213)
#9688C0
(150,136,192)
#8679AB
(134,121,171)
#766A96
(118,106,150)
#665B81
(102,91,129)
#564C6C
(86,76,108)
#463D57
(70,61,87)
#362E42
(54,46,66)
#261F2D
(38,31,45)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #B6A6EA

#B6A6EA
(182,166,234)
#BCAEEB
(188,174,235)
#C2B6EC
(194,182,236)
#C8BEED
(200,190,237)
#CEC6EE
(206,198,238)
#D4CEEF
(212,206,239)
#DAD6F0
(218,214,240)
#E0DEF1
(224,222,241)
#E6E6F2
(230,230,242)
#ECEEF3
(236,238,243)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A6EA color. Also use rgb(182,166,234) instead hex code.

Text Font Color

.myTextColor { color: #B6A6EA; }

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

This text font color is #B6A6EA.


Background Color

.myBgColor { background-color: #B6A6EA; }

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

This div background color is #B6A6EA.


Border color

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

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

This div border color is #B6A6EA.


Opacity

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

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

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

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

This text has shadow with #B6A6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A6EA on black background.


Color preview on white background

This text has color #B6A6EA on white background.



Black color preview on #B6A6EA background

This text has black color on #B6A6EA background.


White color preview on #B6A6EA background

This text has white color on #B6A6EA background.