COLOR #B6BFC4

HEX: #B6BFC4
RGB: (182,191,196)

Color info

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

RGB color model

#B6BFC4 color RGB value is (182,191,196).

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

RGB channels and saturation

R 182 of 255 = 71%
G 191 of 255 = 75%
B 196 of 255 = 77%

182
191
196

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

Portions of RGB colors in percentages

R + G + B =
182 + 191 + 196 = 569 (100%)
R 182 of 569 ~ 31.99%
G 191 of 569 ~ 33.57%
B 196 of 569 ~ 34.45%

%31.99
%33.57
%34.45

CMYK color model

#B6BFC4 color CMYK value is (7,3,0,23).

  • cyan value is 7.14%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(7,3,0,23)
C7M3Y0K23 
(7%,3%,0%,23%)
(0.07/0.03/0.00/0.23)	

CMYK percentages

%7.14
%2.55
%0
%23.14

Codes

Color #B6BFC4 in popluar color models

B6BFC4
RGB182191196
HSL201°10.61%74.12%
HSB/HSV201°7.14%76.86%
CMYK7.14%2.55%0.00%
23.14%

Color #B6BFC4 in popluar number systems.

HEXB6BFC4
Decimal182191196
Binary101101101011111111000100
Octal266277304

Shades and tints

Shades of #B6BFC4

#B6BFC4
(182,191,196)
#A6AEB3
(166,174,179)
#969DA2
(150,157,162)
#868C91
(134,140,145)
#767B80
(118,123,128)
#666A6F
(102,106,111)
#56595E
(86,89,94)
#46484D
(70,72,77)
#36373C
(54,55,60)
#26262B
(38,38,43)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #B6BFC4

#B6BFC4
(182,191,196)
#BCC4C9
(188,196,201)
#C2C9CE
(194,201,206)
#C8CED3
(200,206,211)
#CED3D8
(206,211,216)
#D4D8DD
(212,216,221)
#DADDE2
(218,221,226)
#E0E2E7
(224,226,231)
#E6E7EC
(230,231,236)
#ECECF1
(236,236,241)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BFC4; }

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

This text font color is #B6BFC4.


Background Color

.myBgColor { background-color: #B6BFC4; }

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

This div background color is #B6BFC4.


Border color

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

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

This div border color is #B6BFC4.


Opacity

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

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

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

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

This text has shadow with #B6BFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BFC4 on black background.


Color preview on white background

This text has color #B6BFC4 on white background.



Black color preview on #B6BFC4 background

This text has black color on #B6BFC4 background.


White color preview on #B6BFC4 background

This text has white color on #B6BFC4 background.