COLOR #BFB6DC

HEX: #BFB6DC
RGB: (191,182,220)

Color info

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

RGB color model

#BFB6DC color RGB value is (191,182,220).

  • red value is 191;
  • green value is 182;
  • blue value is 220.
RGB:
(191,182,220)
(75%,71%,86%)

RGB channels and saturation

R 191 of 255 = 75%
G 182 of 255 = 71%
B 220 of 255 = 86%

191
182
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 182 + 220 = 593 (100%)
R 191 of 593 ~ 32.21%
G 182 of 593 ~ 30.69%
B 220 of 593 ~ 37.1%

%32.21
%30.69
%37.1

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,17,0,14)
C13M17Y0K14 
(13%,17%,0%,14%)
(0.13/0.17/0.00/0.14)	

CMYK percentages

%13.18
%17.27
%0
%13.73

Codes

Color #BFB6DC in popluar color models

BFB6DC
RGB191182220
HSL254°35.19%78.82%
HSB/HSV254°17.27%86.27%
CMYK13.18%17.27%0.00%
13.73%

Color #BFB6DC in popluar number systems.

HEXBFB6DC
Decimal191182220
Binary101111111011011011011100
Octal277266334

Shades and tints

Shades of #BFB6DC

#BFB6DC
(191,182,220)
#AEA6C8
(174,166,200)
#9D96B4
(157,150,180)
#8C86A0
(140,134,160)
#7B768C
(123,118,140)
#6A6678
(106,102,120)
#595664
(89,86,100)
#484650
(72,70,80)
#37363C
(55,54,60)
#262628
(38,38,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #BFB6DC

#BFB6DC
(191,182,220)
#C4BCDF
(196,188,223)
#C9C2E2
(201,194,226)
#CEC8E5
(206,200,229)
#D3CEE8
(211,206,232)
#D8D4EB
(216,212,235)
#DDDAEE
(221,218,238)
#E2E0F1
(226,224,241)
#E7E6F4
(231,230,244)
#ECECF7
(236,236,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB6DC color. Also use rgb(191,182,220) instead hex code.

Text Font Color

.myTextColor { color: #BFB6DC; }

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

This text font color is #BFB6DC.


Background Color

.myBgColor { background-color: #BFB6DC; }

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

This div background color is #BFB6DC.


Border color

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

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

This div border color is #BFB6DC.


Opacity

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

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

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

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

This text has shadow with #BFB6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB6DC on black background.


Color preview on white background

This text has color #BFB6DC on white background.



Black color preview on #BFB6DC background

This text has black color on #BFB6DC background.


White color preview on #BFB6DC background

This text has white color on #BFB6DC background.