COLOR #BFB9D1

HEX: #BFB9D1
RGB: (191,185,209)

Color info

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

RGB color model

#BFB9D1 color RGB value is (191,185,209).

  • red value is 191;
  • green value is 185;
  • blue value is 209.
RGB:
(191,185,209)
(75%,73%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 209 of 255 = 82%

191
185
209

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

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 209 = 585 (100%)
R 191 of 585 ~ 32.65%
G 185 of 585 ~ 31.62%
B 209 of 585 ~ 35.73%

%32.65
%31.62
%35.73

CMYK color model

#BFB9D1 color CMYK value is (9,11,0,18).

  • cyan value is 8.61%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,11,0,18)
C9M11Y0K18 
(9%,11%,0%,18%)
(0.09/0.11/0.00/0.18)	

CMYK percentages

%8.61
%11.48
%0
%18.04

Codes

Color #BFB9D1 in popluar color models

BFB9D1
RGB191185209
HSL255°20.69%77.25%
HSB/HSV255°11.48%81.96%
CMYK8.61%11.48%0.00%
18.04%

Color #BFB9D1 in popluar number systems.

HEXBFB9D1
Decimal191185209
Binary101111111011100111010001
Octal277271321

Shades and tints

Shades of #BFB9D1

#BFB9D1
(191,185,209)
#AEA9BE
(174,169,190)
#9D99AB
(157,153,171)
#8C8998
(140,137,152)
#7B7985
(123,121,133)
#6A6972
(106,105,114)
#59595F
(89,89,95)
#48494C
(72,73,76)
#373939
(55,57,57)
#262926
(38,41,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #BFB9D1

#BFB9D1
(191,185,209)
#C4BFD5
(196,191,213)
#C9C5D9
(201,197,217)
#CECBDD
(206,203,221)
#D3D1E1
(211,209,225)
#D8D7E5
(216,215,229)
#DDDDE9
(221,221,233)
#E2E3ED
(226,227,237)
#E7E9F1
(231,233,241)
#ECEFF5
(236,239,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB9D1 color. Also use rgb(191,185,209) instead hex code.

Text Font Color

.myTextColor { color: #BFB9D1; }

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

This text font color is #BFB9D1.


Background Color

.myBgColor { background-color: #BFB9D1; }

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

This div background color is #BFB9D1.


Border color

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

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

This div border color is #BFB9D1.


Opacity

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

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

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

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

This text has shadow with #BFB9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB9D1 on black background.


Color preview on white background

This text has color #BFB9D1 on white background.



Black color preview on #BFB9D1 background

This text has black color on #BFB9D1 background.


White color preview on #BFB9D1 background

This text has white color on #BFB9D1 background.