COLOR #B5BCD6

HEX: #B5BCD6
RGB: (181,188,214)

Color info

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

RGB color model

#B5BCD6 color RGB value is (181,188,214).

  • red value is 181;
  • green value is 188;
  • blue value is 214.
RGB:
(181,188,214)
(71%,74%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 188 of 255 = 74%
B 214 of 255 = 84%

181
188
214

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

Portions of RGB colors in percentages

R + G + B =
181 + 188 + 214 = 583 (100%)
R 181 of 583 ~ 31.05%
G 188 of 583 ~ 32.25%
B 214 of 583 ~ 36.71%

%31.05
%32.25
%36.71

CMYK color model

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

  • cyan value is 15.42%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,12,0,16)
C15M12Y0K16 
(15%,12%,0%,16%)
(0.15/0.12/0.00/0.16)	

CMYK percentages

%15.42
%12.15
%0
%16.08

Codes

Color #B5BCD6 in popluar color models

B5BCD6
RGB181188214
HSL227°28.70%77.45%
HSB/HSV227°15.42%83.92%
CMYK15.42%12.15%0.00%
16.08%

Color #B5BCD6 in popluar number systems.

HEXB5BCD6
Decimal181188214
Binary101101011011110011010110
Octal265274326

Shades and tints

Shades of #B5BCD6

#B5BCD6
(181,188,214)
#A5ABC3
(165,171,195)
#959AB0
(149,154,176)
#85899D
(133,137,157)
#75788A
(117,120,138)
#656777
(101,103,119)
#555664
(85,86,100)
#454551
(69,69,81)
#35343E
(53,52,62)
#25232B
(37,35,43)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #B5BCD6

#B5BCD6
(181,188,214)
#BBC2D9
(187,194,217)
#C1C8DC
(193,200,220)
#C7CEDF
(199,206,223)
#CDD4E2
(205,212,226)
#D3DAE5
(211,218,229)
#D9E0E8
(217,224,232)
#DFE6EB
(223,230,235)
#E5ECEE
(229,236,238)
#EBF2F1
(235,242,241)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BCD6 color. Also use rgb(181,188,214) instead hex code.

Text Font Color

.myTextColor { color: #B5BCD6; }

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

This text font color is #B5BCD6.


Background Color

.myBgColor { background-color: #B5BCD6; }

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

This div background color is #B5BCD6.


Border color

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

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

This div border color is #B5BCD6.


Opacity

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

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

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

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

This text has shadow with #B5BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCD6 on black background.


Color preview on white background

This text has color #B5BCD6 on white background.



Black color preview on #B5BCD6 background

This text has black color on #B5BCD6 background.


White color preview on #B5BCD6 background

This text has white color on #B5BCD6 background.