COLOR #BFB6DB

HEX: #BFB6DB
RGB: (191,182,219)

Color info

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

RGB color model

#BFB6DB color RGB value is (191,182,219).

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

RGB channels and saturation

R 191 of 255 = 75%
G 182 of 255 = 71%
B 219 of 255 = 86%

191
182
219

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

Portions of RGB colors in percentages

R + G + B =
191 + 182 + 219 = 592 (100%)
R 191 of 592 ~ 32.26%
G 182 of 592 ~ 30.74%
B 219 of 592 ~ 36.99%

%32.26
%30.74
%36.99

CMYK color model

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

  • cyan value is 12.79%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(13,17,0,14)
C13M17Y0K14 
(13%,17%,0%,14%)
(0.13/0.17/0.00/0.14)	

CMYK percentages

%12.79
%16.89
%0
%14.12

Codes

Color #BFB6DB in popluar color models

BFB6DB
RGB191182219
HSL255°33.94%78.63%
HSB/HSV255°16.89%85.88%
CMYK12.79%16.89%0.00%
14.12%

Color #BFB6DB in popluar number systems.

HEXBFB6DB
Decimal191182219
Binary101111111011011011011011
Octal277266333

Shades and tints

Shades of #BFB6DB

#BFB6DB
(191,182,219)
#AEA6C8
(174,166,200)
#9D96B5
(157,150,181)
#8C86A2
(140,134,162)
#7B768F
(123,118,143)
#6A667C
(106,102,124)
#595669
(89,86,105)
#484656
(72,70,86)
#373643
(55,54,67)
#262630
(38,38,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #BFB6DB

#BFB6DB
(191,182,219)
#C4BCDE
(196,188,222)
#C9C2E1
(201,194,225)
#CEC8E4
(206,200,228)
#D3CEE7
(211,206,231)
#D8D4EA
(216,212,234)
#DDDAED
(221,218,237)
#E2E0F0
(226,224,240)
#E7E6F3
(231,230,243)
#ECECF6
(236,236,246)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB6DB; }

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

This text font color is #BFB6DB.


Background Color

.myBgColor { background-color: #BFB6DB; }

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

This div background color is #BFB6DB.


Border color

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

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

This div border color is #BFB6DB.


Opacity

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

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

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

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

This text has shadow with #BFB6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB6DB on black background.


Color preview on white background

This text has color #BFB6DB on white background.



Black color preview on #BFB6DB background

This text has black color on #BFB6DB background.


White color preview on #BFB6DB background

This text has white color on #BFB6DB background.