COLOR #B5B1CB

HEX: #B5B1CB
RGB: (181,177,203)

Color info

#B5B1CB contains red, green and blue colors in about the same proportion. Web safe color of #B5B1CB is #CC99CC (or #C9C).

RGB color model

#B5B1CB color RGB value is (181,177,203).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 203 of 255 = 80%

181
177
203

R + G + B ~ 73%. #B5B1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 203 = 561 (100%)
R 181 of 561 ~ 32.26%
G 177 of 561 ~ 31.55%
B 203 of 561 ~ 36.19%

%32.26
%31.55
%36.19

CMYK color model

#B5B1CB color CMYK value is (11,13,0,20).

  • cyan value is 10.84%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,13,0,20)
C11M13Y0K20 
(11%,13%,0%,20%)
(0.11/0.13/0.00/0.20)	

CMYK percentages

%10.84
%12.81
%0
%20.39

Codes

Color #B5B1CB in popluar color models

B5B1CB
RGB181177203
HSL249°20.00%74.51%
HSB/HSV249°12.81%79.61%
CMYK10.84%12.81%0.00%
20.39%

Color #B5B1CB in popluar number systems.

HEXB5B1CB
Decimal181177203
Binary101101011011000111001011
Octal265261313

Shades and tints

Shades of #B5B1CB

#B5B1CB
(181,177,203)
#A5A1B9
(165,161,185)
#9591A7
(149,145,167)
#858195
(133,129,149)
#757183
(117,113,131)
#656171
(101,97,113)
#55515F
(85,81,95)
#45414D
(69,65,77)
#35313B
(53,49,59)
#252129
(37,33,41)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B5B1CB

#B5B1CB
(181,177,203)
#BBB8CF
(187,184,207)
#C1BFD3
(193,191,211)
#C7C6D7
(199,198,215)
#CDCDDB
(205,205,219)
#D3D4DF
(211,212,223)
#D9DBE3
(217,219,227)
#DFE2E7
(223,226,231)
#E5E9EB
(229,233,235)
#EBF0EF
(235,240,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B1CB; }

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

This text font color is #B5B1CB.


Background Color

.myBgColor { background-color: #B5B1CB; }

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

This div background color is #B5B1CB.


Border color

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

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

This div border color is #B5B1CB.


Opacity

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

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

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

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

This text has shadow with #B5B1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B1CB on black background.


Color preview on white background

This text has color #B5B1CB on white background.



Black color preview on #B5B1CB background

This text has black color on #B5B1CB background.


White color preview on #B5B1CB background

This text has white color on #B5B1CB background.