COLOR #B8BFD1

HEX: #B8BFD1
RGB: (184,191,209)

Color info

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

RGB color model

#B8BFD1 color RGB value is (184,191,209).

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

RGB channels and saturation

R 184 of 255 = 72%
G 191 of 255 = 75%
B 209 of 255 = 82%

184
191
209

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

Portions of RGB colors in percentages

R + G + B =
184 + 191 + 209 = 584 (100%)
R 184 of 584 ~ 31.51%
G 191 of 584 ~ 32.71%
B 209 of 584 ~ 35.79%

%31.51
%32.71
%35.79

CMYK color model

#B8BFD1 color CMYK value is (12,9,0,18).

  • cyan value is 11.96%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,9,0,18)
C12M9Y0K18 
(12%,9%,0%,18%)
(0.12/0.09/0.00/0.18)	

CMYK percentages

%11.96
%8.61
%0
%18.04

Codes

Color #B8BFD1 in popluar color models

B8BFD1
RGB184191209
HSL223°21.37%77.06%
HSB/HSV223°11.96%81.96%
CMYK11.96%8.61%0.00%
18.04%

Color #B8BFD1 in popluar number systems.

HEXB8BFD1
Decimal184191209
Binary101110001011111111010001
Octal270277321

Shades and tints

Shades of #B8BFD1

#B8BFD1
(184,191,209)
#A8AEBE
(168,174,190)
#989DAB
(152,157,171)
#888C98
(136,140,152)
#787B85
(120,123,133)
#686A72
(104,106,114)
#58595F
(88,89,95)
#48484C
(72,72,76)
#383739
(56,55,57)
#282626
(40,38,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #B8BFD1

#B8BFD1
(184,191,209)
#BEC4D5
(190,196,213)
#C4C9D9
(196,201,217)
#CACEDD
(202,206,221)
#D0D3E1
(208,211,225)
#D6D8E5
(214,216,229)
#DCDDE9
(220,221,233)
#E2E2ED
(226,226,237)
#E8E7F1
(232,231,241)
#EEECF5
(238,236,245)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BFD1; }

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

This text font color is #B8BFD1.


Background Color

.myBgColor { background-color: #B8BFD1; }

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

This div background color is #B8BFD1.


Border color

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

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

This div border color is #B8BFD1.


Opacity

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

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

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

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

This text has shadow with #B8BFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BFD1 on black background.


Color preview on white background

This text has color #B8BFD1 on white background.



Black color preview on #B8BFD1 background

This text has black color on #B8BFD1 background.


White color preview on #B8BFD1 background

This text has white color on #B8BFD1 background.