COLOR #B3BCA7

HEX: #B3BCA7 RGB: (179,188,167)

Color info

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

RGB color model

#B3BCA7 color RGB value is (179,188,167).

RGB: (179,188,167) (70%, 74%, 65%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 167 of 255 = 65%

179
188
167

R + G + B ~ 70%. #B3BCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 167 = 534 (100%)
R 179 of 534 ~ 33.52%
G 188 of 534 ~ 35.21%
B 167 of 534 ~ 31.27'%

%33.52
%35.21
%31.27

CMYK color model

#B3BCA7 color CMYK value is (5,0,11,26).

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

CMYK: (5,0,11,26)
C5M0Y11K26 (5%, 0%, 11%, 26%)
(0.05 / 0.00 / 0.11 / 0.26)

CMYK percentages

%4.79
%0
%11.17
%26.27

Codes

Color #B3BCA7 in popluar color models

B3 BC A7
RGB 179 188 167
HSL 86° 13.55% 69.61%
HSB/HSV 86° 11.17% 73.73%
CMYK 4.79% 0.00% 11.17%
26.27%

Color #B3BCA7 in popluar number systems.

HEX B3 BC A7
Decimal 179 188 167
Binary 10110011 10111100 10100111
Octal 263 274 247

Shades and tints

Shades of #B3BCA7

#B3BCA7
(179,188,167)
#A3AB98
(163,171,152)
#939A89
(147,154,137)
#83897A
(131,137,122)
#73786B
(115,120,107)
#63675C
(99,103,92)
#53564D
(83,86,77)
#43453E
(67,69,62)
#33342F
(51,52,47)
#232320
(35,35,32)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3BCA7

#B3BCA7
(179,188,167)
#B9C2AF
(185,194,175)
#BFC8B7
(191,200,183)
#C5CEBF
(197,206,191)
#CBD4C7
(203,212,199)
#D1DACF
(209,218,207)
#D7E0D7
(215,224,215)
#DDE6DF
(221,230,223)
#E3ECE7
(227,236,231)
#E9F2EF
(233,242,239)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCA7; }

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

This text font color is #B3BCA7.

Background Color

.myBgColor { background-color: #B3BCA7; }

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

This div background color is #B3BCA7.

Border color

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

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

This div border color is #B3BCA7.

Opacity

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

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

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

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

This text has shadow with #B3BCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BCA7.

Preview

Color preview on black background

This text has color #B3BCA7 on black background.


Color preview on white background

This text has color #B3BCA7 on white background.


Black color preview on #B3BCA7 background

This text has black color on #B3BCA7 background.


White color preview on #B3BCA7 background

This text has white color on #B3BCA7 background.


Related colors

Complementary color

Complementary color for #hex is #4C4358.


I love getcolorcode.com

Triadic colors

1 #A7B3BC and #BCA7B3 with #B3BCA7 are triadic colors.

2 #A7BCB3 and #BCB3A7 with #B3BCA7 are triadic colors.