COLOR #B6BED6

HEX: #B6BED6
RGB: (182,190,214)

Color info

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

RGB color model

#B6BED6 color RGB value is (182,190,214).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 214 of 255 = 84%

182
190
214

R + G + B ~ 77%. #B6BED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 214 = 586 (100%)
R 182 of 586 ~ 31.06%
G 190 of 586 ~ 32.42%
B 214 of 586 ~ 36.52%

%31.06
%32.42
%36.52

CMYK color model

#B6BED6 color CMYK value is (15,11,0,16).

  • cyan value is 14.95%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,11,0,16)
C15M11Y0K16 
(15%,11%,0%,16%)
(0.15/0.11/0.00/0.16)	

CMYK percentages

%14.95
%11.21
%0
%16.08

Codes

Color #B6BED6 in popluar color models

B6BED6
RGB182190214
HSL225°28.07%77.65%
HSB/HSV225°14.95%83.92%
CMYK14.95%11.21%0.00%
16.08%

Color #B6BED6 in popluar number systems.

HEXB6BED6
Decimal182190214
Binary101101101011111011010110
Octal266276326

Shades and tints

Shades of #B6BED6

#B6BED6
(182,190,214)
#A6ADC3
(166,173,195)
#969CB0
(150,156,176)
#868B9D
(134,139,157)
#767A8A
(118,122,138)
#666977
(102,105,119)
#565864
(86,88,100)
#464751
(70,71,81)
#36363E
(54,54,62)
#26252B
(38,37,43)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B6BED6

#B6BED6
(182,190,214)
#BCC3D9
(188,195,217)
#C2C8DC
(194,200,220)
#C8CDDF
(200,205,223)
#CED2E2
(206,210,226)
#D4D7E5
(212,215,229)
#DADCE8
(218,220,232)
#E0E1EB
(224,225,235)
#E6E6EE
(230,230,238)
#ECEBF1
(236,235,241)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BED6; }

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

This text font color is #B6BED6.


Background Color

.myBgColor { background-color: #B6BED6; }

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

This div background color is #B6BED6.


Border color

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

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

This div border color is #B6BED6.


Opacity

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

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

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

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

This text has shadow with #B6BED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BED6 on black background.


Color preview on white background

This text has color #B6BED6 on white background.



Black color preview on #B6BED6 background

This text has black color on #B6BED6 background.


White color preview on #B6BED6 background

This text has white color on #B6BED6 background.