COLOR #B2B3CB

HEX: #B2B3CB
RGB: (178,179,203)

Color info

#B2B3CB contains red, green and blue colors in about the same proportion. Web safe color of #B2B3CB is #9999CC (or #99C).

RGB color model

#B2B3CB color RGB value is (178,179,203).

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

RGB channels and saturation

R 178 of 255 = 70%
G 179 of 255 = 70%
B 203 of 255 = 80%

178
179
203

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

Portions of RGB colors in percentages

R + G + B =
178 + 179 + 203 = 560 (100%)
R 178 of 560 ~ 31.79%
G 179 of 560 ~ 31.96%
B 203 of 560 ~ 36.25%

%31.79
%31.96
%36.25

CMYK color model

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

  • cyan value is 12.32%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,12,0,20)
C12M12Y0K20 
(12%,12%,0%,20%)
(0.12/0.12/0.00/0.20)	

CMYK percentages

%12.32
%11.82
%0
%20.39

Codes

Color #B2B3CB in popluar color models

B2B3CB
RGB178179203
HSL238°19.38%74.71%
HSB/HSV238°12.32%79.61%
CMYK12.32%11.82%0.00%
20.39%

Color #B2B3CB in popluar number systems.

HEXB2B3CB
Decimal178179203
Binary101100101011001111001011
Octal262263313

Shades and tints

Shades of #B2B3CB

#B2B3CB
(178,179,203)
#A2A3B9
(162,163,185)
#9293A7
(146,147,167)
#828395
(130,131,149)
#727383
(114,115,131)
#626371
(98,99,113)
#52535F
(82,83,95)
#42434D
(66,67,77)
#32333B
(50,51,59)
#222329
(34,35,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B2B3CB

#B2B3CB
(178,179,203)
#B9B9CF
(185,185,207)
#C0BFD3
(192,191,211)
#C7C5D7
(199,197,215)
#CECBDB
(206,203,219)
#D5D1DF
(213,209,223)
#DCD7E3
(220,215,227)
#E3DDE7
(227,221,231)
#EAE3EB
(234,227,235)
#F1E9EF
(241,233,239)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B3CB; }

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

This text font color is #B2B3CB.


Background Color

.myBgColor { background-color: #B2B3CB; }

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

This div background color is #B2B3CB.


Border color

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

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

This div border color is #B2B3CB.


Opacity

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

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

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

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

This text has shadow with #B2B3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B3CB on black background.


Color preview on white background

This text has color #B2B3CB on white background.



Black color preview on #B2B3CB background

This text has black color on #B2B3CB background.


White color preview on #B2B3CB background

This text has white color on #B2B3CB background.