COLOR #B9B6ED

HEX: #B9B6ED
RGB: (185,182,237)

Color info

#B9B6ED contains red, green and blue colors in about the same proportion. Web safe color of #B9B6ED is #CCCCFF (or #CCF).

RGB color model

#B9B6ED color RGB value is (185,182,237).

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

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 237 of 255 = 93%

185
182
237

R + G + B ~ 79%. #B9B6ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 237 = 604 (100%)
R 185 of 604 ~ 30.63%
G 182 of 604 ~ 30.13%
B 237 of 604 ~ 39.24%

%30.63
%30.13
%39.24

CMYK color model

#B9B6ED color CMYK value is (22,23,0,7).

  • cyan value is 21.94%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,23,0,7)
C22M23Y0K7 
(22%,23%,0%,7%)
(0.22/0.23/0.00/0.07)	

CMYK percentages

%21.94
%23.21
%0
%7.06

Codes

Color #B9B6ED in popluar color models

B9B6ED
RGB185182237
HSL243°60.44%82.16%
HSB/HSV243°23.21%92.94%
CMYK21.94%23.21%0.00%
7.06%

Color #B9B6ED in popluar number systems.

HEXB9B6ED
Decimal185182237
Binary101110011011011011101101
Octal271266355

Shades and tints

Shades of #B9B6ED

#B9B6ED
(185,182,237)
#A9A6D8
(169,166,216)
#9996C3
(153,150,195)
#8986AE
(137,134,174)
#797699
(121,118,153)
#696684
(105,102,132)
#59566F
(89,86,111)
#49465A
(73,70,90)
#393645
(57,54,69)
#292630
(41,38,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #B9B6ED

#B9B6ED
(185,182,237)
#BFBCEE
(191,188,238)
#C5C2EF
(197,194,239)
#CBC8F0
(203,200,240)
#D1CEF1
(209,206,241)
#D7D4F2
(215,212,242)
#DDDAF3
(221,218,243)
#E3E0F4
(227,224,244)
#E9E6F5
(233,230,245)
#EFECF6
(239,236,246)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B6ED; }

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

This text font color is #B9B6ED.


Background Color

.myBgColor { background-color: #B9B6ED; }

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

This div background color is #B9B6ED.


Border color

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

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

This div border color is #B9B6ED.


Opacity

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

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

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

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

This text has shadow with #B9B6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B6ED on black background.


Color preview on white background

This text has color #B9B6ED on white background.



Black color preview on #B9B6ED background

This text has black color on #B9B6ED background.


White color preview on #B9B6ED background

This text has white color on #B9B6ED background.