COLOR #BF97D6

HEX: #BF97D6 RGB: (191,151,214)

Color info

#BF97D6 contains mainly red and blue colors. Web safe color of #BF97D6 is #CC99CC (or #C9C).

RGB color model

#BF97D6 color RGB value is (191,151,214).

RGB: (191,151,214) (75%, 59%, 84%)

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 214 of 255 = 84%

191
151
214

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

Portions of RGB colors in percentages

R + G + B = 191 + 151 + 214 = 556 (100%)
R 191 of 556 ~ 34.35%
G 151 of 556 ~ 27.16%
B 214 of 556 ~ 38.49'%

%34.35
%27.16
%38.49

CMYK color model

#BF97D6 color CMYK value is (11,29,0,16).

  • cyan value is 10.75%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (11,29,0,16)
C11M29Y0K16 (11%, 29%, 0%, 16%)
(0.11 / 0.29 / 0.00 / 0.16)

CMYK percentages

%10.75
%29.44
%0
%16.08

Codes

Color #BF97D6 in popluar color models

BF 97 D6
RGB 191 151 214
HSL 278° 43.45% 71.57%
HSB/HSV 278° 29.44% 83.92%
CMYK 10.75% 29.44% 0.00%
16.08%

Color #BF97D6 in popluar number systems.

HEX BF 97 D6
Decimal 191 151 214
Binary 10111111 10010111 11010110
Octal 277 227 326

Shades and tints

Shades of #BF97D6

#BF97D6
(191,151,214)
#AE8AC3
(174,138,195)
#9D7DB0
(157,125,176)
#8C709D
(140,112,157)
#7B638A
(123,99,138)
#6A5677
(106,86,119)
#594964
(89,73,100)
#483C51
(72,60,81)
#372F3E
(55,47,62)
#26222B
(38,34,43)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #BF97D6

#BF97D6
(191,151,214)
#C4A0D9
(196,160,217)
#C9A9DC
(201,169,220)
#CEB2DF
(206,178,223)
#D3BBE2
(211,187,226)
#D8C4E5
(216,196,229)
#DDCDE8
(221,205,232)
#E2D6EB
(226,214,235)
#E7DFEE
(231,223,238)
#ECE8F1
(236,232,241)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF97D6 color. Also use rgb(191,151,214) instead hex code.

Text Font Color

.myTextColor { color: #BF97D6; }

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

This text font color is #BF97D6.

Background Color

.myBgColor { background-color: #BF97D6; }

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

This div background color is #BF97D6.

Border color

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

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

This div border color is #BF97D6.

Opacity

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

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

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

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

This text has shadow with #BF97D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF97D6.

Preview

Color preview on black background

This text has color #BF97D6 on black background.


Color preview on white background

This text has color #BF97D6 on white background.


Black color preview on #BF97D6 background

This text has black color on #BF97D6 background.


White color preview on #BF97D6 background

This text has white color on #BF97D6 background.


Related colors

Complementary color

Complementary color for #hex is #406829.


I love getcolorcode.com

Triadic colors

1 #D6BF97 and #97D6BF with #BF97D6 are triadic colors.

2 #D697BF and #97BFD6 with #BF97D6 are triadic colors.