COLOR #B8BFDB

HEX: #B8BFDB
RGB: (184,191,219)

Color info

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

RGB color model

#B8BFDB color RGB value is (184,191,219).

  • red value is 184;
  • green value is 191;
  • blue value is 219.
RGB:
(184,191,219)
(72%,75%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 191 of 255 = 75%
B 219 of 255 = 86%

184
191
219

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

Portions of RGB colors in percentages

R + G + B =
184 + 191 + 219 = 594 (100%)
R 184 of 594 ~ 30.98%
G 191 of 594 ~ 32.15%
B 219 of 594 ~ 36.87%

%30.98
%32.15
%36.87

CMYK color model

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

  • cyan value is 15.98%
  • magenta value is 12.79%
  • 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.98
%12.79
%0
%14.12

Codes

Color #B8BFDB in popluar color models

B8BFDB
RGB184191219
HSL228°32.71%79.02%
HSB/HSV228°15.98%85.88%
CMYK15.98%12.79%0.00%
14.12%

Color #B8BFDB in popluar number systems.

HEXB8BFDB
Decimal184191219
Binary101110001011111111011011
Octal270277333

Shades and tints

Shades of #B8BFDB

#B8BFDB
(184,191,219)
#A8AEC8
(168,174,200)
#989DB5
(152,157,181)
#888CA2
(136,140,162)
#787B8F
(120,123,143)
#686A7C
(104,106,124)
#585969
(88,89,105)
#484856
(72,72,86)
#383743
(56,55,67)
#282630
(40,38,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #B8BFDB

#B8BFDB
(184,191,219)
#BEC4DE
(190,196,222)
#C4C9E1
(196,201,225)
#CACEE4
(202,206,228)
#D0D3E7
(208,211,231)
#D6D8EA
(214,216,234)
#DCDDED
(220,221,237)
#E2E2F0
(226,226,240)
#E8E7F3
(232,231,243)
#EEECF6
(238,236,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BFDB color. Also use rgb(184,191,219) instead hex code.

Text Font Color

.myTextColor { color: #B8BFDB; }

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

This text font color is #B8BFDB.


Background Color

.myBgColor { background-color: #B8BFDB; }

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

This div background color is #B8BFDB.


Border color

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

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

This div border color is #B8BFDB.


Opacity

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

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

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

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

This text has shadow with #B8BFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BFDB on black background.


Color preview on white background

This text has color #B8BFDB on white background.



Black color preview on #B8BFDB background

This text has black color on #B8BFDB background.


White color preview on #B8BFDB background

This text has white color on #B8BFDB background.