COLOR #B6B1D2

HEX: #B6B1D2
RGB: (182,177,210)

Color info

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

RGB color model

#B6B1D2 color RGB value is (182,177,210).

  • red value is 182;
  • green value is 177;
  • blue value is 210.
RGB:
(182,177,210)
(71%,69%,82%)

RGB channels and saturation

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

182
177
210

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

Portions of RGB colors in percentages

R + G + B =
182 + 177 + 210 = 569 (100%)
R 182 of 569 ~ 31.99%
G 177 of 569 ~ 31.11%
B 210 of 569 ~ 36.91%

%31.99
%31.11
%36.91

CMYK color model

#B6B1D2 color CMYK value is (13,16,0,18).

  • cyan value is 13.33%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,16,0,18)
C13M16Y0K18 
(13%,16%,0%,18%)
(0.13/0.16/0.00/0.18)	

CMYK percentages

%13.33
%15.71
%0
%17.65

Codes

Color #B6B1D2 in popluar color models

B6B1D2
RGB182177210
HSL249°26.83%75.88%
HSB/HSV249°15.71%82.35%
CMYK13.33%15.71%0.00%
17.65%

Color #B6B1D2 in popluar number systems.

HEXB6B1D2
Decimal182177210
Binary101101101011000111010010
Octal266261322

Shades and tints

Shades of #B6B1D2

#B6B1D2
(182,177,210)
#A6A1BF
(166,161,191)
#9691AC
(150,145,172)
#868199
(134,129,153)
#767186
(118,113,134)
#666173
(102,97,115)
#565160
(86,81,96)
#46414D
(70,65,77)
#36313A
(54,49,58)
#262127
(38,33,39)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B6B1D2

#B6B1D2
(182,177,210)
#BCB8D6
(188,184,214)
#C2BFDA
(194,191,218)
#C8C6DE
(200,198,222)
#CECDE2
(206,205,226)
#D4D4E6
(212,212,230)
#DADBEA
(218,219,234)
#E0E2EE
(224,226,238)
#E6E9F2
(230,233,242)
#ECF0F6
(236,240,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B1D2; }

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

This text font color is #B6B1D2.


Background Color

.myBgColor { background-color: #B6B1D2; }

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

This div background color is #B6B1D2.


Border color

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

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

This div border color is #B6B1D2.


Opacity

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

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

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

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

This text has shadow with #B6B1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B1D2 on black background.


Color preview on white background

This text has color #B6B1D2 on white background.



Black color preview on #B6B1D2 background

This text has black color on #B6B1D2 background.


White color preview on #B6B1D2 background

This text has white color on #B6B1D2 background.