COLOR #BFB1E7

HEX: #BFB1E7
RGB: (191,177,231)

Color info

#BFB1E7 contains red, green and blue colors in about the same proportion. Web safe color of #BFB1E7 is #CC99FF (or #C9F).

RGB color model

#BFB1E7 color RGB value is (191,177,231).

  • red value is 191;
  • green value is 177;
  • blue value is 231.
RGB:
(191,177,231)
(75%,69%,91%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 231 of 255 = 91%

191
177
231

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

Portions of RGB colors in percentages

R + G + B =
191 + 177 + 231 = 599 (100%)
R 191 of 599 ~ 31.89%
G 177 of 599 ~ 29.55%
B 231 of 599 ~ 38.56%

%31.89
%29.55
%38.56

CMYK color model

#BFB1E7 color CMYK value is (17,23,0,9).

  • cyan value is 17.32%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(17,23,0,9)
C17M23Y0K9 
(17%,23%,0%,9%)
(0.17/0.23/0.00/0.09)	

CMYK percentages

%17.32
%23.38
%0
%9.41

Codes

Color #BFB1E7 in popluar color models

BFB1E7
RGB191177231
HSL256°52.94%80.00%
HSB/HSV256°23.38%90.59%
CMYK17.32%23.38%0.00%
9.41%

Color #BFB1E7 in popluar number systems.

HEXBFB1E7
Decimal191177231
Binary101111111011000111100111
Octal277261347

Shades and tints

Shades of #BFB1E7

#BFB1E7
(191,177,231)
#AEA1D2
(174,161,210)
#9D91BD
(157,145,189)
#8C81A8
(140,129,168)
#7B7193
(123,113,147)
#6A617E
(106,97,126)
#595169
(89,81,105)
#484154
(72,65,84)
#37313F
(55,49,63)
#26212A
(38,33,42)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BFB1E7

#BFB1E7
(191,177,231)
#C4B8E9
(196,184,233)
#C9BFEB
(201,191,235)
#CEC6ED
(206,198,237)
#D3CDEF
(211,205,239)
#D8D4F1
(216,212,241)
#DDDBF3
(221,219,243)
#E2E2F5
(226,226,245)
#E7E9F7
(231,233,247)
#ECF0F9
(236,240,249)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB1E7 color. Also use rgb(191,177,231) instead hex code.

Text Font Color

.myTextColor { color: #BFB1E7; }

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

This text font color is #BFB1E7.


Background Color

.myBgColor { background-color: #BFB1E7; }

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

This div background color is #BFB1E7.


Border color

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

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

This div border color is #BFB1E7.


Opacity

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

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

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

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

This text has shadow with #BFB1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB1E7 on black background.


Color preview on white background

This text has color #BFB1E7 on white background.



Black color preview on #BFB1E7 background

This text has black color on #BFB1E7 background.


White color preview on #BFB1E7 background

This text has white color on #BFB1E7 background.