COLOR #B8BFDF

HEX: #B8BFDF
RGB: (184,191,223)

Color info

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

RGB color model

#B8BFDF color RGB value is (184,191,223).

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

RGB channels and saturation

R 184 of 255 = 72%
G 191 of 255 = 75%
B 223 of 255 = 87%

184
191
223

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

Portions of RGB colors in percentages

R + G + B =
184 + 191 + 223 = 598 (100%)
R 184 of 598 ~ 30.77%
G 191 of 598 ~ 31.94%
B 223 of 598 ~ 37.29%

%30.77
%31.94
%37.29

CMYK color model

#B8BFDF color CMYK value is (17,14,0,13).

  • cyan value is 17.49%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,14,0,13)
C17M14Y0K13 
(17%,14%,0%,13%)
(0.17/0.14/0.00/0.13)	

CMYK percentages

%17.49
%14.35
%0
%12.55

Codes

Color #B8BFDF in popluar color models

B8BFDF
RGB184191223
HSL229°37.86%79.80%
HSB/HSV229°17.49%87.45%
CMYK17.49%14.35%0.00%
12.55%

Color #B8BFDF in popluar number systems.

HEXB8BFDF
Decimal184191223
Binary101110001011111111011111
Octal270277337

Shades and tints

Shades of #B8BFDF

#B8BFDF
(184,191,223)
#A8AECB
(168,174,203)
#989DB7
(152,157,183)
#888CA3
(136,140,163)
#787B8F
(120,123,143)
#686A7B
(104,106,123)
#585967
(88,89,103)
#484853
(72,72,83)
#38373F
(56,55,63)
#28262B
(40,38,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #B8BFDF

#B8BFDF
(184,191,223)
#BEC4E1
(190,196,225)
#C4C9E3
(196,201,227)
#CACEE5
(202,206,229)
#D0D3E7
(208,211,231)
#D6D8E9
(214,216,233)
#DCDDEB
(220,221,235)
#E2E2ED
(226,226,237)
#E8E7EF
(232,231,239)
#EEECF1
(238,236,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BFDF; }

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

This text font color is #B8BFDF.


Background Color

.myBgColor { background-color: #B8BFDF; }

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

This div background color is #B8BFDF.


Border color

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

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

This div border color is #B8BFDF.


Opacity

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

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

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

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

This text has shadow with #B8BFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BFDF on black background.


Color preview on white background

This text has color #B8BFDF on white background.



Black color preview on #B8BFDF background

This text has black color on #B8BFDF background.


White color preview on #B8BFDF background

This text has white color on #B8BFDF background.