COLOR #B6B8DB

HEX: #B6B8DB
RGB: (182,184,219)

Color info

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

RGB color model

#B6B8DB color RGB value is (182,184,219).

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

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 219 of 255 = 86%

182
184
219

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

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 219 = 585 (100%)
R 182 of 585 ~ 31.11%
G 184 of 585 ~ 31.45%
B 219 of 585 ~ 37.44%

%31.11
%31.45
%37.44

CMYK color model

#B6B8DB color CMYK value is (17,16,0,14).

  • cyan value is 16.89%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,16,0,14)
C17M16Y0K14 
(17%,16%,0%,14%)
(0.17/0.16/0.00/0.14)	

CMYK percentages

%16.89
%15.98
%0
%14.12

Codes

Color #B6B8DB in popluar color models

B6B8DB
RGB182184219
HSL237°33.94%78.63%
HSB/HSV237°16.89%85.88%
CMYK16.89%15.98%0.00%
14.12%

Color #B6B8DB in popluar number systems.

HEXB6B8DB
Decimal182184219
Binary101101101011100011011011
Octal266270333

Shades and tints

Shades of #B6B8DB

#B6B8DB
(182,184,219)
#A6A8C8
(166,168,200)
#9698B5
(150,152,181)
#8688A2
(134,136,162)
#76788F
(118,120,143)
#66687C
(102,104,124)
#565869
(86,88,105)
#464856
(70,72,86)
#363843
(54,56,67)
#262830
(38,40,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #B6B8DB

#B6B8DB
(182,184,219)
#BCBEDE
(188,190,222)
#C2C4E1
(194,196,225)
#C8CAE4
(200,202,228)
#CED0E7
(206,208,231)
#D4D6EA
(212,214,234)
#DADCED
(218,220,237)
#E0E2F0
(224,226,240)
#E6E8F3
(230,232,243)
#ECEEF6
(236,238,246)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B8DB; }

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

This text font color is #B6B8DB.


Background Color

.myBgColor { background-color: #B6B8DB; }

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

This div background color is #B6B8DB.


Border color

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

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

This div border color is #B6B8DB.


Opacity

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

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

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

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

This text has shadow with #B6B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B8DB on black background.


Color preview on white background

This text has color #B6B8DB on white background.



Black color preview on #B6B8DB background

This text has black color on #B6B8DB background.


White color preview on #B6B8DB background

This text has white color on #B6B8DB background.