COLOR #BFB1EC

HEX: #BFB1EC
RGB: (191,177,236)

Color info

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

RGB color model

#BFB1EC color RGB value is (191,177,236).

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

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 236 of 255 = 93%

191
177
236

R + G + B ~ 79%. #BFB1EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 177 + 236 = 604 (100%)
R 191 of 604 ~ 31.62%
G 177 of 604 ~ 29.3%
B 236 of 604 ~ 39.07%

%31.62
%29.3
%39.07

CMYK color model

#BFB1EC color CMYK value is (19,25,0,7).

  • cyan value is 19.07%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,25,0,7)
C19M25Y0K7 
(19%,25%,0%,7%)
(0.19/0.25/0.00/0.07)	

CMYK percentages

%19.07
%25
%0
%7.45

Codes

Color #BFB1EC in popluar color models

BFB1EC
RGB191177236
HSL254°60.82%80.98%
HSB/HSV254°25.00%92.55%
CMYK19.07%25.00%0.00%
7.45%

Color #BFB1EC in popluar number systems.

HEXBFB1EC
Decimal191177236
Binary101111111011000111101100
Octal277261354

Shades and tints

Shades of #BFB1EC

#BFB1EC
(191,177,236)
#AEA1D7
(174,161,215)
#9D91C2
(157,145,194)
#8C81AD
(140,129,173)
#7B7198
(123,113,152)
#6A6183
(106,97,131)
#59516E
(89,81,110)
#484159
(72,65,89)
#373144
(55,49,68)
#26212F
(38,33,47)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #BFB1EC

#BFB1EC
(191,177,236)
#C4B8ED
(196,184,237)
#C9BFEE
(201,191,238)
#CEC6EF
(206,198,239)
#D3CDF0
(211,205,240)
#D8D4F1
(216,212,241)
#DDDBF2
(221,219,242)
#E2E2F3
(226,226,243)
#E7E9F4
(231,233,244)
#ECF0F5
(236,240,245)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB1EC; }

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

This text font color is #BFB1EC.


Background Color

.myBgColor { background-color: #BFB1EC; }

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

This div background color is #BFB1EC.


Border color

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

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

This div border color is #BFB1EC.


Opacity

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

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

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

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

This text has shadow with #BFB1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB1EC on black background.


Color preview on white background

This text has color #BFB1EC on white background.



Black color preview on #BFB1EC background

This text has black color on #BFB1EC background.


White color preview on #BFB1EC background

This text has white color on #BFB1EC background.