COLOR #B6A9F6

HEX: #B6A9F6 RGB: (182,169,246)

Color info

#B6A9F6 contains mainly blue color. Web safe color of #B6A9F6 is #CC99FF (or #C9F).

RGB color model

#B6A9F6 color RGB value is (182,169,246).

RGB: (182,169,246) (71%, 66%, 96%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 246 of 255 = 96%

182
169
246

R + G + B ~ 78%. #B6A9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 169 + 246 = 597 (100%)
R 182 of 597 ~ 30.49%
G 169 of 597 ~ 28.31%
B 246 of 597 ~ 41.21'%

%30.49
%28.31
%41.21

CMYK color model

#B6A9F6 color CMYK value is (26,31,0,4).

  • cyan value is 26.02%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (26,31,0,4) C26M31Y0K4 (26%,31%,0%,4%) (0.26/0.31/0.00/0.04) 

CMYK percentages

%26.02
%31.3
%0
%3.53

Codes

Color #B6A9F6 in popluar color models

B6 A9 F6
RGB 182 169 246
HSL 250° 81.05% 81.37%
HSB/HSV 250° 31.30% 96.47%
CMYK 26.02% 31.30% 0.00%
3.53%

Color #B6A9F6 in popluar number systems.

HEX B6 A9 F6
Decimal 182 169 246
Binary 10110110 10101001 11110110
Octal 266 251 366

Shades and tints

Shades of #B6A9F6

#B6A9F6
(182,169,246)
#A69AE0
(166,154,224)
#968BCA
(150,139,202)
#867CB4
(134,124,180)
#766D9E
(118,109,158)
#665E88
(102,94,136)
#564F72
(86,79,114)
#46405C
(70,64,92)
#363146
(54,49,70)
#262230
(38,34,48)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #B6A9F6

#B6A9F6
(182,169,246)
#BCB0F6
(188,176,246)
#C2B7F6
(194,183,246)
#C8BEF6
(200,190,246)
#CEC5F6
(206,197,246)
#D4CCF6
(212,204,246)
#DAD3F6
(218,211,246)
#E0DAF6
(224,218,246)
#E6E1F6
(230,225,246)
#ECE8F6
(236,232,246)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A9F6; }

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

This text font color is #B6A9F6.

Background Color

.myBgColor { background-color: #B6A9F6; }

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

This div background color is #B6A9F6.

Border color

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

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

This div border color is #B6A9F6.

Opacity

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

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

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

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

This text has shadow with #B6A9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A9F6.

Preview

Color preview on black background

This text has color #B6A9F6 on black background.


Color preview on white background

This text has color #B6A9F6 on white background.


Black color preview on #B6A9F6 background

This text has black color on #B6A9F6 background.


White color preview on #B6A9F6 background

This text has white color on #B6A9F6 background.


Related colors

Complementary color

Complementary color for #hex is #495609.


I love getcolorcode.com

Triadic colors

1 #F6B6A9 and #A9F6B6 with #B6A9F6 are triadic colors.

2 #F6A9B6 and #A9B6F6 with #B6A9F6 are triadic colors.