COLOR #B3B2C9

HEX: #B3B2C9
RGB: (179,178,201)

Color info

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

RGB color model

#B3B2C9 color RGB value is (179,178,201).

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

RGB channels and saturation

R 179 of 255 = 70%
G 178 of 255 = 70%
B 201 of 255 = 79%

179
178
201

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

Portions of RGB colors in percentages

R + G + B =
179 + 178 + 201 = 558 (100%)
R 179 of 558 ~ 32.08%
G 178 of 558 ~ 31.9%
B 201 of 558 ~ 36.02%

%32.08
%31.9
%36.02

CMYK color model

#B3B2C9 color CMYK value is (11,11,0,21).

  • cyan value is 10.95%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(11,11,0,21)
C11M11Y0K21 
(11%,11%,0%,21%)
(0.11/0.11/0.00/0.21)	

CMYK percentages

%10.95
%11.44
%0
%21.18

Codes

Color #B3B2C9 in popluar color models

B3B2C9
RGB179178201
HSL243°17.56%74.31%
HSB/HSV243°11.44%78.82%
CMYK10.95%11.44%0.00%
21.18%

Color #B3B2C9 in popluar number systems.

HEXB3B2C9
Decimal179178201
Binary101100111011001011001001
Octal263262311

Shades and tints

Shades of #B3B2C9

#B3B2C9
(179,178,201)
#A3A2B7
(163,162,183)
#9392A5
(147,146,165)
#838293
(131,130,147)
#737281
(115,114,129)
#63626F
(99,98,111)
#53525D
(83,82,93)
#43424B
(67,66,75)
#333239
(51,50,57)
#232227
(35,34,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #B3B2C9

#B3B2C9
(179,178,201)
#B9B9CD
(185,185,205)
#BFC0D1
(191,192,209)
#C5C7D5
(197,199,213)
#CBCED9
(203,206,217)
#D1D5DD
(209,213,221)
#D7DCE1
(215,220,225)
#DDE3E5
(221,227,229)
#E3EAE9
(227,234,233)
#E9F1ED
(233,241,237)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B2C9; }

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

This text font color is #B3B2C9.


Background Color

.myBgColor { background-color: #B3B2C9; }

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

This div background color is #B3B2C9.


Border color

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

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

This div border color is #B3B2C9.


Opacity

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

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

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

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

This text has shadow with #B3B2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B2C9 on black background.


Color preview on white background

This text has color #B3B2C9 on white background.



Black color preview on #B3B2C9 background

This text has black color on #B3B2C9 background.


White color preview on #B3B2C9 background

This text has white color on #B3B2C9 background.