COLOR #B6BECB

HEX: #B6BECB
RGB: (182,190,203)

Color info

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

RGB color model

#B6BECB color RGB value is (182,190,203).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 203 of 255 = 80%

182
190
203

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 203 = 575 (100%)
R 182 of 575 ~ 31.65%
G 190 of 575 ~ 33.04%
B 203 of 575 ~ 35.3%

%31.65
%33.04
%35.3

CMYK color model

#B6BECB color CMYK value is (10,6,0,20).

  • cyan value is 10.34%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,6,0,20)
C10M6Y0K20 
(10%,6%,0%,20%)
(0.10/0.06/0.00/0.20)	

CMYK percentages

%10.34
%6.4
%0
%20.39

Codes

Color #B6BECB in popluar color models

B6BECB
RGB182190203
HSL217°16.80%75.49%
HSB/HSV217°10.34%79.61%
CMYK10.34%6.40%0.00%
20.39%

Color #B6BECB in popluar number systems.

HEXB6BECB
Decimal182190203
Binary101101101011111011001011
Octal266276313

Shades and tints

Shades of #B6BECB

#B6BECB
(182,190,203)
#A6ADB9
(166,173,185)
#969CA7
(150,156,167)
#868B95
(134,139,149)
#767A83
(118,122,131)
#666971
(102,105,113)
#56585F
(86,88,95)
#46474D
(70,71,77)
#36363B
(54,54,59)
#262529
(38,37,41)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6BECB

#B6BECB
(182,190,203)
#BCC3CF
(188,195,207)
#C2C8D3
(194,200,211)
#C8CDD7
(200,205,215)
#CED2DB
(206,210,219)
#D4D7DF
(212,215,223)
#DADCE3
(218,220,227)
#E0E1E7
(224,225,231)
#E6E6EB
(230,230,235)
#ECEBEF
(236,235,239)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BECB color. Also use rgb(182,190,203) instead hex code.

Text Font Color

.myTextColor { color: #B6BECB; }

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

This text font color is #B6BECB.


Background Color

.myBgColor { background-color: #B6BECB; }

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

This div background color is #B6BECB.


Border color

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

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

This div border color is #B6BECB.


Opacity

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

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

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

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

This text has shadow with #B6BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BECB on black background.


Color preview on white background

This text has color #B6BECB on white background.



Black color preview on #B6BECB background

This text has black color on #B6BECB background.


White color preview on #B6BECB background

This text has white color on #B6BECB background.