COLOR #BFB1D9

HEX: #BFB1D9
RGB: (191,177,217)

Color info

#BFB1D9 contains red, green and blue colors in about the same proportion. Web safe color of #BFB1D9 is #CC99CC (or #C9C).

RGB color model

#BFB1D9 color RGB value is (191,177,217).

  • red value is 191;
  • green value is 177;
  • blue value is 217.
RGB:
(191,177,217)
(75%,69%,85%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 217 of 255 = 85%

191
177
217

R + G + B ~ 76%. #BFB1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 177 + 217 = 585 (100%)
R 191 of 585 ~ 32.65%
G 177 of 585 ~ 30.26%
B 217 of 585 ~ 37.09%

%32.65
%30.26
%37.09

CMYK color model

#BFB1D9 color CMYK value is (12,18,0,15).

  • cyan value is 11.98%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,18,0,15)
C12M18Y0K15 
(12%,18%,0%,15%)
(0.12/0.18/0.00/0.15)	

CMYK percentages

%11.98
%18.43
%0
%14.9

Codes

Color #BFB1D9 in popluar color models

BFB1D9
RGB191177217
HSL261°34.48%77.25%
HSB/HSV261°18.43%85.10%
CMYK11.98%18.43%0.00%
14.90%

Color #BFB1D9 in popluar number systems.

HEXBFB1D9
Decimal191177217
Binary101111111011000111011001
Octal277261331

Shades and tints

Shades of #BFB1D9

#BFB1D9
(191,177,217)
#AEA1C6
(174,161,198)
#9D91B3
(157,145,179)
#8C81A0
(140,129,160)
#7B718D
(123,113,141)
#6A617A
(106,97,122)
#595167
(89,81,103)
#484154
(72,65,84)
#373141
(55,49,65)
#26212E
(38,33,46)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #BFB1D9

#BFB1D9
(191,177,217)
#C4B8DC
(196,184,220)
#C9BFDF
(201,191,223)
#CEC6E2
(206,198,226)
#D3CDE5
(211,205,229)
#D8D4E8
(216,212,232)
#DDDBEB
(221,219,235)
#E2E2EE
(226,226,238)
#E7E9F1
(231,233,241)
#ECF0F4
(236,240,244)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB1D9 color. Also use rgb(191,177,217) instead hex code.

Text Font Color

.myTextColor { color: #BFB1D9; }

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

This text font color is #BFB1D9.


Background Color

.myBgColor { background-color: #BFB1D9; }

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

This div background color is #BFB1D9.


Border color

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

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

This div border color is #BFB1D9.


Opacity

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

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

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

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

This text has shadow with #BFB1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB1D9 on black background.


Color preview on white background

This text has color #BFB1D9 on white background.



Black color preview on #BFB1D9 background

This text has black color on #BFB1D9 background.


White color preview on #BFB1D9 background

This text has white color on #BFB1D9 background.