COLOR #B8C4BA

HEX: #B8C4BA
RGB: (184,196,186)

Color info

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

RGB color model

#B8C4BA color RGB value is (184,196,186).

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

RGB channels and saturation

R 184 of 255 = 72%
G 196 of 255 = 77%
B 186 of 255 = 73%

184
196
186

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

Portions of RGB colors in percentages

R + G + B =
184 + 196 + 186 = 566 (100%)
R 184 of 566 ~ 32.51%
G 196 of 566 ~ 34.63%
B 186 of 566 ~ 32.86%

%32.51
%34.63
%32.86

CMYK color model

#B8C4BA color CMYK value is (6,0,5,23).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(6,0,5,23)
C6M0Y5K23 
(6%,0%,5%,23%)
(0.06/0.00/0.05/0.23)	

CMYK percentages

%6.12
%0
%5.1
%23.14

Codes

Color #B8C4BA in popluar color models

B8C4BA
RGB184196186
HSL130°9.23%74.51%
HSB/HSV130°6.12%76.86%
CMYK6.12%0.00%5.10%
23.14%

Color #B8C4BA in popluar number systems.

HEXB8C4BA
Decimal184196186
Binary101110001100010010111010
Octal270304272

Shades and tints

Shades of #B8C4BA

#B8C4BA
(184,196,186)
#A8B3AA
(168,179,170)
#98A29A
(152,162,154)
#88918A
(136,145,138)
#78807A
(120,128,122)
#686F6A
(104,111,106)
#585E5A
(88,94,90)
#484D4A
(72,77,74)
#383C3A
(56,60,58)
#282B2A
(40,43,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #B8C4BA

#B8C4BA
(184,196,186)
#BEC9C0
(190,201,192)
#C4CEC6
(196,206,198)
#CAD3CC
(202,211,204)
#D0D8D2
(208,216,210)
#D6DDD8
(214,221,216)
#DCE2DE
(220,226,222)
#E2E7E4
(226,231,228)
#E8ECEA
(232,236,234)
#EEF1F0
(238,241,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C4BA; }

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

This text font color is #B8C4BA.


Background Color

.myBgColor { background-color: #B8C4BA; }

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

This div background color is #B8C4BA.


Border color

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

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

This div border color is #B8C4BA.


Opacity

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

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

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

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

This text has shadow with #B8C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C4BA on black background.


Color preview on white background

This text has color #B8C4BA on white background.



Black color preview on #B8C4BA background

This text has black color on #B8C4BA background.


White color preview on #B8C4BA background

This text has white color on #B8C4BA background.