COLOR #B3BCA4

HEX: #B3BCA4 RGB: (179,188,164)

Color info

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

RGB color model

#B3BCA4 color RGB value is (179,188,164).

RGB: (179,188,164) (70%, 74%, 64%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 164 of 255 = 64%

179
188
164

R + G + B ~ 69%. #B3BCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 164 = 531 (100%)
R 179 of 531 ~ 33.71%
G 188 of 531 ~ 35.4%
B 164 of 531 ~ 30.89'%

%33.71
%35.4
%30.89

CMYK color model

#B3BCA4 color CMYK value is (5,0,13,26).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%

CMYK: (5,0,13,26)
C5M0Y13K26 (5%, 0%, 13%, 26%)
(0.05 / 0.00 / 0.13 / 0.26)

CMYK percentages

%4.79
%0
%12.77
%26.27

Codes

Color #B3BCA4 in popluar color models

B3 BC A4
RGB 179 188 164
HSL 83° 15.19% 69.02%
HSB/HSV 83° 12.77% 73.73%
CMYK 4.79% 0.00% 12.77%
26.27%

Color #B3BCA4 in popluar number systems.

HEX B3 BC A4
Decimal 179 188 164
Binary 10110011 10111100 10100100
Octal 263 274 244

Shades and tints

Shades of #B3BCA4

#B3BCA4
(179,188,164)
#A3AB96
(163,171,150)
#939A88
(147,154,136)
#83897A
(131,137,122)
#73786C
(115,120,108)
#63675E
(99,103,94)
#535650
(83,86,80)
#434542
(67,69,66)
#333434
(51,52,52)
#232326
(35,35,38)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #B3BCA4

#B3BCA4
(179,188,164)
#B9C2AC
(185,194,172)
#BFC8B4
(191,200,180)
#C5CEBC
(197,206,188)
#CBD4C4
(203,212,196)
#D1DACC
(209,218,204)
#D7E0D4
(215,224,212)
#DDE6DC
(221,230,220)
#E3ECE4
(227,236,228)
#E9F2EC
(233,242,236)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCA4; }

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

This text font color is #B3BCA4.

Background Color

.myBgColor { background-color: #B3BCA4; }

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

This div background color is #B3BCA4.

Border color

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

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

This div border color is #B3BCA4.

Opacity

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

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

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

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

This text has shadow with #B3BCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BCA4.

Preview

Color preview on black background

This text has color #B3BCA4 on black background.


Color preview on white background

This text has color #B3BCA4 on white background.


Black color preview on #B3BCA4 background

This text has black color on #B3BCA4 background.


White color preview on #B3BCA4 background

This text has white color on #B3BCA4 background.


Related colors

Complementary color

Complementary color for #hex is #4C435B.


I love getcolorcode.com

Triadic colors

1 #A4B3BC and #BCA4B3 with #B3BCA4 are triadic colors.

2 #A4BCB3 and #BCB3A4 with #B3BCA4 are triadic colors.