COLOR #B9A6ED

HEX: #B9A6ED
RGB: (185,166,237)

Color info

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

RGB color model

#B9A6ED color RGB value is (185,166,237).

  • red value is 185;
  • green value is 166;
  • blue value is 237.
RGB:
(185,166,237)
(73%,65%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 166 of 255 = 65%
B 237 of 255 = 93%

185
166
237

R + G + B ~ 77%. #B9A6ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 166 + 237 = 588 (100%)
R 185 of 588 ~ 31.46%
G 166 of 588 ~ 28.23%
B 237 of 588 ~ 40.31%

%31.46
%28.23
%40.31

CMYK color model

#B9A6ED color CMYK value is (22,30,0,7).

  • cyan value is 21.94%
  • magenta value is 29.96%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,30,0,7)
C22M30Y0K7 
(22%,30%,0%,7%)
(0.22/0.30/0.00/0.07)	

CMYK percentages

%21.94
%29.96
%0
%7.06

Codes

Color #B9A6ED in popluar color models

B9A6ED
RGB185166237
HSL256°66.36%79.02%
HSB/HSV256°29.96%92.94%
CMYK21.94%29.96%0.00%
7.06%

Color #B9A6ED in popluar number systems.

HEXB9A6ED
Decimal185166237
Binary101110011010011011101101
Octal271246355

Shades and tints

Shades of #B9A6ED

#B9A6ED
(185,166,237)
#A997D8
(169,151,216)
#9988C3
(153,136,195)
#8979AE
(137,121,174)
#796A99
(121,106,153)
#695B84
(105,91,132)
#594C6F
(89,76,111)
#493D5A
(73,61,90)
#392E45
(57,46,69)
#291F30
(41,31,48)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #B9A6ED

#B9A6ED
(185,166,237)
#BFAEEE
(191,174,238)
#C5B6EF
(197,182,239)
#CBBEF0
(203,190,240)
#D1C6F1
(209,198,241)
#D7CEF2
(215,206,242)
#DDD6F3
(221,214,243)
#E3DEF4
(227,222,244)
#E9E6F5
(233,230,245)
#EFEEF6
(239,238,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A6ED color. Also use rgb(185,166,237) instead hex code.

Text Font Color

.myTextColor { color: #B9A6ED; }

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

This text font color is #B9A6ED.


Background Color

.myBgColor { background-color: #B9A6ED; }

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

This div background color is #B9A6ED.


Border color

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

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

This div border color is #B9A6ED.


Opacity

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

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

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

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

This text has shadow with #B9A6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A6ED on black background.


Color preview on white background

This text has color #B9A6ED on white background.



Black color preview on #B9A6ED background

This text has black color on #B9A6ED background.


White color preview on #B9A6ED background

This text has white color on #B9A6ED background.