COLOR #BF9DD5

HEX: #BF9DD5
RGB: (191,157,213)

Color info

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

RGB color model

#BF9DD5 color RGB value is (191,157,213).

  • red value is 191;
  • green value is 157;
  • blue value is 213.
RGB:
(191,157,213)
(75%,62%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 213 of 255 = 84%

191
157
213

R + G + B ~ 74%. #BF9DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 157 + 213 = 561 (100%)
R 191 of 561 ~ 34.05%
G 157 of 561 ~ 27.99%
B 213 of 561 ~ 37.97%

%34.05
%27.99
%37.97

CMYK color model

#BF9DD5 color CMYK value is (10,26,0,16).

  • cyan value is 10.33%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(10,26,0,16)
C10M26Y0K16 
(10%,26%,0%,16%)
(0.10/0.26/0.00/0.16)	

CMYK percentages

%10.33
%26.29
%0
%16.47

Codes

Color #BF9DD5 in popluar color models

BF9DD5
RGB191157213
HSL276°40.00%72.55%
HSB/HSV276°26.29%83.53%
CMYK10.33%26.29%0.00%
16.47%

Color #BF9DD5 in popluar number systems.

HEXBF9DD5
Decimal191157213
Binary101111111001110111010101
Octal277235325

Shades and tints

Shades of #BF9DD5

#BF9DD5
(191,157,213)
#AE8FC2
(174,143,194)
#9D81AF
(157,129,175)
#8C739C
(140,115,156)
#7B6589
(123,101,137)
#6A5776
(106,87,118)
#594963
(89,73,99)
#483B50
(72,59,80)
#372D3D
(55,45,61)
#261F2A
(38,31,42)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #BF9DD5

#BF9DD5
(191,157,213)
#C4A5D8
(196,165,216)
#C9ADDB
(201,173,219)
#CEB5DE
(206,181,222)
#D3BDE1
(211,189,225)
#D8C5E4
(216,197,228)
#DDCDE7
(221,205,231)
#E2D5EA
(226,213,234)
#E7DDED
(231,221,237)
#ECE5F0
(236,229,240)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9DD5 color. Also use rgb(191,157,213) instead hex code.

Text Font Color

.myTextColor { color: #BF9DD5; }

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

This text font color is #BF9DD5.


Background Color

.myBgColor { background-color: #BF9DD5; }

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

This div background color is #BF9DD5.


Border color

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

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

This div border color is #BF9DD5.


Opacity

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

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

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

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

This text has shadow with #BF9DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9DD5 on black background.


Color preview on white background

This text has color #BF9DD5 on white background.



Black color preview on #BF9DD5 background

This text has black color on #BF9DD5 background.


White color preview on #BF9DD5 background

This text has white color on #BF9DD5 background.