COLOR #B0BFCD

HEX: #B0BFCD RGB: (176,191,205)

Color info

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

RGB color model

#B0BFCD color RGB value is (176,191,205).

RGB: (176,191,205) (69%, 75%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 205 of 255 = 80%

176
191
205

R + G + B ~ 75%. #B0BFCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 191 + 205 = 572 (100%)
R 176 of 572 ~ 30.77%
G 191 of 572 ~ 33.39%
B 205 of 572 ~ 35.84'%

%30.77
%33.39
%35.84

CMYK color model

#B0BFCD color CMYK value is (14,7,0,20).

  • cyan value is 14.15%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (14,7,0,20)
C14M7Y0K20 (14%, 7%, 0%, 20%)
(0.14 / 0.07 / 0.00 / 0.20)

CMYK percentages

%14.15
%6.83
%0
%19.61

Codes

Color #B0BFCD in popluar color models

B0 BF CD
RGB 176 191 205
HSL 209° 22.48% 74.71%
HSB/HSV 209° 14.15% 80.39%
CMYK 14.15% 6.83% 0.00%
19.61%

Color #B0BFCD in popluar number systems.

HEX B0 BF CD
Decimal 176 191 205
Binary 10110000 10111111 11001101
Octal 260 277 315

Shades and tints

Shades of #B0BFCD

#B0BFCD
(176,191,205)
#A0AEBB
(160,174,187)
#909DA9
(144,157,169)
#808C97
(128,140,151)
#707B85
(112,123,133)
#606A73
(96,106,115)
#505961
(80,89,97)
#40484F
(64,72,79)
#30373D
(48,55,61)
#20262B
(32,38,43)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #B0BFCD

#B0BFCD
(176,191,205)
#B7C4D1
(183,196,209)
#BEC9D5
(190,201,213)
#C5CED9
(197,206,217)
#CCD3DD
(204,211,221)
#D3D8E1
(211,216,225)
#DADDE5
(218,221,229)
#E1E2E9
(225,226,233)
#E8E7ED
(232,231,237)
#EFECF1
(239,236,241)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BFCD color. Also use rgb(176,191,205) instead hex code.

Text Font Color

.myTextColor { color: #B0BFCD; }

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

This text font color is #B0BFCD.

Background Color

.myBgColor { background-color: #B0BFCD; }

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

This div background color is #B0BFCD.

Border color

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

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

This div border color is #B0BFCD.

Opacity

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

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

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

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

This text has shadow with #B0BFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BFCD.

Preview

Color preview on black background

This text has color #B0BFCD on black background.


Color preview on white background

This text has color #B0BFCD on white background.


Black color preview on #B0BFCD background

This text has black color on #B0BFCD background.


White color preview on #B0BFCD background

This text has white color on #B0BFCD background.


Related colors

Complementary color

Complementary color for #hex is #4F4032.


I love getcolorcode.com

Triadic colors

1 #CDB0BF and #BFCDB0 with #B0BFCD are triadic colors.

2 #CDBFB0 and #BFB0CD with #B0BFCD are triadic colors.