COLOR #B6B8DA

HEX: #B6B8DA
RGB: (182,184,218)

Color info

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

RGB color model

#B6B8DA color RGB value is (182,184,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 218 of 255 = 85%

182
184
218

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

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 218 = 584 (100%)
R 182 of 584 ~ 31.16%
G 184 of 584 ~ 31.51%
B 218 of 584 ~ 37.33%

%31.16
%31.51
%37.33

CMYK color model

#B6B8DA color CMYK value is (17,16,0,15).

  • cyan value is 16.51%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,16,0,15)
C17M16Y0K15 
(17%,16%,0%,15%)
(0.17/0.16/0.00/0.15)	

CMYK percentages

%16.51
%15.6
%0
%14.51

Codes

Color #B6B8DA in popluar color models

B6B8DA
RGB182184218
HSL237°32.73%78.43%
HSB/HSV237°16.51%85.49%
CMYK16.51%15.60%0.00%
14.51%

Color #B6B8DA in popluar number systems.

HEXB6B8DA
Decimal182184218
Binary101101101011100011011010
Octal266270332

Shades and tints

Shades of #B6B8DA

#B6B8DA
(182,184,218)
#A6A8C7
(166,168,199)
#9698B4
(150,152,180)
#8688A1
(134,136,161)
#76788E
(118,120,142)
#66687B
(102,104,123)
#565868
(86,88,104)
#464855
(70,72,85)
#363842
(54,56,66)
#26282F
(38,40,47)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #B6B8DA

#B6B8DA
(182,184,218)
#BCBEDD
(188,190,221)
#C2C4E0
(194,196,224)
#C8CAE3
(200,202,227)
#CED0E6
(206,208,230)
#D4D6E9
(212,214,233)
#DADCEC
(218,220,236)
#E0E2EF
(224,226,239)
#E6E8F2
(230,232,242)
#ECEEF5
(236,238,245)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B8DA; }

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

This text font color is #B6B8DA.


Background Color

.myBgColor { background-color: #B6B8DA; }

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

This div background color is #B6B8DA.


Border color

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

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

This div border color is #B6B8DA.


Opacity

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

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

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

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

This text has shadow with #B6B8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B8DA on black background.


Color preview on white background

This text has color #B6B8DA on white background.



Black color preview on #B6B8DA background

This text has black color on #B6B8DA background.


White color preview on #B6B8DA background

This text has white color on #B6B8DA background.