COLOR #B5B6DC

HEX: #B5B6DC
RGB: (181,182,220)

Color info

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

RGB color model

#B5B6DC color RGB value is (181,182,220).

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

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 220 of 255 = 86%

181
182
220

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

Portions of RGB colors in percentages

R + G + B =
181 + 182 + 220 = 583 (100%)
R 181 of 583 ~ 31.05%
G 182 of 583 ~ 31.22%
B 220 of 583 ~ 37.74%

%31.05
%31.22
%37.74

CMYK color model

#B5B6DC color CMYK value is (18,17,0,14).

  • cyan value is 17.73%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,17,0,14)
C18M17Y0K14 
(18%,17%,0%,14%)
(0.18/0.17/0.00/0.14)	

CMYK percentages

%17.73
%17.27
%0
%13.73

Codes

Color #B5B6DC in popluar color models

B5B6DC
RGB181182220
HSL238°35.78%78.63%
HSB/HSV238°17.73%86.27%
CMYK17.73%17.27%0.00%
13.73%

Color #B5B6DC in popluar number systems.

HEXB5B6DC
Decimal181182220
Binary101101011011011011011100
Octal265266334

Shades and tints

Shades of #B5B6DC

#B5B6DC
(181,182,220)
#A5A6C8
(165,166,200)
#9596B4
(149,150,180)
#8586A0
(133,134,160)
#75768C
(117,118,140)
#656678
(101,102,120)
#555664
(85,86,100)
#454650
(69,70,80)
#35363C
(53,54,60)
#252628
(37,38,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5B6DC

#B5B6DC
(181,182,220)
#BBBCDF
(187,188,223)
#C1C2E2
(193,194,226)
#C7C8E5
(199,200,229)
#CDCEE8
(205,206,232)
#D3D4EB
(211,212,235)
#D9DAEE
(217,218,238)
#DFE0F1
(223,224,241)
#E5E6F4
(229,230,244)
#EBECF7
(235,236,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B6DC; }

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

This text font color is #B5B6DC.


Background Color

.myBgColor { background-color: #B5B6DC; }

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

This div background color is #B5B6DC.


Border color

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

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

This div border color is #B5B6DC.


Opacity

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

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

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

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

This text has shadow with #B5B6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B6DC on black background.


Color preview on white background

This text has color #B5B6DC on white background.



Black color preview on #B5B6DC background

This text has black color on #B5B6DC background.


White color preview on #B5B6DC background

This text has white color on #B5B6DC background.