COLOR #B8BFD6

HEX: #B8BFD6
RGB: (184,191,214)

Color info

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

RGB color model

#B8BFD6 color RGB value is (184,191,214).

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

RGB channels and saturation

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

184
191
214

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

Portions of RGB colors in percentages

R + G + B =
184 + 191 + 214 = 589 (100%)
R 184 of 589 ~ 31.24%
G 191 of 589 ~ 32.43%
B 214 of 589 ~ 36.33%

%31.24
%32.43
%36.33

CMYK color model

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

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

CMYK percentages

%14.02
%10.75
%0
%16.08

Codes

Color #B8BFD6 in popluar color models

B8BFD6
RGB184191214
HSL226°26.79%78.04%
HSB/HSV226°14.02%83.92%
CMYK14.02%10.75%0.00%
16.08%

Color #B8BFD6 in popluar number systems.

HEXB8BFD6
Decimal184191214
Binary101110001011111111010110
Octal270277326

Shades and tints

Shades of #B8BFD6

#B8BFD6
(184,191,214)
#A8AEC3
(168,174,195)
#989DB0
(152,157,176)
#888C9D
(136,140,157)
#787B8A
(120,123,138)
#686A77
(104,106,119)
#585964
(88,89,100)
#484851
(72,72,81)
#38373E
(56,55,62)
#28262B
(40,38,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #B8BFD6

#B8BFD6
(184,191,214)
#BEC4D9
(190,196,217)
#C4C9DC
(196,201,220)
#CACEDF
(202,206,223)
#D0D3E2
(208,211,226)
#D6D8E5
(214,216,229)
#DCDDE8
(220,221,232)
#E2E2EB
(226,226,235)
#E8E7EE
(232,231,238)
#EEECF1
(238,236,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BFD6; }

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

This text font color is #B8BFD6.


Background Color

.myBgColor { background-color: #B8BFD6; }

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

This div background color is #B8BFD6.


Border color

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

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

This div border color is #B8BFD6.


Opacity

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

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

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

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

This text has shadow with #B8BFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BFD6 on black background.


Color preview on white background

This text has color #B8BFD6 on white background.



Black color preview on #B8BFD6 background

This text has black color on #B8BFD6 background.


White color preview on #B8BFD6 background

This text has white color on #B8BFD6 background.