COLOR #BFB6D1

HEX: #BFB6D1
RGB: (191,182,209)

Color info

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

RGB color model

#BFB6D1 color RGB value is (191,182,209).

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

RGB channels and saturation

R 191 of 255 = 75%
G 182 of 255 = 71%
B 209 of 255 = 82%

191
182
209

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

Portions of RGB colors in percentages

R + G + B =
191 + 182 + 209 = 582 (100%)
R 191 of 582 ~ 32.82%
G 182 of 582 ~ 31.27%
B 209 of 582 ~ 35.91%

%32.82
%31.27
%35.91

CMYK color model

#BFB6D1 color CMYK value is (9,13,0,18).

  • cyan value is 8.61%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,13,0,18)
C9M13Y0K18 
(9%,13%,0%,18%)
(0.09/0.13/0.00/0.18)	

CMYK percentages

%8.61
%12.92
%0
%18.04

Codes

Color #BFB6D1 in popluar color models

BFB6D1
RGB191182209
HSL260°22.69%76.67%
HSB/HSV260°12.92%81.96%
CMYK8.61%12.92%0.00%
18.04%

Color #BFB6D1 in popluar number systems.

HEXBFB6D1
Decimal191182209
Binary101111111011011011010001
Octal277266321

Shades and tints

Shades of #BFB6D1

#BFB6D1
(191,182,209)
#AEA6BE
(174,166,190)
#9D96AB
(157,150,171)
#8C8698
(140,134,152)
#7B7685
(123,118,133)
#6A6672
(106,102,114)
#59565F
(89,86,95)
#48464C
(72,70,76)
#373639
(55,54,57)
#262626
(38,38,38)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #BFB6D1

#BFB6D1
(191,182,209)
#C4BCD5
(196,188,213)
#C9C2D9
(201,194,217)
#CEC8DD
(206,200,221)
#D3CEE1
(211,206,225)
#D8D4E5
(216,212,229)
#DDDAE9
(221,218,233)
#E2E0ED
(226,224,237)
#E7E6F1
(231,230,241)
#ECECF5
(236,236,245)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB6D1; }

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

This text font color is #BFB6D1.


Background Color

.myBgColor { background-color: #BFB6D1; }

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

This div background color is #BFB6D1.


Border color

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

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

This div border color is #BFB6D1.


Opacity

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

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

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

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

This text has shadow with #BFB6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB6D1 on black background.


Color preview on white background

This text has color #BFB6D1 on white background.



Black color preview on #BFB6D1 background

This text has black color on #BFB6D1 background.


White color preview on #BFB6D1 background

This text has white color on #BFB6D1 background.