COLOR #B3BCAE

HEX: #B3BCAE
RGB: (179,188,174)

Color info

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

RGB color model

#B3BCAE color RGB value is (179,188,174).

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

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 174 of 255 = 68%

179
188
174

R + G + B ~ 71%. #B3BCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 188 + 174 = 541 (100%)
R 179 of 541 ~ 33.09%
G 188 of 541 ~ 34.75%
B 174 of 541 ~ 32.16%

%33.09
%34.75
%32.16

CMYK color model

#B3BCAE color CMYK value is (5,0,7,26).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(5,0,7,26)
C5M0Y7K26 
(5%,0%,7%,26%)
(0.05/0.00/0.07/0.26)	

CMYK percentages

%4.79
%0
%7.45
%26.27

Codes

Color #B3BCAE in popluar color models

B3BCAE
RGB179188174
HSL99°9.46%70.98%
HSB/HSV99°7.45%73.73%
CMYK4.79%0.00%7.45%
26.27%

Color #B3BCAE in popluar number systems.

HEXB3BCAE
Decimal179188174
Binary101100111011110010101110
Octal263274256

Shades and tints

Shades of #B3BCAE

#B3BCAE
(179,188,174)
#A3AB9F
(163,171,159)
#939A90
(147,154,144)
#838981
(131,137,129)
#737872
(115,120,114)
#636763
(99,103,99)
#535654
(83,86,84)
#434545
(67,69,69)
#333436
(51,52,54)
#232327
(35,35,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #B3BCAE

#B3BCAE
(179,188,174)
#B9C2B5
(185,194,181)
#BFC8BC
(191,200,188)
#C5CEC3
(197,206,195)
#CBD4CA
(203,212,202)
#D1DAD1
(209,218,209)
#D7E0D8
(215,224,216)
#DDE6DF
(221,230,223)
#E3ECE6
(227,236,230)
#E9F2ED
(233,242,237)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCAE; }

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

This text font color is #B3BCAE.


Background Color

.myBgColor { background-color: #B3BCAE; }

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

This div background color is #B3BCAE.


Border color

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

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

This div border color is #B3BCAE.


Opacity

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

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

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

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

This text has shadow with #B3BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BCAE on black background.


Color preview on white background

This text has color #B3BCAE on white background.



Black color preview on #B3BCAE background

This text has black color on #B3BCAE background.


White color preview on #B3BCAE background

This text has white color on #B3BCAE background.