COLOR #B3B1C3

HEX: #B3B1C3 RGB: (179,177,195)

Color info

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

RGB color model

#B3B1C3 color RGB value is (179,177,195).

RGB: (179,177,195) (70%, 69%, 76%)

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 195 of 255 = 76%

179
177
195

R + G + B ~ 72%. #B3B1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 177 + 195 = 551 (100%)
R 179 of 551 ~ 32.49%
G 177 of 551 ~ 32.12%
B 195 of 551 ~ 35.39'%

%32.49
%32.12
%35.39

CMYK color model

#B3B1C3 color CMYK value is (8,9,0,24).

  • cyan value is 8.21%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (8,9,0,24)
C8M9Y0K24 (8%, 9%, 0%, 24%)
(0.08 / 0.09 / 0.00 / 0.24)

CMYK percentages

%8.21
%9.23
%0
%23.53

Codes

Color #B3B1C3 in popluar color models

B3 B1 C3
RGB 179 177 195
HSL 247° 13.04% 72.94%
HSB/HSV 247° 9.23% 76.47%
CMYK 8.21% 9.23% 0.00%
23.53%

Color #B3B1C3 in popluar number systems.

HEX B3 B1 C3
Decimal 179 177 195
Binary 10110011 10110001 11000011
Octal 263 261 303

Shades and tints

Shades of #B3B1C3

#B3B1C3
(179,177,195)
#A3A1B2
(163,161,178)
#9391A1
(147,145,161)
#838190
(131,129,144)
#73717F
(115,113,127)
#63616E
(99,97,110)
#53515D
(83,81,93)
#43414C
(67,65,76)
#33313B
(51,49,59)
#23212A
(35,33,42)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #B3B1C3

#B3B1C3
(179,177,195)
#B9B8C8
(185,184,200)
#BFBFCD
(191,191,205)
#C5C6D2
(197,198,210)
#CBCDD7
(203,205,215)
#D1D4DC
(209,212,220)
#D7DBE1
(215,219,225)
#DDE2E6
(221,226,230)
#E3E9EB
(227,233,235)
#E9F0F0
(233,240,240)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B1C3 color. Also use rgb(179,177,195) instead hex code.

Text Font Color

.myTextColor { color: #B3B1C3; }

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

This text font color is #B3B1C3.

Background Color

.myBgColor { background-color: #B3B1C3; }

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

This div background color is #B3B1C3.

Border color

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

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

This div border color is #B3B1C3.

Opacity

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

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

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

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

This text has shadow with #B3B1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B1C3.

Preview

Color preview on black background

This text has color #B3B1C3 on black background.


Color preview on white background

This text has color #B3B1C3 on white background.


Black color preview on #B3B1C3 background

This text has black color on #B3B1C3 background.


White color preview on #B3B1C3 background

This text has white color on #B3B1C3 background.


Related colors

Complementary color

Complementary color for #hex is #4C4E3C.


I love getcolorcode.com

Triadic colors

1 #C3B3B1 and #B1C3B3 with #B3B1C3 are triadic colors.

2 #C3B1B3 and #B1B3C3 with #B3B1C3 are triadic colors.