COLOR #B6B2DB

HEX: #B6B2DB
RGB: (182,178,219)

Color info

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

RGB color model

#B6B2DB color RGB value is (182,178,219).

  • red value is 182;
  • green value is 178;
  • blue value is 219.
RGB:
(182,178,219)
(71%,70%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 219 of 255 = 86%

182
178
219

R + G + B ~ 76%. #B6B2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 219 = 579 (100%)
R 182 of 579 ~ 31.43%
G 178 of 579 ~ 30.74%
B 219 of 579 ~ 37.82%

%31.43
%30.74
%37.82

CMYK color model

#B6B2DB color CMYK value is (17,19,0,14).

  • cyan value is 16.89%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,19,0,14)
C17M19Y0K14 
(17%,19%,0%,14%)
(0.17/0.19/0.00/0.14)	

CMYK percentages

%16.89
%18.72
%0
%14.12

Codes

Color #B6B2DB in popluar color models

B6B2DB
RGB182178219
HSL246°36.28%77.84%
HSB/HSV246°18.72%85.88%
CMYK16.89%18.72%0.00%
14.12%

Color #B6B2DB in popluar number systems.

HEXB6B2DB
Decimal182178219
Binary101101101011001011011011
Octal266262333

Shades and tints

Shades of #B6B2DB

#B6B2DB
(182,178,219)
#A6A2C8
(166,162,200)
#9692B5
(150,146,181)
#8682A2
(134,130,162)
#76728F
(118,114,143)
#66627C
(102,98,124)
#565269
(86,82,105)
#464256
(70,66,86)
#363243
(54,50,67)
#262230
(38,34,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #B6B2DB

#B6B2DB
(182,178,219)
#BCB9DE
(188,185,222)
#C2C0E1
(194,192,225)
#C8C7E4
(200,199,228)
#CECEE7
(206,206,231)
#D4D5EA
(212,213,234)
#DADCED
(218,220,237)
#E0E3F0
(224,227,240)
#E6EAF3
(230,234,243)
#ECF1F6
(236,241,246)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B2DB color. Also use rgb(182,178,219) instead hex code.

Text Font Color

.myTextColor { color: #B6B2DB; }

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

This text font color is #B6B2DB.


Background Color

.myBgColor { background-color: #B6B2DB; }

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

This div background color is #B6B2DB.


Border color

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

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

This div border color is #B6B2DB.


Opacity

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

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

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

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

This text has shadow with #B6B2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B2DB on black background.


Color preview on white background

This text has color #B6B2DB on white background.



Black color preview on #B6B2DB background

This text has black color on #B6B2DB background.


White color preview on #B6B2DB background

This text has white color on #B6B2DB background.