COLOR #B6B5D7

HEX: #B6B5D7
RGB: (182,181,215)

Color info

#B6B5D7 contains red, green and blue colors in about the same proportion. Web safe color of #B6B5D7 is #CCCCCC (or #CCC).

RGB color model

#B6B5D7 color RGB value is (182,181,215).

  • red value is 182;
  • green value is 181;
  • blue value is 215.
RGB:
(182,181,215)
(71%,71%,84%)

RGB channels and saturation

R 182 of 255 = 71%
G 181 of 255 = 71%
B 215 of 255 = 84%

182
181
215

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

Portions of RGB colors in percentages

R + G + B =
182 + 181 + 215 = 578 (100%)
R 182 of 578 ~ 31.49%
G 181 of 578 ~ 31.31%
B 215 of 578 ~ 37.2%

%31.49
%31.31
%37.2

CMYK color model

#B6B5D7 color CMYK value is (15,16,0,16).

  • cyan value is 15.35%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,16,0,16)
C15M16Y0K16 
(15%,16%,0%,16%)
(0.15/0.16/0.00/0.16)	

CMYK percentages

%15.35
%15.81
%0
%15.69

Codes

Color #B6B5D7 in popluar color models

B6B5D7
RGB182181215
HSL242°29.82%77.65%
HSB/HSV242°15.81%84.31%
CMYK15.35%15.81%0.00%
15.69%

Color #B6B5D7 in popluar number systems.

HEXB6B5D7
Decimal182181215
Binary101101101011010111010111
Octal266265327

Shades and tints

Shades of #B6B5D7

#B6B5D7
(182,181,215)
#A6A5C4
(166,165,196)
#9695B1
(150,149,177)
#86859E
(134,133,158)
#76758B
(118,117,139)
#666578
(102,101,120)
#565565
(86,85,101)
#464552
(70,69,82)
#36353F
(54,53,63)
#26252C
(38,37,44)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6B5D7

#B6B5D7
(182,181,215)
#BCBBDA
(188,187,218)
#C2C1DD
(194,193,221)
#C8C7E0
(200,199,224)
#CECDE3
(206,205,227)
#D4D3E6
(212,211,230)
#DAD9E9
(218,217,233)
#E0DFEC
(224,223,236)
#E6E5EF
(230,229,239)
#ECEBF2
(236,235,242)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B5D7 color. Also use rgb(182,181,215) instead hex code.

Text Font Color

.myTextColor { color: #B6B5D7; }

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

This text font color is #B6B5D7.


Background Color

.myBgColor { background-color: #B6B5D7; }

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

This div background color is #B6B5D7.


Border color

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

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

This div border color is #B6B5D7.


Opacity

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

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

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

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

This text has shadow with #B6B5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B5D7 on black background.


Color preview on white background

This text has color #B6B5D7 on white background.



Black color preview on #B6B5D7 background

This text has black color on #B6B5D7 background.


White color preview on #B6B5D7 background

This text has white color on #B6B5D7 background.