COLOR #B8BFD7

HEX: #B8BFD7
RGB: (184,191,215)

Color info

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

RGB color model

#B8BFD7 color RGB value is (184,191,215).

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

RGB channels and saturation

R 184 of 255 = 72%
G 191 of 255 = 75%
B 215 of 255 = 84%

184
191
215

R + G + B ~ 77%. #B8BFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 191 + 215 = 590 (100%)
R 184 of 590 ~ 31.19%
G 191 of 590 ~ 32.37%
B 215 of 590 ~ 36.44%

%31.19
%32.37
%36.44

CMYK color model

#B8BFD7 color CMYK value is (14,11,0,16).

  • cyan value is 14.42%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(14,11,0,16)
C14M11Y0K16 
(14%,11%,0%,16%)
(0.14/0.11/0.00/0.16)	

CMYK percentages

%14.42
%11.16
%0
%15.69

Codes

Color #B8BFD7 in popluar color models

B8BFD7
RGB184191215
HSL226°27.93%78.24%
HSB/HSV226°14.42%84.31%
CMYK14.42%11.16%0.00%
15.69%

Color #B8BFD7 in popluar number systems.

HEXB8BFD7
Decimal184191215
Binary101110001011111111010111
Octal270277327

Shades and tints

Shades of #B8BFD7

#B8BFD7
(184,191,215)
#A8AEC4
(168,174,196)
#989DB1
(152,157,177)
#888C9E
(136,140,158)
#787B8B
(120,123,139)
#686A78
(104,106,120)
#585965
(88,89,101)
#484852
(72,72,82)
#38373F
(56,55,63)
#28262C
(40,38,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #B8BFD7

#B8BFD7
(184,191,215)
#BEC4DA
(190,196,218)
#C4C9DD
(196,201,221)
#CACEE0
(202,206,224)
#D0D3E3
(208,211,227)
#D6D8E6
(214,216,230)
#DCDDE9
(220,221,233)
#E2E2EC
(226,226,236)
#E8E7EF
(232,231,239)
#EEECF2
(238,236,242)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BFD7; }

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

This text font color is #B8BFD7.


Background Color

.myBgColor { background-color: #B8BFD7; }

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

This div background color is #B8BFD7.


Border color

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

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

This div border color is #B8BFD7.


Opacity

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

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

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

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

This text has shadow with #B8BFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BFD7 on black background.


Color preview on white background

This text has color #B8BFD7 on white background.



Black color preview on #B8BFD7 background

This text has black color on #B8BFD7 background.


White color preview on #B8BFD7 background

This text has white color on #B8BFD7 background.