COLOR #B6B2DA

HEX: #B6B2DA
RGB: (182,178,218)

Color info

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

RGB color model

#B6B2DA color RGB value is (182,178,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 218 of 255 = 85%

182
178
218

R + G + B ~ 75%. #B6B2DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 218 = 578 (100%)
R 182 of 578 ~ 31.49%
G 178 of 578 ~ 30.8%
B 218 of 578 ~ 37.72%

%31.49
%30.8
%37.72

CMYK color model

#B6B2DA color CMYK value is (17,18,0,15).

  • cyan value is 16.51%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,18,0,15)
C17M18Y0K15 
(17%,18%,0%,15%)
(0.17/0.18/0.00/0.15)	

CMYK percentages

%16.51
%18.35
%0
%14.51

Codes

Color #B6B2DA in popluar color models

B6B2DA
RGB182178218
HSL246°35.09%77.65%
HSB/HSV246°18.35%85.49%
CMYK16.51%18.35%0.00%
14.51%

Color #B6B2DA in popluar number systems.

HEXB6B2DA
Decimal182178218
Binary101101101011001011011010
Octal266262332

Shades and tints

Shades of #B6B2DA

#B6B2DA
(182,178,218)
#A6A2C7
(166,162,199)
#9692B4
(150,146,180)
#8682A1
(134,130,161)
#76728E
(118,114,142)
#66627B
(102,98,123)
#565268
(86,82,104)
#464255
(70,66,85)
#363242
(54,50,66)
#26222F
(38,34,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #B6B2DA

#B6B2DA
(182,178,218)
#BCB9DD
(188,185,221)
#C2C0E0
(194,192,224)
#C8C7E3
(200,199,227)
#CECEE6
(206,206,230)
#D4D5E9
(212,213,233)
#DADCEC
(218,220,236)
#E0E3EF
(224,227,239)
#E6EAF2
(230,234,242)
#ECF1F5
(236,241,245)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B2DA; }

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

This text font color is #B6B2DA.


Background Color

.myBgColor { background-color: #B6B2DA; }

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

This div background color is #B6B2DA.


Border color

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

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

This div border color is #B6B2DA.


Opacity

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

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

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

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

This text has shadow with #B6B2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B2DA on black background.


Color preview on white background

This text has color #B6B2DA on white background.



Black color preview on #B6B2DA background

This text has black color on #B6B2DA background.


White color preview on #B6B2DA background

This text has white color on #B6B2DA background.