COLOR #B6B0DF

HEX: #B6B0DF
RGB: (182,176,223)

Color info

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

RGB color model

#B6B0DF color RGB value is (182,176,223).

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

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 223 of 255 = 87%

182
176
223

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

Portions of RGB colors in percentages

R + G + B =
182 + 176 + 223 = 581 (100%)
R 182 of 581 ~ 31.33%
G 176 of 581 ~ 30.29%
B 223 of 581 ~ 38.38%

%31.33
%30.29
%38.38

CMYK color model

#B6B0DF color CMYK value is (18,21,0,13).

  • cyan value is 18.39%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,21,0,13)
C18M21Y0K13 
(18%,21%,0%,13%)
(0.18/0.21/0.00/0.13)	

CMYK percentages

%18.39
%21.08
%0
%12.55

Codes

Color #B6B0DF in popluar color models

B6B0DF
RGB182176223
HSL248°42.34%78.24%
HSB/HSV248°21.08%87.45%
CMYK18.39%21.08%0.00%
12.55%

Color #B6B0DF in popluar number systems.

HEXB6B0DF
Decimal182176223
Binary101101101011000011011111
Octal266260337

Shades and tints

Shades of #B6B0DF

#B6B0DF
(182,176,223)
#A6A0CB
(166,160,203)
#9690B7
(150,144,183)
#8680A3
(134,128,163)
#76708F
(118,112,143)
#66607B
(102,96,123)
#565067
(86,80,103)
#464053
(70,64,83)
#36303F
(54,48,63)
#26202B
(38,32,43)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B6B0DF

#B6B0DF
(182,176,223)
#BCB7E1
(188,183,225)
#C2BEE3
(194,190,227)
#C8C5E5
(200,197,229)
#CECCE7
(206,204,231)
#D4D3E9
(212,211,233)
#DADAEB
(218,218,235)
#E0E1ED
(224,225,237)
#E6E8EF
(230,232,239)
#ECEFF1
(236,239,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B0DF; }

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

This text font color is #B6B0DF.


Background Color

.myBgColor { background-color: #B6B0DF; }

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

This div background color is #B6B0DF.


Border color

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

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

This div border color is #B6B0DF.


Opacity

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

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

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

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

This text has shadow with #B6B0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B0DF on black background.


Color preview on white background

This text has color #B6B0DF on white background.



Black color preview on #B6B0DF background

This text has black color on #B6B0DF background.


White color preview on #B6B0DF background

This text has white color on #B6B0DF background.