COLOR #B5BDC7

HEX: #B5BDC7
RGB: (181,189,199)

Color info

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

RGB color model

#B5BDC7 color RGB value is (181,189,199).

  • red value is 181;
  • green value is 189;
  • blue value is 199.
RGB:
(181,189,199)
(71%,74%,78%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 199 of 255 = 78%

181
189
199

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 199 = 569 (100%)
R 181 of 569 ~ 31.81%
G 189 of 569 ~ 33.22%
B 199 of 569 ~ 34.97%

%31.81
%33.22
%34.97

CMYK color model

#B5BDC7 color CMYK value is (9,5,0,22).

  • cyan value is 9.05%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,5,0,22)
C9M5Y0K22 
(9%,5%,0%,22%)
(0.09/0.05/0.00/0.22)	

CMYK percentages

%9.05
%5.03
%0
%21.96

Codes

Color #B5BDC7 in popluar color models

B5BDC7
RGB181189199
HSL213°13.85%74.51%
HSB/HSV213°9.05%78.04%
CMYK9.05%5.03%0.00%
21.96%

Color #B5BDC7 in popluar number systems.

HEXB5BDC7
Decimal181189199
Binary101101011011110111000111
Octal265275307

Shades and tints

Shades of #B5BDC7

#B5BDC7
(181,189,199)
#A5ACB5
(165,172,181)
#959BA3
(149,155,163)
#858A91
(133,138,145)
#75797F
(117,121,127)
#65686D
(101,104,109)
#55575B
(85,87,91)
#454649
(69,70,73)
#353537
(53,53,55)
#252425
(37,36,37)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5BDC7

#B5BDC7
(181,189,199)
#BBC3CC
(187,195,204)
#C1C9D1
(193,201,209)
#C7CFD6
(199,207,214)
#CDD5DB
(205,213,219)
#D3DBE0
(211,219,224)
#D9E1E5
(217,225,229)
#DFE7EA
(223,231,234)
#E5EDEF
(229,237,239)
#EBF3F4
(235,243,244)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BDC7 color. Also use rgb(181,189,199) instead hex code.

Text Font Color

.myTextColor { color: #B5BDC7; }

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

This text font color is #B5BDC7.


Background Color

.myBgColor { background-color: #B5BDC7; }

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

This div background color is #B5BDC7.


Border color

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

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

This div border color is #B5BDC7.


Opacity

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

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

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

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

This text has shadow with #B5BDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BDC7 on black background.


Color preview on white background

This text has color #B5BDC7 on white background.



Black color preview on #B5BDC7 background

This text has black color on #B5BDC7 background.


White color preview on #B5BDC7 background

This text has white color on #B5BDC7 background.