COLOR #B3B2CB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

179
178
203

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

Portions of RGB colors in percentages

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

%31.96
%31.79
%36.25

CMYK color model

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

  • cyan value is 11.82%
  • magenta value is 12.32%
  • 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

%11.82
%12.32
%0
%20.39

Codes

Color #B3B2CB in popluar color models

B3B2CB
RGB179178203
HSL242°19.38%74.71%
HSB/HSV242°12.32%79.61%
CMYK11.82%12.32%0.00%
20.39%

Color #B3B2CB in popluar number systems.

HEXB3B2CB
Decimal179178203
Binary101100111011001011001011
Octal263262313

Shades and tints

Shades of #B3B2CB

#B3B2CB
(179,178,203)
#A3A2B9
(163,162,185)
#9392A7
(147,146,167)
#838295
(131,130,149)
#737283
(115,114,131)
#636271
(99,98,113)
#53525F
(83,82,95)
#43424D
(67,66,77)
#33323B
(51,50,59)
#232229
(35,34,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #B3B2CB

#B3B2CB
(179,178,203)
#B9B9CF
(185,185,207)
#BFC0D3
(191,192,211)
#C5C7D7
(197,199,215)
#CBCEDB
(203,206,219)
#D1D5DF
(209,213,223)
#D7DCE3
(215,220,227)
#DDE3E7
(221,227,231)
#E3EAEB
(227,234,235)
#E9F1EF
(233,241,239)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B2CB; }

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

This text font color is #B3B2CB.


Background Color

.myBgColor { background-color: #B3B2CB; }

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

This div background color is #B3B2CB.


Border color

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

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

This div border color is #B3B2CB.


Opacity

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

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

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

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

This text has shadow with #B3B2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B2CB on black background.


Color preview on white background

This text has color #B3B2CB on white background.



Black color preview on #B3B2CB background

This text has black color on #B3B2CB background.


White color preview on #B3B2CB background

This text has white color on #B3B2CB background.