COLOR #B6B0DA

HEX: #B6B0DA
RGB: (182,176,218)

Color info

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

RGB color model

#B6B0DA color RGB value is (182,176,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 218 of 255 = 85%

182
176
218

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

Portions of RGB colors in percentages

R + G + B =
182 + 176 + 218 = 576 (100%)
R 182 of 576 ~ 31.6%
G 176 of 576 ~ 30.56%
B 218 of 576 ~ 37.85%

%31.6
%30.56
%37.85

CMYK color model

#B6B0DA color CMYK value is (17,19,0,15).

  • cyan value is 16.51%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,19,0,15)
C17M19Y0K15 
(17%,19%,0%,15%)
(0.17/0.19/0.00/0.15)	

CMYK percentages

%16.51
%19.27
%0
%14.51

Codes

Color #B6B0DA in popluar color models

B6B0DA
RGB182176218
HSL249°36.21%77.25%
HSB/HSV249°19.27%85.49%
CMYK16.51%19.27%0.00%
14.51%

Color #B6B0DA in popluar number systems.

HEXB6B0DA
Decimal182176218
Binary101101101011000011011010
Octal266260332

Shades and tints

Shades of #B6B0DA

#B6B0DA
(182,176,218)
#A6A0C7
(166,160,199)
#9690B4
(150,144,180)
#8680A1
(134,128,161)
#76708E
(118,112,142)
#66607B
(102,96,123)
#565068
(86,80,104)
#464055
(70,64,85)
#363042
(54,48,66)
#26202F
(38,32,47)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #B6B0DA

#B6B0DA
(182,176,218)
#BCB7DD
(188,183,221)
#C2BEE0
(194,190,224)
#C8C5E3
(200,197,227)
#CECCE6
(206,204,230)
#D4D3E9
(212,211,233)
#DADAEC
(218,218,236)
#E0E1EF
(224,225,239)
#E6E8F2
(230,232,242)
#ECEFF5
(236,239,245)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B0DA; }

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

This text font color is #B6B0DA.


Background Color

.myBgColor { background-color: #B6B0DA; }

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

This div background color is #B6B0DA.


Border color

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

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

This div border color is #B6B0DA.


Opacity

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

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

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

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

This text has shadow with #B6B0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B0DA on black background.


Color preview on white background

This text has color #B6B0DA on white background.



Black color preview on #B6B0DA background

This text has black color on #B6B0DA background.


White color preview on #B6B0DA background

This text has white color on #B6B0DA background.