COLOR #BFB7DC

HEX: #BFB7DC
RGB: (191,183,220)

Color info

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

RGB color model

#BFB7DC color RGB value is (191,183,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 220 of 255 = 86%

191
183
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 183 + 220 = 594 (100%)
R 191 of 594 ~ 32.15%
G 183 of 594 ~ 30.81%
B 220 of 594 ~ 37.04%

%32.15
%30.81
%37.04

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 16.82%
  • 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
%16.82
%0
%13.73

Codes

Color #BFB7DC in popluar color models

BFB7DC
RGB191183220
HSL253°34.58%79.02%
HSB/HSV253°16.82%86.27%
CMYK13.18%16.82%0.00%
13.73%

Color #BFB7DC in popluar number systems.

HEXBFB7DC
Decimal191183220
Binary101111111011011111011100
Octal277267334

Shades and tints

Shades of #BFB7DC

#BFB7DC
(191,183,220)
#AEA7C8
(174,167,200)
#9D97B4
(157,151,180)
#8C87A0
(140,135,160)
#7B778C
(123,119,140)
#6A6778
(106,103,120)
#595764
(89,87,100)
#484750
(72,71,80)
#37373C
(55,55,60)
#262728
(38,39,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #BFB7DC

#BFB7DC
(191,183,220)
#C4BDDF
(196,189,223)
#C9C3E2
(201,195,226)
#CEC9E5
(206,201,229)
#D3CFE8
(211,207,232)
#D8D5EB
(216,213,235)
#DDDBEE
(221,219,238)
#E2E1F1
(226,225,241)
#E7E7F4
(231,231,244)
#ECEDF7
(236,237,247)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB7DC; }

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

This text font color is #BFB7DC.


Background Color

.myBgColor { background-color: #BFB7DC; }

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

This div background color is #BFB7DC.


Border color

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

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

This div border color is #BFB7DC.


Opacity

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

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

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

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

This text has shadow with #BFB7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB7DC on black background.


Color preview on white background

This text has color #BFB7DC on white background.



Black color preview on #BFB7DC background

This text has black color on #BFB7DC background.


White color preview on #BFB7DC background

This text has white color on #BFB7DC background.