COLOR #B5B7CB

HEX: #B5B7CB
RGB: (181,183,203)

Color info

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

RGB color model

#B5B7CB color RGB value is (181,183,203).

  • red value is 181;
  • green value is 183;
  • blue value is 203.
RGB:
(181,183,203)
(71%,72%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 183 of 255 = 72%
B 203 of 255 = 80%

181
183
203

R + G + B ~ 74%. #B5B7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 183 + 203 = 567 (100%)
R 181 of 567 ~ 31.92%
G 183 of 567 ~ 32.28%
B 203 of 567 ~ 35.8%

%31.92
%32.28
%35.8

CMYK color model

#B5B7CB color CMYK value is (11,10,0,20).

  • cyan value is 10.84%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,10,0,20)
C11M10Y0K20 
(11%,10%,0%,20%)
(0.11/0.10/0.00/0.20)	

CMYK percentages

%10.84
%9.85
%0
%20.39

Codes

Color #B5B7CB in popluar color models

B5B7CB
RGB181183203
HSL235°17.46%75.29%
HSB/HSV235°10.84%79.61%
CMYK10.84%9.85%0.00%
20.39%

Color #B5B7CB in popluar number systems.

HEXB5B7CB
Decimal181183203
Binary101101011011011111001011
Octal265267313

Shades and tints

Shades of #B5B7CB

#B5B7CB
(181,183,203)
#A5A7B9
(165,167,185)
#9597A7
(149,151,167)
#858795
(133,135,149)
#757783
(117,119,131)
#656771
(101,103,113)
#55575F
(85,87,95)
#45474D
(69,71,77)
#35373B
(53,55,59)
#252729
(37,39,41)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #B5B7CB

#B5B7CB
(181,183,203)
#BBBDCF
(187,189,207)
#C1C3D3
(193,195,211)
#C7C9D7
(199,201,215)
#CDCFDB
(205,207,219)
#D3D5DF
(211,213,223)
#D9DBE3
(217,219,227)
#DFE1E7
(223,225,231)
#E5E7EB
(229,231,235)
#EBEDEF
(235,237,239)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B7CB color. Also use rgb(181,183,203) instead hex code.

Text Font Color

.myTextColor { color: #B5B7CB; }

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

This text font color is #B5B7CB.


Background Color

.myBgColor { background-color: #B5B7CB; }

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

This div background color is #B5B7CB.


Border color

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

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

This div border color is #B5B7CB.


Opacity

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

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

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

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

This text has shadow with #B5B7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B7CB on black background.


Color preview on white background

This text has color #B5B7CB on white background.



Black color preview on #B5B7CB background

This text has black color on #B5B7CB background.


White color preview on #B5B7CB background

This text has white color on #B5B7CB background.