COLOR #B3BCC2

HEX: #B3BCC2
RGB: (179,188,194)

Color info

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

RGB color model

#B3BCC2 color RGB value is (179,188,194).

  • red value is 179;
  • green value is 188;
  • blue value is 194.
RGB:
(179,188,194)
(70%,74%,76%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 194 of 255 = 76%

179
188
194

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

Portions of RGB colors in percentages

R + G + B =
179 + 188 + 194 = 561 (100%)
R 179 of 561 ~ 31.91%
G 188 of 561 ~ 33.51%
B 194 of 561 ~ 34.58%

%31.91
%33.51
%34.58

CMYK color model

#B3BCC2 color CMYK value is (8,3,0,24).

  • cyan value is 7.73%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(8,3,0,24)
C8M3Y0K24 
(8%,3%,0%,24%)
(0.08/0.03/0.00/0.24)	

CMYK percentages

%7.73
%3.09
%0
%23.92

Codes

Color #B3BCC2 in popluar color models

B3BCC2
RGB179188194
HSL204°10.95%73.14%
HSB/HSV204°7.73%76.08%
CMYK7.73%3.09%0.00%
23.92%

Color #B3BCC2 in popluar number systems.

HEXB3BCC2
Decimal179188194
Binary101100111011110011000010
Octal263274302

Shades and tints

Shades of #B3BCC2

#B3BCC2
(179,188,194)
#A3ABB1
(163,171,177)
#939AA0
(147,154,160)
#83898F
(131,137,143)
#73787E
(115,120,126)
#63676D
(99,103,109)
#53565C
(83,86,92)
#43454B
(67,69,75)
#33343A
(51,52,58)
#232329
(35,35,41)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #B3BCC2

#B3BCC2
(179,188,194)
#B9C2C7
(185,194,199)
#BFC8CC
(191,200,204)
#C5CED1
(197,206,209)
#CBD4D6
(203,212,214)
#D1DADB
(209,218,219)
#D7E0E0
(215,224,224)
#DDE6E5
(221,230,229)
#E3ECEA
(227,236,234)
#E9F2EF
(233,242,239)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BCC2 color. Also use rgb(179,188,194) instead hex code.

Text Font Color

.myTextColor { color: #B3BCC2; }

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

This text font color is #B3BCC2.


Background Color

.myBgColor { background-color: #B3BCC2; }

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

This div background color is #B3BCC2.


Border color

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

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

This div border color is #B3BCC2.


Opacity

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

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

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

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

This text has shadow with #B3BCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BCC2 on black background.


Color preview on white background

This text has color #B3BCC2 on white background.



Black color preview on #B3BCC2 background

This text has black color on #B3BCC2 background.


White color preview on #B3BCC2 background

This text has white color on #B3BCC2 background.