COLOR #BFB0DA

HEX: #BFB0DA
RGB: (191,176,218)

Color info

#BFB0DA contains red, green and blue colors in about the same proportion. Web safe color of #BFB0DA is #CC99CC (or #C9C).

RGB color model

#BFB0DA color RGB value is (191,176,218).

  • red value is 191;
  • green value is 176;
  • blue value is 218.
RGB:
(191,176,218)
(75%,69%,85%)

RGB channels and saturation

R 191 of 255 = 75%
G 176 of 255 = 69%
B 218 of 255 = 85%

191
176
218

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

Portions of RGB colors in percentages

R + G + B =
191 + 176 + 218 = 585 (100%)
R 191 of 585 ~ 32.65%
G 176 of 585 ~ 30.09%
B 218 of 585 ~ 37.26%

%32.65
%30.09
%37.26

CMYK color model

#BFB0DA color CMYK value is (12,19,0,15).

  • cyan value is 12.39%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,19,0,15)
C12M19Y0K15 
(12%,19%,0%,15%)
(0.12/0.19/0.00/0.15)	

CMYK percentages

%12.39
%19.27
%0
%14.51

Codes

Color #BFB0DA in popluar color models

BFB0DA
RGB191176218
HSL261°36.21%77.25%
HSB/HSV261°19.27%85.49%
CMYK12.39%19.27%0.00%
14.51%

Color #BFB0DA in popluar number systems.

HEXBFB0DA
Decimal191176218
Binary101111111011000011011010
Octal277260332

Shades and tints

Shades of #BFB0DA

#BFB0DA
(191,176,218)
#AEA0C7
(174,160,199)
#9D90B4
(157,144,180)
#8C80A1
(140,128,161)
#7B708E
(123,112,142)
#6A607B
(106,96,123)
#595068
(89,80,104)
#484055
(72,64,85)
#373042
(55,48,66)
#26202F
(38,32,47)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #BFB0DA

#BFB0DA
(191,176,218)
#C4B7DD
(196,183,221)
#C9BEE0
(201,190,224)
#CEC5E3
(206,197,227)
#D3CCE6
(211,204,230)
#D8D3E9
(216,211,233)
#DDDAEC
(221,218,236)
#E2E1EF
(226,225,239)
#E7E8F2
(231,232,242)
#ECEFF5
(236,239,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB0DA color. Also use rgb(191,176,218) instead hex code.

Text Font Color

.myTextColor { color: #BFB0DA; }

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

This text font color is #BFB0DA.


Background Color

.myBgColor { background-color: #BFB0DA; }

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

This div background color is #BFB0DA.


Border color

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

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

This div border color is #BFB0DA.


Opacity

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

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

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

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

This text has shadow with #BFB0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB0DA on black background.


Color preview on white background

This text has color #BFB0DA on white background.



Black color preview on #BFB0DA background

This text has black color on #BFB0DA background.


White color preview on #BFB0DA background

This text has white color on #BFB0DA background.