COLOR #B0BDC8

HEX: #B0BDC8
RGB: (176,189,200)

Color info

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

RGB color model

#B0BDC8 color RGB value is (176,189,200).

  • red value is 176;
  • green value is 189;
  • blue value is 200.
RGB:
(176,189,200)
(69%,74%,78%)

RGB channels and saturation

R 176 of 255 = 69%
G 189 of 255 = 74%
B 200 of 255 = 78%

176
189
200

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

Portions of RGB colors in percentages

R + G + B =
176 + 189 + 200 = 565 (100%)
R 176 of 565 ~ 31.15%
G 189 of 565 ~ 33.45%
B 200 of 565 ~ 35.4%

%31.15
%33.45
%35.4

CMYK color model

#B0BDC8 color CMYK value is (12,5,0,22).

  • cyan value is 12.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(12,5,0,22)
C12M5Y0K22 
(12%,5%,0%,22%)
(0.12/0.05/0.00/0.22)	

CMYK percentages

%12
%5.5
%0
%21.57

Codes

Color #B0BDC8 in popluar color models

B0BDC8
RGB176189200
HSL208°17.91%73.73%
HSB/HSV208°12.00%78.43%
CMYK12.00%5.50%0.00%
21.57%

Color #B0BDC8 in popluar number systems.

HEXB0BDC8
Decimal176189200
Binary101100001011110111001000
Octal260275310

Shades and tints

Shades of #B0BDC8

#B0BDC8
(176,189,200)
#A0ACB6
(160,172,182)
#909BA4
(144,155,164)
#808A92
(128,138,146)
#707980
(112,121,128)
#60686E
(96,104,110)
#50575C
(80,87,92)
#40464A
(64,70,74)
#303538
(48,53,56)
#202426
(32,36,38)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B0BDC8

#B0BDC8
(176,189,200)
#B7C3CD
(183,195,205)
#BEC9D2
(190,201,210)
#C5CFD7
(197,207,215)
#CCD5DC
(204,213,220)
#D3DBE1
(211,219,225)
#DAE1E6
(218,225,230)
#E1E7EB
(225,231,235)
#E8EDF0
(232,237,240)
#EFF3F5
(239,243,245)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BDC8 color. Also use rgb(176,189,200) instead hex code.

Text Font Color

.myTextColor { color: #B0BDC8; }

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

This text font color is #B0BDC8.


Background Color

.myBgColor { background-color: #B0BDC8; }

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

This div background color is #B0BDC8.


Border color

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

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

This div border color is #B0BDC8.


Opacity

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

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

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

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

This text has shadow with #B0BDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BDC8 on black background.


Color preview on white background

This text has color #B0BDC8 on white background.



Black color preview on #B0BDC8 background

This text has black color on #B0BDC8 background.


White color preview on #B0BDC8 background

This text has white color on #B0BDC8 background.