COLOR #B997F8

HEX: #B997F8 RGB: (185,151,248)

Color info

#B997F8 contains mainly blue color. Web safe color of #B997F8 is #CC99FF (or #C9F).

RGB color model

#B997F8 color RGB value is (185,151,248).

RGB: (185,151,248) (73%, 59%, 97%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 248 of 255 = 97%

185
151
248

R + G + B ~ 76%. #B997F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 248 = 584 (100%)
R 185 of 584 ~ 31.68%
G 151 of 584 ~ 25.86%
B 248 of 584 ~ 42.47'%

%31.68
%25.86
%42.47

CMYK color model

#B997F8 color CMYK value is (25,39,0,3).

  • cyan value is 25.40%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (25,39,0,3)
C25M39Y0K3 (25%, 39%, 0%, 3%)
(0.25 / 0.39 / 0.00 / 0.03)

CMYK percentages

%25.4
%39.11
%0
%2.75

Codes

Color #B997F8 in popluar color models

B9 97 F8
RGB 185 151 248
HSL 261° 87.39% 78.24%
HSB/HSV 261° 39.11% 97.25%
CMYK 25.40% 39.11% 0.00%
2.75%

Color #B997F8 in popluar number systems.

HEX B9 97 F8
Decimal 185 151 248
Binary 10111001 10010111 11111000
Octal 271 227 370

Shades and tints

Shades of #B997F8

#B997F8
(185,151,248)
#A98AE2
(169,138,226)
#997DCC
(153,125,204)
#8970B6
(137,112,182)
#7963A0
(121,99,160)
#69568A
(105,86,138)
#594974
(89,73,116)
#493C5E
(73,60,94)
#392F48
(57,47,72)
#292232
(41,34,50)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #B997F8

#B997F8
(185,151,248)
#BFA0F8
(191,160,248)
#C5A9F8
(197,169,248)
#CBB2F8
(203,178,248)
#D1BBF8
(209,187,248)
#D7C4F8
(215,196,248)
#DDCDF8
(221,205,248)
#E3D6F8
(227,214,248)
#E9DFF8
(233,223,248)
#EFE8F8
(239,232,248)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B997F8 color. Also use rgb(185,151,248) instead hex code.

Text Font Color

.myTextColor { color: #B997F8; }

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

This text font color is #B997F8.

Background Color

.myBgColor { background-color: #B997F8; }

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

This div background color is #B997F8.

Border color

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

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

This div border color is #B997F8.

Opacity

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

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

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

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

This text has shadow with #B997F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B997F8.

Preview

Color preview on black background

This text has color #B997F8 on black background.


Color preview on white background

This text has color #B997F8 on white background.


Black color preview on #B997F8 background

This text has black color on #B997F8 background.


White color preview on #B997F8 background

This text has white color on #B997F8 background.


Related colors

Complementary color

Complementary color for #B997F8 is #466807.


I love getcolorcode.com

Triadic colors

1 #F8B997 and #97F8B9 with #B997F8 are triadic colors.

2 #F897B9 and #97B9F8 with #B997F8 are triadic colors.