COLOR #B6BECA

HEX: #B6BECA
RGB: (182,190,202)

Color info

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

RGB color model

#B6BECA color RGB value is (182,190,202).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 202 of 255 = 79%

182
190
202

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 202 = 574 (100%)
R 182 of 574 ~ 31.71%
G 190 of 574 ~ 33.1%
B 202 of 574 ~ 35.19%

%31.71
%33.1
%35.19

CMYK color model

#B6BECA color CMYK value is (10,6,0,21).

  • cyan value is 9.90%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(10,6,0,21)
C10M6Y0K21 
(10%,6%,0%,21%)
(0.10/0.06/0.00/0.21)	

CMYK percentages

%9.9
%5.94
%0
%20.78

Codes

Color #B6BECA in popluar color models

B6BECA
RGB182190202
HSL216°15.87%75.29%
HSB/HSV216°9.90%79.22%
CMYK9.90%5.94%0.00%
20.78%

Color #B6BECA in popluar number systems.

HEXB6BECA
Decimal182190202
Binary101101101011111011001010
Octal266276312

Shades and tints

Shades of #B6BECA

#B6BECA
(182,190,202)
#A6ADB8
(166,173,184)
#969CA6
(150,156,166)
#868B94
(134,139,148)
#767A82
(118,122,130)
#666970
(102,105,112)
#56585E
(86,88,94)
#46474C
(70,71,76)
#36363A
(54,54,58)
#262528
(38,37,40)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B6BECA

#B6BECA
(182,190,202)
#BCC3CE
(188,195,206)
#C2C8D2
(194,200,210)
#C8CDD6
(200,205,214)
#CED2DA
(206,210,218)
#D4D7DE
(212,215,222)
#DADCE2
(218,220,226)
#E0E1E6
(224,225,230)
#E6E6EA
(230,230,234)
#ECEBEE
(236,235,238)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BECA; }

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

This text font color is #B6BECA.


Background Color

.myBgColor { background-color: #B6BECA; }

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

This div background color is #B6BECA.


Border color

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

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

This div border color is #B6BECA.


Opacity

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

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

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

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

This text has shadow with #B6BECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BECA on black background.


Color preview on white background

This text has color #B6BECA on white background.



Black color preview on #B6BECA background

This text has black color on #B6BECA background.


White color preview on #B6BECA background

This text has white color on #B6BECA background.