COLOR #B5C4BD

HEX: #B5C4BD
RGB: (181,196,189)

Color info

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

RGB color model

#B5C4BD color RGB value is (181,196,189).

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

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 189 of 255 = 74%

181
196
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 189 = 566 (100%)
R 181 of 566 ~ 31.98%
G 196 of 566 ~ 34.63%
B 189 of 566 ~ 33.39%

%31.98
%34.63
%33.39

CMYK color model

#B5C4BD color CMYK value is (8,0,4,23).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(8,0,4,23)
C8M0Y4K23 
(8%,0%,4%,23%)
(0.08/0.00/0.04/0.23)	

CMYK percentages

%7.65
%0
%3.57
%23.14

Codes

Color #B5C4BD in popluar color models

B5C4BD
RGB181196189
HSL152°11.28%73.92%
HSB/HSV152°7.65%76.86%
CMYK7.65%0.00%3.57%
23.14%

Color #B5C4BD in popluar number systems.

HEXB5C4BD
Decimal181196189
Binary101101011100010010111101
Octal265304275

Shades and tints

Shades of #B5C4BD

#B5C4BD
(181,196,189)
#A5B3AC
(165,179,172)
#95A29B
(149,162,155)
#85918A
(133,145,138)
#758079
(117,128,121)
#656F68
(101,111,104)
#555E57
(85,94,87)
#454D46
(69,77,70)
#353C35
(53,60,53)
#252B24
(37,43,36)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #B5C4BD

#B5C4BD
(181,196,189)
#BBC9C3
(187,201,195)
#C1CEC9
(193,206,201)
#C7D3CF
(199,211,207)
#CDD8D5
(205,216,213)
#D3DDDB
(211,221,219)
#D9E2E1
(217,226,225)
#DFE7E7
(223,231,231)
#E5ECED
(229,236,237)
#EBF1F3
(235,241,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C4BD; }

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

This text font color is #B5C4BD.


Background Color

.myBgColor { background-color: #B5C4BD; }

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

This div background color is #B5C4BD.


Border color

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

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

This div border color is #B5C4BD.


Opacity

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

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

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

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

This text has shadow with #B5C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C4BD on black background.


Color preview on white background

This text has color #B5C4BD on white background.



Black color preview on #B5C4BD background

This text has black color on #B5C4BD background.


White color preview on #B5C4BD background

This text has white color on #B5C4BD background.