COLOR #BF97D2

HEX: #BF97D2 RGB: (191,151,210)

Color info

#BF97D2 contains red, green and blue colors in about the same proportion. Web safe color of #BF97D2 is #CC99CC (or #C9C).

RGB color model

#BF97D2 color RGB value is (191,151,210).

RGB: (191,151,210) (75%, 59%, 82%)

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 210 of 255 = 82%

191
151
210

R + G + B ~ 72%. #BF97D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 151 + 210 = 552 (100%)
R 191 of 552 ~ 34.6%
G 151 of 552 ~ 27.36%
B 210 of 552 ~ 38.04'%

%34.6
%27.36
%38.04

CMYK color model

#BF97D2 color CMYK value is (9,28,0,18).

  • cyan value is 9.05%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (9,28,0,18)
C9M28Y0K18 (9%, 28%, 0%, 18%)
(0.09 / 0.28 / 0.00 / 0.18)

CMYK percentages

%9.05
%28.1
%0
%17.65

Codes

Color #BF97D2 in popluar color models

BF 97 D2
RGB 191 151 210
HSL 281° 39.60% 70.78%
HSB/HSV 281° 28.10% 82.35%
CMYK 9.05% 28.10% 0.00%
17.65%

Color #BF97D2 in popluar number systems.

HEX BF 97 D2
Decimal 191 151 210
Binary 10111111 10010111 11010010
Octal 277 227 322

Shades and tints

Shades of #BF97D2

#BF97D2
(191,151,210)
#AE8ABF
(174,138,191)
#9D7DAC
(157,125,172)
#8C7099
(140,112,153)
#7B6386
(123,99,134)
#6A5673
(106,86,115)
#594960
(89,73,96)
#483C4D
(72,60,77)
#372F3A
(55,47,58)
#262227
(38,34,39)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BF97D2

#BF97D2
(191,151,210)
#C4A0D6
(196,160,214)
#C9A9DA
(201,169,218)
#CEB2DE
(206,178,222)
#D3BBE2
(211,187,226)
#D8C4E6
(216,196,230)
#DDCDEA
(221,205,234)
#E2D6EE
(226,214,238)
#E7DFF2
(231,223,242)
#ECE8F6
(236,232,246)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF97D2; }

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

This text font color is #BF97D2.

Background Color

.myBgColor { background-color: #BF97D2; }

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

This div background color is #BF97D2.

Border color

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

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

This div border color is #BF97D2.

Opacity

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

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

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

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

This text has shadow with #BF97D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF97D2.

Preview

Color preview on black background

This text has color #BF97D2 on black background.


Color preview on white background

This text has color #BF97D2 on white background.


Black color preview on #BF97D2 background

This text has black color on #BF97D2 background.


White color preview on #BF97D2 background

This text has white color on #BF97D2 background.


Related colors

Complementary color

Complementary color for #hex is #40682D.


I love getcolorcode.com

Triadic colors

1 #D2BF97 and #97D2BF with #BF97D2 are triadic colors.

2 #D297BF and #97BFD2 with #BF97D2 are triadic colors.