COLOR #B6B1D1

HEX: #B6B1D1 RGB: (182,177,209)

Color info

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

RGB color model

#B6B1D1 color RGB value is (182,177,209).

RGB: (182,177,209) (71%, 69%, 82%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 209 of 255 = 82%

182
177
209

R + G + B ~ 74%. #B6B1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 177 + 209 = 568 (100%)
R 182 of 568 ~ 32.04%
G 177 of 568 ~ 31.16%
B 209 of 568 ~ 36.8'%

%32.04
%31.16
%36.8

CMYK color model

#B6B1D1 color CMYK value is (13,15,0,18).

  • cyan value is 12.92%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (13,15,0,18)
C13M15Y0K18 (13%, 15%, 0%, 18%)
(0.13 / 0.15 / 0.00 / 0.18)

CMYK percentages

%12.92
%15.31
%0
%18.04

Codes

Color #B6B1D1 in popluar color models

B6 B1 D1
RGB 182 177 209
HSL 249° 25.81% 75.69%
HSB/HSV 249° 15.31% 81.96%
CMYK 12.92% 15.31% 0.00%
18.04%

Color #B6B1D1 in popluar number systems.

HEX B6 B1 D1
Decimal 182 177 209
Binary 10110110 10110001 11010001
Octal 266 261 321

Shades and tints

Shades of #B6B1D1

#B6B1D1
(182,177,209)
#A6A1BE
(166,161,190)
#9691AB
(150,145,171)
#868198
(134,129,152)
#767185
(118,113,133)
#666172
(102,97,114)
#56515F
(86,81,95)
#46414C
(70,65,76)
#363139
(54,49,57)
#262126
(38,33,38)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B6B1D1

#B6B1D1
(182,177,209)
#BCB8D5
(188,184,213)
#C2BFD9
(194,191,217)
#C8C6DD
(200,198,221)
#CECDE1
(206,205,225)
#D4D4E5
(212,212,229)
#DADBE9
(218,219,233)
#E0E2ED
(224,226,237)
#E6E9F1
(230,233,241)
#ECF0F5
(236,240,245)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B1D1 color. Also use rgb(182,177,209) instead hex code.

Text Font Color

.myTextColor { color: #B6B1D1; }

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

This text font color is #B6B1D1.

Background Color

.myBgColor { background-color: #B6B1D1; }

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

This div background color is #B6B1D1.

Border color

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

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

This div border color is #B6B1D1.

Opacity

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

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

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

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

This text has shadow with #B6B1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B1D1.

Preview

Color preview on black background

This text has color #B6B1D1 on black background.


Color preview on white background

This text has color #B6B1D1 on white background.


Black color preview on #B6B1D1 background

This text has black color on #B6B1D1 background.


White color preview on #B6B1D1 background

This text has white color on #B6B1D1 background.


Related colors

Complementary color

Complementary color for #hex is #494E2E.


I love getcolorcode.com

Triadic colors

1 #D1B6B1 and #B1D1B6 with #B6B1D1 are triadic colors.

2 #D1B1B6 and #B1B6D1 with #B6B1D1 are triadic colors.