COLOR #B6AAE7

HEX: #B6AAE7
RGB: (182,170,231)

Color info

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

RGB color model

#B6AAE7 color RGB value is (182,170,231).

  • red value is 182;
  • green value is 170;
  • blue value is 231.
RGB:
(182,170,231)
(71%,67%,91%)

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 231 of 255 = 91%

182
170
231

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 231 = 583 (100%)
R 182 of 583 ~ 31.22%
G 170 of 583 ~ 29.16%
B 231 of 583 ~ 39.62%

%31.22
%29.16
%39.62

CMYK color model

#B6AAE7 color CMYK value is (21,26,0,9).

  • cyan value is 21.21%
  • magenta value is 26.41%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(21,26,0,9)
C21M26Y0K9 
(21%,26%,0%,9%)
(0.21/0.26/0.00/0.09)	

CMYK percentages

%21.21
%26.41
%0
%9.41

Codes

Color #B6AAE7 in popluar color models

B6AAE7
RGB182170231
HSL252°55.96%78.63%
HSB/HSV252°26.41%90.59%
CMYK21.21%26.41%0.00%
9.41%

Color #B6AAE7 in popluar number systems.

HEXB6AAE7
Decimal182170231
Binary101101101010101011100111
Octal266252347

Shades and tints

Shades of #B6AAE7

#B6AAE7
(182,170,231)
#A69BD2
(166,155,210)
#968CBD
(150,140,189)
#867DA8
(134,125,168)
#766E93
(118,110,147)
#665F7E
(102,95,126)
#565069
(86,80,105)
#464154
(70,65,84)
#36323F
(54,50,63)
#26232A
(38,35,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B6AAE7

#B6AAE7
(182,170,231)
#BCB1E9
(188,177,233)
#C2B8EB
(194,184,235)
#C8BFED
(200,191,237)
#CEC6EF
(206,198,239)
#D4CDF1
(212,205,241)
#DAD4F3
(218,212,243)
#E0DBF5
(224,219,245)
#E6E2F7
(230,226,247)
#ECE9F9
(236,233,249)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AAE7 color. Also use rgb(182,170,231) instead hex code.

Text Font Color

.myTextColor { color: #B6AAE7; }

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

This text font color is #B6AAE7.


Background Color

.myBgColor { background-color: #B6AAE7; }

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

This div background color is #B6AAE7.


Border color

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

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

This div border color is #B6AAE7.


Opacity

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

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

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

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

This text has shadow with #B6AAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AAE7 on black background.


Color preview on white background

This text has color #B6AAE7 on white background.



Black color preview on #B6AAE7 background

This text has black color on #B6AAE7 background.


White color preview on #B6AAE7 background

This text has white color on #B6AAE7 background.