COLOR #BFB6D3

HEX: #BFB6D3
RGB: (191,182,211)

Color info

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

RGB color model

#BFB6D3 color RGB value is (191,182,211).

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

RGB channels and saturation

R 191 of 255 = 75%
G 182 of 255 = 71%
B 211 of 255 = 83%

191
182
211

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

Portions of RGB colors in percentages

R + G + B =
191 + 182 + 211 = 584 (100%)
R 191 of 584 ~ 32.71%
G 182 of 584 ~ 31.16%
B 211 of 584 ~ 36.13%

%32.71
%31.16
%36.13

CMYK color model

#BFB6D3 color CMYK value is (9,14,0,17).

  • cyan value is 9.48%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,14,0,17)
C9M14Y0K17 
(9%,14%,0%,17%)
(0.09/0.14/0.00/0.17)	

CMYK percentages

%9.48
%13.74
%0
%17.25

Codes

Color #BFB6D3 in popluar color models

BFB6D3
RGB191182211
HSL259°24.79%77.06%
HSB/HSV259°13.74%82.75%
CMYK9.48%13.74%0.00%
17.25%

Color #BFB6D3 in popluar number systems.

HEXBFB6D3
Decimal191182211
Binary101111111011011011010011
Octal277266323

Shades and tints

Shades of #BFB6D3

#BFB6D3
(191,182,211)
#AEA6C0
(174,166,192)
#9D96AD
(157,150,173)
#8C869A
(140,134,154)
#7B7687
(123,118,135)
#6A6674
(106,102,116)
#595661
(89,86,97)
#48464E
(72,70,78)
#37363B
(55,54,59)
#262628
(38,38,40)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #BFB6D3

#BFB6D3
(191,182,211)
#C4BCD7
(196,188,215)
#C9C2DB
(201,194,219)
#CEC8DF
(206,200,223)
#D3CEE3
(211,206,227)
#D8D4E7
(216,212,231)
#DDDAEB
(221,218,235)
#E2E0EF
(226,224,239)
#E7E6F3
(231,230,243)
#ECECF7
(236,236,247)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB6D3; }

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

This text font color is #BFB6D3.


Background Color

.myBgColor { background-color: #BFB6D3; }

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

This div background color is #BFB6D3.


Border color

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

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

This div border color is #BFB6D3.


Opacity

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

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

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

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

This text has shadow with #BFB6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB6D3 on black background.


Color preview on white background

This text has color #BFB6D3 on white background.



Black color preview on #BFB6D3 background

This text has black color on #BFB6D3 background.


White color preview on #BFB6D3 background

This text has white color on #BFB6D3 background.