COLOR #BFB3E0

HEX: #BFB3E0
RGB: (191,179,224)

Color info

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

RGB color model

#BFB3E0 color RGB value is (191,179,224).

  • red value is 191;
  • green value is 179;
  • blue value is 224.
RGB:
(191,179,224)
(75%,70%,88%)

RGB channels and saturation

R 191 of 255 = 75%
G 179 of 255 = 70%
B 224 of 255 = 88%

191
179
224

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

Portions of RGB colors in percentages

R + G + B =
191 + 179 + 224 = 594 (100%)
R 191 of 594 ~ 32.15%
G 179 of 594 ~ 30.13%
B 224 of 594 ~ 37.71%

%32.15
%30.13
%37.71

CMYK color model

#BFB3E0 color CMYK value is (15,20,0,12).

  • cyan value is 14.73%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,20,0,12)
C15M20Y0K12 
(15%,20%,0%,12%)
(0.15/0.20/0.00/0.12)	

CMYK percentages

%14.73
%20.09
%0
%12.16

Codes

Color #BFB3E0 in popluar color models

BFB3E0
RGB191179224
HSL256°42.06%79.02%
HSB/HSV256°20.09%87.84%
CMYK14.73%20.09%0.00%
12.16%

Color #BFB3E0 in popluar number systems.

HEXBFB3E0
Decimal191179224
Binary101111111011001111100000
Octal277263340

Shades and tints

Shades of #BFB3E0

#BFB3E0
(191,179,224)
#AEA3CC
(174,163,204)
#9D93B8
(157,147,184)
#8C83A4
(140,131,164)
#7B7390
(123,115,144)
#6A637C
(106,99,124)
#595368
(89,83,104)
#484354
(72,67,84)
#373340
(55,51,64)
#26232C
(38,35,44)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #BFB3E0

#BFB3E0
(191,179,224)
#C4B9E2
(196,185,226)
#C9BFE4
(201,191,228)
#CEC5E6
(206,197,230)
#D3CBE8
(211,203,232)
#D8D1EA
(216,209,234)
#DDD7EC
(221,215,236)
#E2DDEE
(226,221,238)
#E7E3F0
(231,227,240)
#ECE9F2
(236,233,242)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB3E0 color. Also use rgb(191,179,224) instead hex code.

Text Font Color

.myTextColor { color: #BFB3E0; }

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

This text font color is #BFB3E0.


Background Color

.myBgColor { background-color: #BFB3E0; }

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

This div background color is #BFB3E0.


Border color

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

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

This div border color is #BFB3E0.


Opacity

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

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

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

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

This text has shadow with #BFB3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB3E0 on black background.


Color preview on white background

This text has color #BFB3E0 on white background.



Black color preview on #BFB3E0 background

This text has black color on #BFB3E0 background.


White color preview on #BFB3E0 background

This text has white color on #BFB3E0 background.