COLOR #BFB7DB

HEX: #BFB7DB RGB: (191,183,219)

Color info

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

RGB color model

#BFB7DB color RGB value is (191,183,219).

RGB: (191,183,219) (75%, 72%, 86%)

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 219 of 255 = 86%

191
183
219

R + G + B ~ 78%. #BFB7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 183 + 219 = 593 (100%)
R 191 of 593 ~ 32.21%
G 183 of 593 ~ 30.86%
B 219 of 593 ~ 36.93'%

%32.21
%30.86
%36.93

CMYK color model

#BFB7DB color CMYK value is (13,16,0,14).

  • cyan value is 12.79%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (13,16,0,14) C13M16Y0K14 (13%,16%,0%,14%) (0.13/0.16/0.00/0.14) 

CMYK percentages

%12.79
%16.44
%0
%14.12

Codes

Color #BFB7DB in popluar color models

BF B7 DB
RGB 191 183 219
HSL 253° 33.33% 78.82%
HSB/HSV 253° 16.44% 85.88%
CMYK 12.79% 16.44% 0.00%
14.12%

Color #BFB7DB in popluar number systems.

HEX BF B7 DB
Decimal 191 183 219
Binary 10111111 10110111 11011011
Octal 277 267 333

Shades and tints

Shades of #BFB7DB

#BFB7DB
(191,183,219)
#AEA7C8
(174,167,200)
#9D97B5
(157,151,181)
#8C87A2
(140,135,162)
#7B778F
(123,119,143)
#6A677C
(106,103,124)
#595769
(89,87,105)
#484756
(72,71,86)
#373743
(55,55,67)
#262730
(38,39,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #BFB7DB

#BFB7DB
(191,183,219)
#C4BDDE
(196,189,222)
#C9C3E1
(201,195,225)
#CEC9E4
(206,201,228)
#D3CFE7
(211,207,231)
#D8D5EA
(216,213,234)
#DDDBED
(221,219,237)
#E2E1F0
(226,225,240)
#E7E7F3
(231,231,243)
#ECEDF6
(236,237,246)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB7DB; }

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

This text font color is #BFB7DB.

Background Color

.myBgColor { background-color: #BFB7DB; }

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

This div background color is #BFB7DB.

Border color

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

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

This div border color is #BFB7DB.

Opacity

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

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

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

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

This text has shadow with #BFB7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB7DB.

Preview

Color preview on black background

This text has color #BFB7DB on black background.


Color preview on white background

This text has color #BFB7DB on white background.


Black color preview on #BFB7DB background

This text has black color on #BFB7DB background.


White color preview on #BFB7DB background

This text has white color on #BFB7DB background.


Related colors

Complementary color

Complementary color for #hex is #404824.


I love getcolorcode.com

Triadic colors

1 #DBBFB7 and #B7DBBF with #BFB7DB are triadic colors.

2 #DBB7BF and #B7BFDB with #BFB7DB are triadic colors.