COLOR #B6BCCD

HEX: #B6BCCD
RGB: (182,188,205)

Color info

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

RGB color model

#B6BCCD color RGB value is (182,188,205).

  • red value is 182;
  • green value is 188;
  • blue value is 205.
RGB:
(182,188,205)
(71%,74%,80%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 205 of 255 = 80%

182
188
205

R + G + B ~ 75%. #B6BCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 205 = 575 (100%)
R 182 of 575 ~ 31.65%
G 188 of 575 ~ 32.7%
B 205 of 575 ~ 35.65%

%31.65
%32.7
%35.65

CMYK color model

#B6BCCD color CMYK value is (11,8,0,20).

  • cyan value is 11.22%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,8,0,20)
C11M8Y0K20 
(11%,8%,0%,20%)
(0.11/0.08/0.00/0.20)	

CMYK percentages

%11.22
%8.29
%0
%19.61

Codes

Color #B6BCCD in popluar color models

B6BCCD
RGB182188205
HSL224°18.70%75.88%
HSB/HSV224°11.22%80.39%
CMYK11.22%8.29%0.00%
19.61%

Color #B6BCCD in popluar number systems.

HEXB6BCCD
Decimal182188205
Binary101101101011110011001101
Octal266274315

Shades and tints

Shades of #B6BCCD

#B6BCCD
(182,188,205)
#A6ABBB
(166,171,187)
#969AA9
(150,154,169)
#868997
(134,137,151)
#767885
(118,120,133)
#666773
(102,103,115)
#565661
(86,86,97)
#46454F
(70,69,79)
#36343D
(54,52,61)
#26232B
(38,35,43)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #B6BCCD

#B6BCCD
(182,188,205)
#BCC2D1
(188,194,209)
#C2C8D5
(194,200,213)
#C8CED9
(200,206,217)
#CED4DD
(206,212,221)
#D4DAE1
(212,218,225)
#DAE0E5
(218,224,229)
#E0E6E9
(224,230,233)
#E6ECED
(230,236,237)
#ECF2F1
(236,242,241)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BCCD color. Also use rgb(182,188,205) instead hex code.

Text Font Color

.myTextColor { color: #B6BCCD; }

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

This text font color is #B6BCCD.


Background Color

.myBgColor { background-color: #B6BCCD; }

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

This div background color is #B6BCCD.


Border color

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

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

This div border color is #B6BCCD.


Opacity

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

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

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

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

This text has shadow with #B6BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCCD on black background.


Color preview on white background

This text has color #B6BCCD on white background.



Black color preview on #B6BCCD background

This text has black color on #B6BCCD background.


White color preview on #B6BCCD background

This text has white color on #B6BCCD background.