COLOR #B2BDC4

HEX: #B2BDC4
RGB: (178,189,196)

Color info

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

RGB color model

#B2BDC4 color RGB value is (178,189,196).

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

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 196 of 255 = 77%

178
189
196

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 196 = 563 (100%)
R 178 of 563 ~ 31.62%
G 189 of 563 ~ 33.57%
B 196 of 563 ~ 34.81%

%31.62
%33.57
%34.81

CMYK color model

#B2BDC4 color CMYK value is (9,4,0,23).

  • cyan value is 9.18%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(9,4,0,23)
C9M4Y0K23 
(9%,4%,0%,23%)
(0.09/0.04/0.00/0.23)	

CMYK percentages

%9.18
%3.57
%0
%23.14

Codes

Color #B2BDC4 in popluar color models

B2BDC4
RGB178189196
HSL203°13.24%73.33%
HSB/HSV203°9.18%76.86%
CMYK9.18%3.57%0.00%
23.14%

Color #B2BDC4 in popluar number systems.

HEXB2BDC4
Decimal178189196
Binary101100101011110111000100
Octal262275304

Shades and tints

Shades of #B2BDC4

#B2BDC4
(178,189,196)
#A2ACB3
(162,172,179)
#929BA2
(146,155,162)
#828A91
(130,138,145)
#727980
(114,121,128)
#62686F
(98,104,111)
#52575E
(82,87,94)
#42464D
(66,70,77)
#32353C
(50,53,60)
#22242B
(34,36,43)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #B2BDC4

#B2BDC4
(178,189,196)
#B9C3C9
(185,195,201)
#C0C9CE
(192,201,206)
#C7CFD3
(199,207,211)
#CED5D8
(206,213,216)
#D5DBDD
(213,219,221)
#DCE1E2
(220,225,226)
#E3E7E7
(227,231,231)
#EAEDEC
(234,237,236)
#F1F3F1
(241,243,241)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BDC4; }

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

This text font color is #B2BDC4.


Background Color

.myBgColor { background-color: #B2BDC4; }

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

This div background color is #B2BDC4.


Border color

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

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

This div border color is #B2BDC4.


Opacity

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

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

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

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

This text has shadow with #B2BDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDC4 on black background.


Color preview on white background

This text has color #B2BDC4 on white background.



Black color preview on #B2BDC4 background

This text has black color on #B2BDC4 background.


White color preview on #B2BDC4 background

This text has white color on #B2BDC4 background.