COLOR #B9BEDB

HEX: #B9BEDB
RGB: (185,190,219)

Color info

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

RGB color model

#B9BEDB color RGB value is (185,190,219).

  • red value is 185;
  • green value is 190;
  • blue value is 219.
RGB:
(185,190,219)
(73%,75%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 219 of 255 = 86%

185
190
219

R + G + B ~ 78%. #B9BEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 219 = 594 (100%)
R 185 of 594 ~ 31.14%
G 190 of 594 ~ 31.99%
B 219 of 594 ~ 36.87%

%31.14
%31.99
%36.87

CMYK color model

#B9BEDB color CMYK value is (16,13,0,14).

  • cyan value is 15.53%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,13,0,14)
C16M13Y0K14 
(16%,13%,0%,14%)
(0.16/0.13/0.00/0.14)	

CMYK percentages

%15.53
%13.24
%0
%14.12

Codes

Color #B9BEDB in popluar color models

B9BEDB
RGB185190219
HSL231°32.08%79.22%
HSB/HSV231°15.53%85.88%
CMYK15.53%13.24%0.00%
14.12%

Color #B9BEDB in popluar number systems.

HEXB9BEDB
Decimal185190219
Binary101110011011111011011011
Octal271276333

Shades and tints

Shades of #B9BEDB

#B9BEDB
(185,190,219)
#A9ADC8
(169,173,200)
#999CB5
(153,156,181)
#898BA2
(137,139,162)
#797A8F
(121,122,143)
#69697C
(105,105,124)
#595869
(89,88,105)
#494756
(73,71,86)
#393643
(57,54,67)
#292530
(41,37,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #B9BEDB

#B9BEDB
(185,190,219)
#BFC3DE
(191,195,222)
#C5C8E1
(197,200,225)
#CBCDE4
(203,205,228)
#D1D2E7
(209,210,231)
#D7D7EA
(215,215,234)
#DDDCED
(221,220,237)
#E3E1F0
(227,225,240)
#E9E6F3
(233,230,243)
#EFEBF6
(239,235,246)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BEDB color. Also use rgb(185,190,219) instead hex code.

Text Font Color

.myTextColor { color: #B9BEDB; }

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

This text font color is #B9BEDB.


Background Color

.myBgColor { background-color: #B9BEDB; }

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

This div background color is #B9BEDB.


Border color

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

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

This div border color is #B9BEDB.


Opacity

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

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

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

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

This text has shadow with #B9BEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEDB on black background.


Color preview on white background

This text has color #B9BEDB on white background.



Black color preview on #B9BEDB background

This text has black color on #B9BEDB background.


White color preview on #B9BEDB background

This text has white color on #B9BEDB background.