COLOR #B9BBE9

HEX: #B9BBE9
RGB: (185,187,233)

Color info

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

RGB color model

#B9BBE9 color RGB value is (185,187,233).

  • red value is 185;
  • green value is 187;
  • blue value is 233.
RGB:
(185,187,233)
(73%,73%,91%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 233 of 255 = 91%

185
187
233

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

Portions of RGB colors in percentages

R + G + B =
185 + 187 + 233 = 605 (100%)
R 185 of 605 ~ 30.58%
G 187 of 605 ~ 30.91%
B 233 of 605 ~ 38.51%

%30.58
%30.91
%38.51

CMYK color model

#B9BBE9 color CMYK value is (21,20,0,9).

  • cyan value is 20.60%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(21,20,0,9)
C21M20Y0K9 
(21%,20%,0%,9%)
(0.21/0.20/0.00/0.09)	

CMYK percentages

%20.6
%19.74
%0
%8.63

Codes

Color #B9BBE9 in popluar color models

B9BBE9
RGB185187233
HSL238°52.17%81.96%
HSB/HSV238°20.60%91.37%
CMYK20.60%19.74%0.00%
8.63%

Color #B9BBE9 in popluar number systems.

HEXB9BBE9
Decimal185187233
Binary101110011011101111101001
Octal271273351

Shades and tints

Shades of #B9BBE9

#B9BBE9
(185,187,233)
#A9AAD4
(169,170,212)
#9999BF
(153,153,191)
#8988AA
(137,136,170)
#797795
(121,119,149)
#696680
(105,102,128)
#59556B
(89,85,107)
#494456
(73,68,86)
#393341
(57,51,65)
#29222C
(41,34,44)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B9BBE9

#B9BBE9
(185,187,233)
#BFC1EB
(191,193,235)
#C5C7ED
(197,199,237)
#CBCDEF
(203,205,239)
#D1D3F1
(209,211,241)
#D7D9F3
(215,217,243)
#DDDFF5
(221,223,245)
#E3E5F7
(227,229,247)
#E9EBF9
(233,235,249)
#EFF1FB
(239,241,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BBE9 color. Also use rgb(185,187,233) instead hex code.

Text Font Color

.myTextColor { color: #B9BBE9; }

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

This text font color is #B9BBE9.


Background Color

.myBgColor { background-color: #B9BBE9; }

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

This div background color is #B9BBE9.


Border color

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

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

This div border color is #B9BBE9.


Opacity

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

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

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

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

This text has shadow with #B9BBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BBE9 on black background.


Color preview on white background

This text has color #B9BBE9 on white background.



Black color preview on #B9BBE9 background

This text has black color on #B9BBE9 background.


White color preview on #B9BBE9 background

This text has white color on #B9BBE9 background.