COLOR #B6BED2

HEX: #B6BED2
RGB: (182,190,210)

Color info

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

RGB color model

#B6BED2 color RGB value is (182,190,210).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 210 of 255 = 82%

182
190
210

R + G + B ~ 76%. #B6BED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 210 = 582 (100%)
R 182 of 582 ~ 31.27%
G 190 of 582 ~ 32.65%
B 210 of 582 ~ 36.08%

%31.27
%32.65
%36.08

CMYK color model

#B6BED2 color CMYK value is (13,10,0,18).

  • cyan value is 13.33%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,10,0,18)
C13M10Y0K18 
(13%,10%,0%,18%)
(0.13/0.10/0.00/0.18)	

CMYK percentages

%13.33
%9.52
%0
%17.65

Codes

Color #B6BED2 in popluar color models

B6BED2
RGB182190210
HSL223°23.73%76.86%
HSB/HSV223°13.33%82.35%
CMYK13.33%9.52%0.00%
17.65%

Color #B6BED2 in popluar number systems.

HEXB6BED2
Decimal182190210
Binary101101101011111011010010
Octal266276322

Shades and tints

Shades of #B6BED2

#B6BED2
(182,190,210)
#A6ADBF
(166,173,191)
#969CAC
(150,156,172)
#868B99
(134,139,153)
#767A86
(118,122,134)
#666973
(102,105,115)
#565860
(86,88,96)
#46474D
(70,71,77)
#36363A
(54,54,58)
#262527
(38,37,39)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6BED2

#B6BED2
(182,190,210)
#BCC3D6
(188,195,214)
#C2C8DA
(194,200,218)
#C8CDDE
(200,205,222)
#CED2E2
(206,210,226)
#D4D7E6
(212,215,230)
#DADCEA
(218,220,234)
#E0E1EE
(224,225,238)
#E6E6F2
(230,230,242)
#ECEBF6
(236,235,246)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BED2; }

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

This text font color is #B6BED2.


Background Color

.myBgColor { background-color: #B6BED2; }

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

This div background color is #B6BED2.


Border color

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

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

This div border color is #B6BED2.


Opacity

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

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

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

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

This text has shadow with #B6BED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BED2 on black background.


Color preview on white background

This text has color #B6BED2 on white background.



Black color preview on #B6BED2 background

This text has black color on #B6BED2 background.


White color preview on #B6BED2 background

This text has white color on #B6BED2 background.