COLOR #B6A9EF

HEX: #B6A9EF RGB: (182,169,239)

Color info

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

RGB color model

#B6A9EF color RGB value is (182,169,239).

RGB: (182,169,239) (71%, 66%, 94%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 239 of 255 = 94%

182
169
239

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

Portions of RGB colors in percentages

R + G + B = 182 + 169 + 239 = 590 (100%)
R 182 of 590 ~ 30.85%
G 169 of 590 ~ 28.64%
B 239 of 590 ~ 40.51'%

%30.85
%28.64
%40.51

CMYK color model

#B6A9EF color CMYK value is (24,29,0,6).

  • cyan value is 23.85%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (24,29,0,6) C24M29Y0K6 (24%,29%,0%,6%) (0.24/0.29/0.00/0.06) 

CMYK percentages

%23.85
%29.29
%0
%6.27

Codes

Color #B6A9EF in popluar color models

B6 A9 EF
RGB 182 169 239
HSL 251° 68.63% 80.00%
HSB/HSV 251° 29.29% 93.73%
CMYK 23.85% 29.29% 0.00%
6.27%

Color #B6A9EF in popluar number systems.

HEX B6 A9 EF
Decimal 182 169 239
Binary 10110110 10101001 11101111
Octal 266 251 357

Shades and tints

Shades of #B6A9EF

#B6A9EF
(182,169,239)
#A69ADA
(166,154,218)
#968BC5
(150,139,197)
#867CB0
(134,124,176)
#766D9B
(118,109,155)
#665E86
(102,94,134)
#564F71
(86,79,113)
#46405C
(70,64,92)
#363147
(54,49,71)
#262232
(38,34,50)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #B6A9EF

#B6A9EF
(182,169,239)
#BCB0F0
(188,176,240)
#C2B7F1
(194,183,241)
#C8BEF2
(200,190,242)
#CEC5F3
(206,197,243)
#D4CCF4
(212,204,244)
#DAD3F5
(218,211,245)
#E0DAF6
(224,218,246)
#E6E1F7
(230,225,247)
#ECE8F8
(236,232,248)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A9EF; }

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

This text font color is #B6A9EF.

Background Color

.myBgColor { background-color: #B6A9EF; }

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

This div background color is #B6A9EF.

Border color

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

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

This div border color is #B6A9EF.

Opacity

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

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

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

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

This text has shadow with #B6A9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A9EF.

Preview

Color preview on black background

This text has color #B6A9EF on black background.


Color preview on white background

This text has color #B6A9EF on white background.


Black color preview on #B6A9EF background

This text has black color on #B6A9EF background.


White color preview on #B6A9EF background

This text has white color on #B6A9EF background.


Related colors

Complementary color

Complementary color for #hex is #495610.


I love getcolorcode.com

Triadic colors

1 #EFB6A9 and #A9EFB6 with #B6A9EF are triadic colors.

2 #EFA9B6 and #A9B6EF with #B6A9EF are triadic colors.