COLOR #B0BDCB

HEX: #B0BDCB RGB: (176,189,203)

Color info

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

RGB color model

#B0BDCB color RGB value is (176,189,203).

RGB: (176,189,203) (69%, 74%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 189 of 255 = 74%
B 203 of 255 = 80%

176
189
203

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

Portions of RGB colors in percentages

R + G + B = 176 + 189 + 203 = 568 (100%)
R 176 of 568 ~ 30.99%
G 189 of 568 ~ 33.27%
B 203 of 568 ~ 35.74'%

%30.99
%33.27
%35.74

CMYK color model

#B0BDCB color CMYK value is (13,7,0,20).

  • cyan value is 13.30%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (13,7,0,20)
C13M7Y0K20 (13%, 7%, 0%, 20%)
(0.13 / 0.07 / 0.00 / 0.20)

CMYK percentages

%13.3
%6.9
%0
%20.39

Codes

Color #B0BDCB in popluar color models

B0 BD CB
RGB 176 189 203
HSL 211° 20.61% 74.31%
HSB/HSV 211° 13.30% 79.61%
CMYK 13.30% 6.90% 0.00%
20.39%

Color #B0BDCB in popluar number systems.

HEX B0 BD CB
Decimal 176 189 203
Binary 10110000 10111101 11001011
Octal 260 275 313

Shades and tints

Shades of #B0BDCB

#B0BDCB
(176,189,203)
#A0ACB9
(160,172,185)
#909BA7
(144,155,167)
#808A95
(128,138,149)
#707983
(112,121,131)
#606871
(96,104,113)
#50575F
(80,87,95)
#40464D
(64,70,77)
#30353B
(48,53,59)
#202429
(32,36,41)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #B0BDCB

#B0BDCB
(176,189,203)
#B7C3CF
(183,195,207)
#BEC9D3
(190,201,211)
#C5CFD7
(197,207,215)
#CCD5DB
(204,213,219)
#D3DBDF
(211,219,223)
#DAE1E3
(218,225,227)
#E1E7E7
(225,231,231)
#E8EDEB
(232,237,235)
#EFF3EF
(239,243,239)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BDCB; }

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

This text font color is #B0BDCB.

Background Color

.myBgColor { background-color: #B0BDCB; }

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

This div background color is #B0BDCB.

Border color

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

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

This div border color is #B0BDCB.

Opacity

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

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

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

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

This text has shadow with #B0BDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BDCB.

Preview

Color preview on black background

This text has color #B0BDCB on black background.


Color preview on white background

This text has color #B0BDCB on white background.


Black color preview on #B0BDCB background

This text has black color on #B0BDCB background.


White color preview on #B0BDCB background

This text has white color on #B0BDCB background.


Related colors

Complementary color

Complementary color for #hex is #4F4234.


I love getcolorcode.com

Triadic colors

1 #CBB0BD and #BDCBB0 with #B0BDCB are triadic colors.

2 #CBBDB0 and #BDB0CB with #B0BDCB are triadic colors.