COLOR #B97DF7

HEX: #B97DF7
RGB: (185,125,247)

Color info

#B97DF7 contains mainly blue color. Web safe color of #B97DF7 is #CC66FF (or #C6F).

RGB color model

#B97DF7 color RGB value is (185,125,247).

  • red value is 185;
  • green value is 125;
  • blue value is 247.
RGB:
(185,125,247)
(73%,49%,97%)

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 247 of 255 = 97%

185
125
247

R + G + B ~ 73%. #B97DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 125 + 247 = 557 (100%)
R 185 of 557 ~ 33.21%
G 125 of 557 ~ 22.44%
B 247 of 557 ~ 44.34%

%33.21
%22.44
%44.34

CMYK color model

#B97DF7 color CMYK value is (25,49,0,3).

  • cyan value is 25.10%
  • magenta value is 49.39%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(25,49,0,3)
C25M49Y0K3 
(25%,49%,0%,3%)
(0.25/0.49/0.00/0.03)	

CMYK percentages

%25.1
%49.39
%0
%3.14

Codes

Color #B97DF7 in popluar color models

B97DF7
RGB185125247
HSL270°88.41%72.94%
HSB/HSV270°49.39%96.86%
CMYK25.10%49.39%0.00%
3.14%

Color #B97DF7 in popluar number systems.

HEXB97DF7
Decimal185125247
Binary10111001111110111110111
Octal271175367

Shades and tints

Shades of #B97DF7

#B97DF7
(185,125,247)
#A972E1
(169,114,225)
#9967CB
(153,103,203)
#895CB5
(137,92,181)
#79519F
(121,81,159)
#694689
(105,70,137)
#593B73
(89,59,115)
#49305D
(73,48,93)
#392547
(57,37,71)
#291A31
(41,26,49)
#190F1B
(25,15,27)
#000000
(0,0,0)

Tints of #B97DF7

#B97DF7
(185,125,247)
#BF88F7
(191,136,247)
#C593F7
(197,147,247)
#CB9EF7
(203,158,247)
#D1A9F7
(209,169,247)
#D7B4F7
(215,180,247)
#DDBFF7
(221,191,247)
#E3CAF7
(227,202,247)
#E9D5F7
(233,213,247)
#EFE0F7
(239,224,247)
#F5EBF7
(245,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97DF7 color. Also use rgb(185,125,247) instead hex code.

Text Font Color

.myTextColor { color: #B97DF7; }

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

This text font color is #B97DF7.


Background Color

.myBgColor { background-color: #B97DF7; }

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

This div background color is #B97DF7.


Border color

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

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

This div border color is #B97DF7.


Opacity

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

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

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

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

This text has shadow with #B97DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97DF7 on black background.


Color preview on white background

This text has color #B97DF7 on white background.



Black color preview on #B97DF7 background

This text has black color on #B97DF7 background.


White color preview on #B97DF7 background

This text has white color on #B97DF7 background.