COLOR #BFB0D0

HEX: #BFB0D0
RGB: (191,176,208)

Color info

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

RGB color model

#BFB0D0 color RGB value is (191,176,208).

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

RGB channels and saturation

R 191 of 255 = 75%
G 176 of 255 = 69%
B 208 of 255 = 82%

191
176
208

R + G + B ~ 75%. #BFB0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 176 + 208 = 575 (100%)
R 191 of 575 ~ 33.22%
G 176 of 575 ~ 30.61%
B 208 of 575 ~ 36.17%

%33.22
%30.61
%36.17

CMYK color model

#BFB0D0 color CMYK value is (8,15,0,18).

  • cyan value is 8.17%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(8,15,0,18)
C8M15Y0K18 
(8%,15%,0%,18%)
(0.08/0.15/0.00/0.18)	

CMYK percentages

%8.17
%15.38
%0
%18.43

Codes

Color #BFB0D0 in popluar color models

BFB0D0
RGB191176208
HSL268°25.40%75.29%
HSB/HSV268°15.38%81.57%
CMYK8.17%15.38%0.00%
18.43%

Color #BFB0D0 in popluar number systems.

HEXBFB0D0
Decimal191176208
Binary101111111011000011010000
Octal277260320

Shades and tints

Shades of #BFB0D0

#BFB0D0
(191,176,208)
#AEA0BE
(174,160,190)
#9D90AC
(157,144,172)
#8C809A
(140,128,154)
#7B7088
(123,112,136)
#6A6076
(106,96,118)
#595064
(89,80,100)
#484052
(72,64,82)
#373040
(55,48,64)
#26202E
(38,32,46)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #BFB0D0

#BFB0D0
(191,176,208)
#C4B7D4
(196,183,212)
#C9BED8
(201,190,216)
#CEC5DC
(206,197,220)
#D3CCE0
(211,204,224)
#D8D3E4
(216,211,228)
#DDDAE8
(221,218,232)
#E2E1EC
(226,225,236)
#E7E8F0
(231,232,240)
#ECEFF4
(236,239,244)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB0D0; }

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

This text font color is #BFB0D0.


Background Color

.myBgColor { background-color: #BFB0D0; }

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

This div background color is #BFB0D0.


Border color

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

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

This div border color is #BFB0D0.


Opacity

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

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

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

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

This text has shadow with #BFB0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB0D0 on black background.


Color preview on white background

This text has color #BFB0D0 on white background.



Black color preview on #BFB0D0 background

This text has black color on #BFB0D0 background.


White color preview on #BFB0D0 background

This text has white color on #BFB0D0 background.