COLOR #BFB7E5

HEX: #BFB7E5
RGB: (191,183,229)

Color info

#BFB7E5 contains red, green and blue colors in about the same proportion. Web safe color of #BFB7E5 is #CCCCCC (or #CCC).

RGB color model

#BFB7E5 color RGB value is (191,183,229).

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

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 229 of 255 = 90%

191
183
229

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

Portions of RGB colors in percentages

R + G + B =
191 + 183 + 229 = 603 (100%)
R 191 of 603 ~ 31.67%
G 183 of 603 ~ 30.35%
B 229 of 603 ~ 37.98%

%31.67
%30.35
%37.98

CMYK color model

#BFB7E5 color CMYK value is (17,20,0,10).

  • cyan value is 16.59%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,20,0,10)
C17M20Y0K10 
(17%,20%,0%,10%)
(0.17/0.20/0.00/0.10)	

CMYK percentages

%16.59
%20.09
%0
%10.2

Codes

Color #BFB7E5 in popluar color models

BFB7E5
RGB191183229
HSL250°46.94%80.78%
HSB/HSV250°20.09%89.80%
CMYK16.59%20.09%0.00%
10.20%

Color #BFB7E5 in popluar number systems.

HEXBFB7E5
Decimal191183229
Binary101111111011011111100101
Octal277267345

Shades and tints

Shades of #BFB7E5

#BFB7E5
(191,183,229)
#AEA7D1
(174,167,209)
#9D97BD
(157,151,189)
#8C87A9
(140,135,169)
#7B7795
(123,119,149)
#6A6781
(106,103,129)
#59576D
(89,87,109)
#484759
(72,71,89)
#373745
(55,55,69)
#262731
(38,39,49)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #BFB7E5

#BFB7E5
(191,183,229)
#C4BDE7
(196,189,231)
#C9C3E9
(201,195,233)
#CEC9EB
(206,201,235)
#D3CFED
(211,207,237)
#D8D5EF
(216,213,239)
#DDDBF1
(221,219,241)
#E2E1F3
(226,225,243)
#E7E7F5
(231,231,245)
#ECEDF7
(236,237,247)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB7E5; }

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

This text font color is #BFB7E5.


Background Color

.myBgColor { background-color: #BFB7E5; }

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

This div background color is #BFB7E5.


Border color

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

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

This div border color is #BFB7E5.


Opacity

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

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

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

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

This text has shadow with #BFB7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB7E5 on black background.


Color preview on white background

This text has color #BFB7E5 on white background.



Black color preview on #BFB7E5 background

This text has black color on #BFB7E5 background.


White color preview on #BFB7E5 background

This text has white color on #BFB7E5 background.