COLOR #B4C4BA

HEX: #B4C4BA
RGB: (180,196,186)

Color info

#B4C4BA contains red, green and blue colors in about the same proportion. Web safe color of #B4C4BA is #CCCCCC (or #CCC).

RGB color model

#B4C4BA color RGB value is (180,196,186).

  • red value is 180;
  • green value is 196;
  • blue value is 186.
RGB:
(180,196,186)
(71%,77%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 196 of 255 = 77%
B 186 of 255 = 73%

180
196
186

R + G + B ~ 74%. #B4C4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 196 + 186 = 562 (100%)
R 180 of 562 ~ 32.03%
G 196 of 562 ~ 34.88%
B 186 of 562 ~ 33.1%

%32.03
%34.88
%33.1

CMYK color model

#B4C4BA color CMYK value is (8,0,5,23).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(8,0,5,23)
C8M0Y5K23 
(8%,0%,5%,23%)
(0.08/0.00/0.05/0.23)	

CMYK percentages

%8.16
%0
%5.1
%23.14

Codes

Color #B4C4BA in popluar color models

B4C4BA
RGB180196186
HSL143°11.94%73.73%
HSB/HSV143°8.16%76.86%
CMYK8.16%0.00%5.10%
23.14%

Color #B4C4BA in popluar number systems.

HEXB4C4BA
Decimal180196186
Binary101101001100010010111010
Octal264304272

Shades and tints

Shades of #B4C4BA

#B4C4BA
(180,196,186)
#A4B3AA
(164,179,170)
#94A29A
(148,162,154)
#84918A
(132,145,138)
#74807A
(116,128,122)
#646F6A
(100,111,106)
#545E5A
(84,94,90)
#444D4A
(68,77,74)
#343C3A
(52,60,58)
#242B2A
(36,43,42)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #B4C4BA

#B4C4BA
(180,196,186)
#BAC9C0
(186,201,192)
#C0CEC6
(192,206,198)
#C6D3CC
(198,211,204)
#CCD8D2
(204,216,210)
#D2DDD8
(210,221,216)
#D8E2DE
(216,226,222)
#DEE7E4
(222,231,228)
#E4ECEA
(228,236,234)
#EAF1F0
(234,241,240)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C4BA color. Also use rgb(180,196,186) instead hex code.

Text Font Color

.myTextColor { color: #B4C4BA; }

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

This text font color is #B4C4BA.


Background Color

.myBgColor { background-color: #B4C4BA; }

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

This div background color is #B4C4BA.


Border color

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

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

This div border color is #B4C4BA.


Opacity

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

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

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

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

This text has shadow with #B4C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C4BA on black background.


Color preview on white background

This text has color #B4C4BA on white background.



Black color preview on #B4C4BA background

This text has black color on #B4C4BA background.


White color preview on #B4C4BA background

This text has white color on #B4C4BA background.