COLOR #BFB7EF

HEX: #BFB7EF
RGB: (191,183,239)

Color info

#BFB7EF contains red, green and blue colors in about the same proportion. Web safe color of #BFB7EF is #CCCCFF (or #CCF).

RGB color model

#BFB7EF color RGB value is (191,183,239).

  • red value is 191;
  • green value is 183;
  • blue value is 239.
RGB:
(191,183,239)
(75%,72%,94%)

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 239 of 255 = 94%

191
183
239

R + G + B ~ 80%. #BFB7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 183 + 239 = 613 (100%)
R 191 of 613 ~ 31.16%
G 183 of 613 ~ 29.85%
B 239 of 613 ~ 38.99%

%31.16
%29.85
%38.99

CMYK color model

#BFB7EF color CMYK value is (20,23,0,6).

  • cyan value is 20.08%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(20,23,0,6)
C20M23Y0K6 
(20%,23%,0%,6%)
(0.20/0.23/0.00/0.06)	

CMYK percentages

%20.08
%23.43
%0
%6.27

Codes

Color #BFB7EF in popluar color models

BFB7EF
RGB191183239
HSL249°63.64%82.75%
HSB/HSV249°23.43%93.73%
CMYK20.08%23.43%0.00%
6.27%

Color #BFB7EF in popluar number systems.

HEXBFB7EF
Decimal191183239
Binary101111111011011111101111
Octal277267357

Shades and tints

Shades of #BFB7EF

#BFB7EF
(191,183,239)
#AEA7DA
(174,167,218)
#9D97C5
(157,151,197)
#8C87B0
(140,135,176)
#7B779B
(123,119,155)
#6A6786
(106,103,134)
#595771
(89,87,113)
#48475C
(72,71,92)
#373747
(55,55,71)
#262732
(38,39,50)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #BFB7EF

#BFB7EF
(191,183,239)
#C4BDF0
(196,189,240)
#C9C3F1
(201,195,241)
#CEC9F2
(206,201,242)
#D3CFF3
(211,207,243)
#D8D5F4
(216,213,244)
#DDDBF5
(221,219,245)
#E2E1F6
(226,225,246)
#E7E7F7
(231,231,247)
#ECEDF8
(236,237,248)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB7EF; }

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

This text font color is #BFB7EF.


Background Color

.myBgColor { background-color: #BFB7EF; }

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

This div background color is #BFB7EF.


Border color

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

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

This div border color is #BFB7EF.


Opacity

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

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

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

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

This text has shadow with #BFB7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB7EF on black background.


Color preview on white background

This text has color #BFB7EF on white background.



Black color preview on #BFB7EF background

This text has black color on #BFB7EF background.


White color preview on #BFB7EF background

This text has white color on #BFB7EF background.