COLOR #B9B6D5

HEX: #B9B6D5
RGB: (185,182,213)

Color info

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

RGB color model

#B9B6D5 color RGB value is (185,182,213).

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

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 213 of 255 = 84%

185
182
213

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

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 213 = 580 (100%)
R 185 of 580 ~ 31.9%
G 182 of 580 ~ 31.38%
B 213 of 580 ~ 36.72%

%31.9
%31.38
%36.72

CMYK color model

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

  • cyan value is 13.15%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,15,0,16)
C13M15Y0K16 
(13%,15%,0%,16%)
(0.13/0.15/0.00/0.16)	

CMYK percentages

%13.15
%14.55
%0
%16.47

Codes

Color #B9B6D5 in popluar color models

B9B6D5
RGB185182213
HSL246°26.96%77.45%
HSB/HSV246°14.55%83.53%
CMYK13.15%14.55%0.00%
16.47%

Color #B9B6D5 in popluar number systems.

HEXB9B6D5
Decimal185182213
Binary101110011011011011010101
Octal271266325

Shades and tints

Shades of #B9B6D5

#B9B6D5
(185,182,213)
#A9A6C2
(169,166,194)
#9996AF
(153,150,175)
#89869C
(137,134,156)
#797689
(121,118,137)
#696676
(105,102,118)
#595663
(89,86,99)
#494650
(73,70,80)
#39363D
(57,54,61)
#29262A
(41,38,42)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B9B6D5

#B9B6D5
(185,182,213)
#BFBCD8
(191,188,216)
#C5C2DB
(197,194,219)
#CBC8DE
(203,200,222)
#D1CEE1
(209,206,225)
#D7D4E4
(215,212,228)
#DDDAE7
(221,218,231)
#E3E0EA
(227,224,234)
#E9E6ED
(233,230,237)
#EFECF0
(239,236,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B6D5; }

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

This text font color is #B9B6D5.


Background Color

.myBgColor { background-color: #B9B6D5; }

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

This div background color is #B9B6D5.


Border color

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

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

This div border color is #B9B6D5.


Opacity

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

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

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

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

This text has shadow with #B9B6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B6D5 on black background.


Color preview on white background

This text has color #B9B6D5 on white background.



Black color preview on #B9B6D5 background

This text has black color on #B9B6D5 background.


White color preview on #B9B6D5 background

This text has white color on #B9B6D5 background.