COLOR #B6BEDA

HEX: #B6BEDA
RGB: (182,190,218)

Color info

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

RGB color model

#B6BEDA color RGB value is (182,190,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 218 of 255 = 85%

182
190
218

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 218 = 590 (100%)
R 182 of 590 ~ 30.85%
G 190 of 590 ~ 32.2%
B 218 of 590 ~ 36.95%

%30.85
%32.2
%36.95

CMYK color model

#B6BEDA color CMYK value is (17,13,0,15).

  • cyan value is 16.51%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,13,0,15)
C17M13Y0K15 
(17%,13%,0%,15%)
(0.17/0.13/0.00/0.15)	

CMYK percentages

%16.51
%12.84
%0
%14.51

Codes

Color #B6BEDA in popluar color models

B6BEDA
RGB182190218
HSL227°32.73%78.43%
HSB/HSV227°16.51%85.49%
CMYK16.51%12.84%0.00%
14.51%

Color #B6BEDA in popluar number systems.

HEXB6BEDA
Decimal182190218
Binary101101101011111011011010
Octal266276332

Shades and tints

Shades of #B6BEDA

#B6BEDA
(182,190,218)
#A6ADC7
(166,173,199)
#969CB4
(150,156,180)
#868BA1
(134,139,161)
#767A8E
(118,122,142)
#66697B
(102,105,123)
#565868
(86,88,104)
#464755
(70,71,85)
#363642
(54,54,66)
#26252F
(38,37,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #B6BEDA

#B6BEDA
(182,190,218)
#BCC3DD
(188,195,221)
#C2C8E0
(194,200,224)
#C8CDE3
(200,205,227)
#CED2E6
(206,210,230)
#D4D7E9
(212,215,233)
#DADCEC
(218,220,236)
#E0E1EF
(224,225,239)
#E6E6F2
(230,230,242)
#ECEBF5
(236,235,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEDA; }

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

This text font color is #B6BEDA.


Background Color

.myBgColor { background-color: #B6BEDA; }

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

This div background color is #B6BEDA.


Border color

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

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

This div border color is #B6BEDA.


Opacity

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

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

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

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

This text has shadow with #B6BEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEDA on black background.


Color preview on white background

This text has color #B6BEDA on white background.



Black color preview on #B6BEDA background

This text has black color on #B6BEDA background.


White color preview on #B6BEDA background

This text has white color on #B6BEDA background.