COLOR #B2B6D5

HEX: #B2B6D5
RGB: (178,182,213)

Color info

#B2B6D5 contains red, green and blue colors in about the same proportion. Web safe color of #B2B6D5 is #99CCCC (or #9CC).

RGB color model

#B2B6D5 color RGB value is (178,182,213).

  • red value is 178;
  • green value is 182;
  • blue value is 213.
RGB:
(178,182,213)
(70%,71%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 182 of 255 = 71%
B 213 of 255 = 84%

178
182
213

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

Portions of RGB colors in percentages

R + G + B =
178 + 182 + 213 = 573 (100%)
R 178 of 573 ~ 31.06%
G 182 of 573 ~ 31.76%
B 213 of 573 ~ 37.17%

%31.06
%31.76
%37.17

CMYK color model

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

  • cyan value is 16.43%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(16,15,0,16)
C16M15Y0K16 
(16%,15%,0%,16%)
(0.16/0.15/0.00/0.16)	

CMYK percentages

%16.43
%14.55
%0
%16.47

Codes

Color #B2B6D5 in popluar color models

B2B6D5
RGB178182213
HSL233°29.41%76.67%
HSB/HSV233°16.43%83.53%
CMYK16.43%14.55%0.00%
16.47%

Color #B2B6D5 in popluar number systems.

HEXB2B6D5
Decimal178182213
Binary101100101011011011010101
Octal262266325

Shades and tints

Shades of #B2B6D5

#B2B6D5
(178,182,213)
#A2A6C2
(162,166,194)
#9296AF
(146,150,175)
#82869C
(130,134,156)
#727689
(114,118,137)
#626676
(98,102,118)
#525663
(82,86,99)
#424650
(66,70,80)
#32363D
(50,54,61)
#22262A
(34,38,42)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2B6D5

#B2B6D5
(178,182,213)
#B9BCD8
(185,188,216)
#C0C2DB
(192,194,219)
#C7C8DE
(199,200,222)
#CECEE1
(206,206,225)
#D5D4E4
(213,212,228)
#DCDAE7
(220,218,231)
#E3E0EA
(227,224,234)
#EAE6ED
(234,230,237)
#F1ECF0
(241,236,240)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B6D5 color. Also use rgb(178,182,213) instead hex code.

Text Font Color

.myTextColor { color: #B2B6D5; }

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

This text font color is #B2B6D5.


Background Color

.myBgColor { background-color: #B2B6D5; }

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

This div background color is #B2B6D5.


Border color

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

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

This div border color is #B2B6D5.


Opacity

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

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

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

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

This text has shadow with #B2B6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B6D5 on black background.


Color preview on white background

This text has color #B2B6D5 on white background.



Black color preview on #B2B6D5 background

This text has black color on #B2B6D5 background.


White color preview on #B2B6D5 background

This text has white color on #B2B6D5 background.