COLOR #B5B3CB

HEX: #B5B3CB
RGB: (181,179,203)

Color info

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

RGB color model

#B5B3CB color RGB value is (181,179,203).

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

RGB channels and saturation

R 181 of 255 = 71%
G 179 of 255 = 70%
B 203 of 255 = 80%

181
179
203

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

Portions of RGB colors in percentages

R + G + B =
181 + 179 + 203 = 563 (100%)
R 181 of 563 ~ 32.15%
G 179 of 563 ~ 31.79%
B 203 of 563 ~ 36.06%

%32.15
%31.79
%36.06

CMYK color model

#B5B3CB color CMYK value is (11,12,0,20).

  • cyan value is 10.84%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,12,0,20)
C11M12Y0K20 
(11%,12%,0%,20%)
(0.11/0.12/0.00/0.20)	

CMYK percentages

%10.84
%11.82
%0
%20.39

Codes

Color #B5B3CB in popluar color models

B5B3CB
RGB181179203
HSL245°18.75%74.90%
HSB/HSV245°11.82%79.61%
CMYK10.84%11.82%0.00%
20.39%

Color #B5B3CB in popluar number systems.

HEXB5B3CB
Decimal181179203
Binary101101011011001111001011
Octal265263313

Shades and tints

Shades of #B5B3CB

#B5B3CB
(181,179,203)
#A5A3B9
(165,163,185)
#9593A7
(149,147,167)
#858395
(133,131,149)
#757383
(117,115,131)
#656371
(101,99,113)
#55535F
(85,83,95)
#45434D
(69,67,77)
#35333B
(53,51,59)
#252329
(37,35,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B5B3CB

#B5B3CB
(181,179,203)
#BBB9CF
(187,185,207)
#C1BFD3
(193,191,211)
#C7C5D7
(199,197,215)
#CDCBDB
(205,203,219)
#D3D1DF
(211,209,223)
#D9D7E3
(217,215,227)
#DFDDE7
(223,221,231)
#E5E3EB
(229,227,235)
#EBE9EF
(235,233,239)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B3CB; }

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

This text font color is #B5B3CB.


Background Color

.myBgColor { background-color: #B5B3CB; }

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

This div background color is #B5B3CB.


Border color

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

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

This div border color is #B5B3CB.


Opacity

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

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

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

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

This text has shadow with #B5B3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B3CB on black background.


Color preview on white background

This text has color #B5B3CB on white background.



Black color preview on #B5B3CB background

This text has black color on #B5B3CB background.


White color preview on #B5B3CB background

This text has white color on #B5B3CB background.