COLOR #B3BCC0

HEX: #B3BCC0 RGB: (179,188,192)

Color info

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

RGB color model

#B3BCC0 color RGB value is (179,188,192).

RGB: (179,188,192) (70%, 74%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 192 of 255 = 75%

179
188
192

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

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 192 = 559 (100%)
R 179 of 559 ~ 32.02%
G 188 of 559 ~ 33.63%
B 192 of 559 ~ 34.35'%

%32.02
%33.63
%34.35

CMYK color model

#B3BCC0 color CMYK value is (7,2,0,25).

  • cyan value is 6.77%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (7,2,0,25)
C7M2Y0K25 (7%, 2%, 0%, 25%)
(0.07 / 0.02 / 0.00 / 0.25)

CMYK percentages

%6.77
%2.08
%0
%24.71

Codes

Color #B3BCC0 in popluar color models

B3 BC C0
RGB 179 188 192
HSL 198° 9.35% 72.75%
HSB/HSV 198° 6.77% 75.29%
CMYK 6.77% 2.08% 0.00%
24.71%

Color #B3BCC0 in popluar number systems.

HEX B3 BC C0
Decimal 179 188 192
Binary 10110011 10111100 11000000
Octal 263 274 300

Shades and tints

Shades of #B3BCC0

#B3BCC0
(179,188,192)
#A3ABAF
(163,171,175)
#939A9E
(147,154,158)
#83898D
(131,137,141)
#73787C
(115,120,124)
#63676B
(99,103,107)
#53565A
(83,86,90)
#434549
(67,69,73)
#333438
(51,52,56)
#232327
(35,35,39)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #B3BCC0

#B3BCC0
(179,188,192)
#B9C2C5
(185,194,197)
#BFC8CA
(191,200,202)
#C5CECF
(197,206,207)
#CBD4D4
(203,212,212)
#D1DAD9
(209,218,217)
#D7E0DE
(215,224,222)
#DDE6E3
(221,230,227)
#E3ECE8
(227,236,232)
#E9F2ED
(233,242,237)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCC0; }

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

This text font color is #B3BCC0.

Background Color

.myBgColor { background-color: #B3BCC0; }

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

This div background color is #B3BCC0.

Border color

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

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

This div border color is #B3BCC0.

Opacity

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

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

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

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

This text has shadow with #B3BCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BCC0.

Preview

Color preview on black background

This text has color #B3BCC0 on black background.


Color preview on white background

This text has color #B3BCC0 on white background.


Black color preview on #B3BCC0 background

This text has black color on #B3BCC0 background.


White color preview on #B3BCC0 background

This text has white color on #B3BCC0 background.


Related colors

Complementary color

Complementary color for #hex is #4C433F.


I love getcolorcode.com

Triadic colors

1 #C0B3BC and #BCC0B3 with #B3BCC0 are triadic colors.

2 #C0BCB3 and #BCB3C0 with #B3BCC0 are triadic colors.