COLOR #B5C4BA

HEX: #B5C4BA
RGB: (181,196,186)

Color info

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

RGB color model

#B5C4BA color RGB value is (181,196,186).

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

RGB channels and saturation

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

181
196
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 186 = 563 (100%)
R 181 of 563 ~ 32.15%
G 196 of 563 ~ 34.81%
B 186 of 563 ~ 33.04%

%32.15
%34.81
%33.04

CMYK color model

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

  • cyan value is 7.65%
  • 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

%7.65
%0
%5.1
%23.14

Codes

Color #B5C4BA in popluar color models

B5C4BA
RGB181196186
HSL140°11.28%73.92%
HSB/HSV140°7.65%76.86%
CMYK7.65%0.00%5.10%
23.14%

Color #B5C4BA in popluar number systems.

HEXB5C4BA
Decimal181196186
Binary101101011100010010111010
Octal265304272

Shades and tints

Shades of #B5C4BA

#B5C4BA
(181,196,186)
#A5B3AA
(165,179,170)
#95A29A
(149,162,154)
#85918A
(133,145,138)
#75807A
(117,128,122)
#656F6A
(101,111,106)
#555E5A
(85,94,90)
#454D4A
(69,77,74)
#353C3A
(53,60,58)
#252B2A
(37,43,42)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #B5C4BA

#B5C4BA
(181,196,186)
#BBC9C0
(187,201,192)
#C1CEC6
(193,206,198)
#C7D3CC
(199,211,204)
#CDD8D2
(205,216,210)
#D3DDD8
(211,221,216)
#D9E2DE
(217,226,222)
#DFE7E4
(223,231,228)
#E5ECEA
(229,236,234)
#EBF1F0
(235,241,240)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C4BA; }

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

This text font color is #B5C4BA.


Background Color

.myBgColor { background-color: #B5C4BA; }

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

This div background color is #B5C4BA.


Border color

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

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

This div border color is #B5C4BA.


Opacity

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

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

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

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

This text has shadow with #B5C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C4BA on black background.


Color preview on white background

This text has color #B5C4BA on white background.



Black color preview on #B5C4BA background

This text has black color on #B5C4BA background.


White color preview on #B5C4BA background

This text has white color on #B5C4BA background.