COLOR #B6BFCD

HEX: #B6BFCD
RGB: (182,191,205)

Color info

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

RGB color model

#B6BFCD color RGB value is (182,191,205).

  • red value is 182;
  • green value is 191;
  • blue value is 205.
RGB:
(182,191,205)
(71%,75%,80%)

RGB channels and saturation

R 182 of 255 = 71%
G 191 of 255 = 75%
B 205 of 255 = 80%

182
191
205

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

Portions of RGB colors in percentages

R + G + B =
182 + 191 + 205 = 578 (100%)
R 182 of 578 ~ 31.49%
G 191 of 578 ~ 33.04%
B 205 of 578 ~ 35.47%

%31.49
%33.04
%35.47

CMYK color model

#B6BFCD color CMYK value is (11,7,0,20).

  • cyan value is 11.22%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,7,0,20)
C11M7Y0K20 
(11%,7%,0%,20%)
(0.11/0.07/0.00/0.20)	

CMYK percentages

%11.22
%6.83
%0
%19.61

Codes

Color #B6BFCD in popluar color models

B6BFCD
RGB182191205
HSL217°18.70%75.88%
HSB/HSV217°11.22%80.39%
CMYK11.22%6.83%0.00%
19.61%

Color #B6BFCD in popluar number systems.

HEXB6BFCD
Decimal182191205
Binary101101101011111111001101
Octal266277315

Shades and tints

Shades of #B6BFCD

#B6BFCD
(182,191,205)
#A6AEBB
(166,174,187)
#969DA9
(150,157,169)
#868C97
(134,140,151)
#767B85
(118,123,133)
#666A73
(102,106,115)
#565961
(86,89,97)
#46484F
(70,72,79)
#36373D
(54,55,61)
#26262B
(38,38,43)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6BFCD

#B6BFCD
(182,191,205)
#BCC4D1
(188,196,209)
#C2C9D5
(194,201,213)
#C8CED9
(200,206,217)
#CED3DD
(206,211,221)
#D4D8E1
(212,216,225)
#DADDE5
(218,221,229)
#E0E2E9
(224,226,233)
#E6E7ED
(230,231,237)
#ECECF1
(236,236,241)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BFCD; }

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

This text font color is #B6BFCD.


Background Color

.myBgColor { background-color: #B6BFCD; }

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

This div background color is #B6BFCD.


Border color

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

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

This div border color is #B6BFCD.


Opacity

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

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

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

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

This text has shadow with #B6BFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BFCD on black background.


Color preview on white background

This text has color #B6BFCD on white background.



Black color preview on #B6BFCD background

This text has black color on #B6BFCD background.


White color preview on #B6BFCD background

This text has white color on #B6BFCD background.