COLOR #B6A9E1

HEX: #B6A9E1
RGB: (182,169,225)

Color info

#B6A9E1 contains red, green and blue colors in about the same proportion. Web safe color of #B6A9E1 is #CC99CC (or #C9C).

RGB color model

#B6A9E1 color RGB value is (182,169,225).

  • red value is 182;
  • green value is 169;
  • blue value is 225.
RGB:
(182,169,225)
(71%,66%,88%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 225 of 255 = 88%

182
169
225

R + G + B ~ 75%. #B6A9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 225 = 576 (100%)
R 182 of 576 ~ 31.6%
G 169 of 576 ~ 29.34%
B 225 of 576 ~ 39.06%

%31.6
%29.34
%39.06

CMYK color model

#B6A9E1 color CMYK value is (19,25,0,12).

  • cyan value is 19.11%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(19,25,0,12)
C19M25Y0K12 
(19%,25%,0%,12%)
(0.19/0.25/0.00/0.12)	

CMYK percentages

%19.11
%24.89
%0
%11.76

Codes

Color #B6A9E1 in popluar color models

B6A9E1
RGB182169225
HSL254°48.28%77.25%
HSB/HSV254°24.89%88.24%
CMYK19.11%24.89%0.00%
11.76%

Color #B6A9E1 in popluar number systems.

HEXB6A9E1
Decimal182169225
Binary101101101010100111100001
Octal266251341

Shades and tints

Shades of #B6A9E1

#B6A9E1
(182,169,225)
#A69ACD
(166,154,205)
#968BB9
(150,139,185)
#867CA5
(134,124,165)
#766D91
(118,109,145)
#665E7D
(102,94,125)
#564F69
(86,79,105)
#464055
(70,64,85)
#363141
(54,49,65)
#26222D
(38,34,45)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #B6A9E1

#B6A9E1
(182,169,225)
#BCB0E3
(188,176,227)
#C2B7E5
(194,183,229)
#C8BEE7
(200,190,231)
#CEC5E9
(206,197,233)
#D4CCEB
(212,204,235)
#DAD3ED
(218,211,237)
#E0DAEF
(224,218,239)
#E6E1F1
(230,225,241)
#ECE8F3
(236,232,243)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A9E1 color. Also use rgb(182,169,225) instead hex code.

Text Font Color

.myTextColor { color: #B6A9E1; }

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

This text font color is #B6A9E1.


Background Color

.myBgColor { background-color: #B6A9E1; }

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

This div background color is #B6A9E1.


Border color

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

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

This div border color is #B6A9E1.


Opacity

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

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

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

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

This text has shadow with #B6A9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A9E1 on black background.


Color preview on white background

This text has color #B6A9E1 on white background.



Black color preview on #B6A9E1 background

This text has black color on #B6A9E1 background.


White color preview on #B6A9E1 background

This text has white color on #B6A9E1 background.