COLOR #BD8FC7

HEX: #BD8FC7
RGB: (189,143,199)

Color info

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

RGB color model

#BD8FC7 color RGB value is (189,143,199).

  • red value is 189;
  • green value is 143;
  • blue value is 199.
RGB:
(189,143,199)
(74%,56%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 143 of 255 = 56%
B 199 of 255 = 78%

189
143
199

R + G + B ~ 69%. #BD8FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 143 + 199 = 531 (100%)
R 189 of 531 ~ 35.59%
G 143 of 531 ~ 26.93%
B 199 of 531 ~ 37.48%

%35.59
%26.93
%37.48

CMYK color model

#BD8FC7 color CMYK value is (5,28,0,22).

  • cyan value is 5.03%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(5,28,0,22)
C5M28Y0K22 
(5%,28%,0%,22%)
(0.05/0.28/0.00/0.22)	

CMYK percentages

%5.03
%28.14
%0
%21.96

Codes

Color #BD8FC7 in popluar color models

BD8FC7
RGB189143199
HSL289°33.33%67.06%
HSB/HSV289°28.14%78.04%
CMYK5.03%28.14%0.00%
21.96%

Color #BD8FC7 in popluar number systems.

HEXBD8FC7
Decimal189143199
Binary101111011000111111000111
Octal275217307

Shades and tints

Shades of #BD8FC7

#BD8FC7
(189,143,199)
#AC82B5
(172,130,181)
#9B75A3
(155,117,163)
#8A6891
(138,104,145)
#795B7F
(121,91,127)
#684E6D
(104,78,109)
#57415B
(87,65,91)
#463449
(70,52,73)
#352737
(53,39,55)
#241A25
(36,26,37)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #BD8FC7

#BD8FC7
(189,143,199)
#C399CC
(195,153,204)
#C9A3D1
(201,163,209)
#CFADD6
(207,173,214)
#D5B7DB
(213,183,219)
#DBC1E0
(219,193,224)
#E1CBE5
(225,203,229)
#E7D5EA
(231,213,234)
#EDDFEF
(237,223,239)
#F3E9F4
(243,233,244)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8FC7 color. Also use rgb(189,143,199) instead hex code.

Text Font Color

.myTextColor { color: #BD8FC7; }

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

This text font color is #BD8FC7.


Background Color

.myBgColor { background-color: #BD8FC7; }

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

This div background color is #BD8FC7.


Border color

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

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

This div border color is #BD8FC7.


Opacity

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

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

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

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

This text has shadow with #BD8FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8FC7 on black background.


Color preview on white background

This text has color #BD8FC7 on white background.



Black color preview on #BD8FC7 background

This text has black color on #BD8FC7 background.


White color preview on #BD8FC7 background

This text has white color on #BD8FC7 background.