COLOR #BD9DC8

HEX: #BD9DC8
RGB: (189,157,200)

Color info

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

RGB color model

#BD9DC8 color RGB value is (189,157,200).

  • red value is 189;
  • green value is 157;
  • blue value is 200.
RGB:
(189,157,200)
(74%,62%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 200 of 255 = 78%

189
157
200

R + G + B ~ 71%. #BD9DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 200 = 546 (100%)
R 189 of 546 ~ 34.62%
G 157 of 546 ~ 28.75%
B 200 of 546 ~ 36.63%

%34.62
%28.75
%36.63

CMYK color model

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

  • cyan value is 5.50%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,22,0,22)
C5M22Y0K22 
(5%,22%,0%,22%)
(0.05/0.22/0.00/0.22)	

CMYK percentages

%5.5
%21.5
%0
%21.57

Codes

Color #BD9DC8 in popluar color models

BD9DC8
RGB189157200
HSL285°28.10%70.00%
HSB/HSV285°21.50%78.43%
CMYK5.50%21.50%0.00%
21.57%

Color #BD9DC8 in popluar number systems.

HEXBD9DC8
Decimal189157200
Binary101111011001110111001000
Octal275235310

Shades and tints

Shades of #BD9DC8

#BD9DC8
(189,157,200)
#AC8FB6
(172,143,182)
#9B81A4
(155,129,164)
#8A7392
(138,115,146)
#796580
(121,101,128)
#68576E
(104,87,110)
#57495C
(87,73,92)
#463B4A
(70,59,74)
#352D38
(53,45,56)
#241F26
(36,31,38)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BD9DC8

#BD9DC8
(189,157,200)
#C3A5CD
(195,165,205)
#C9ADD2
(201,173,210)
#CFB5D7
(207,181,215)
#D5BDDC
(213,189,220)
#DBC5E1
(219,197,225)
#E1CDE6
(225,205,230)
#E7D5EB
(231,213,235)
#EDDDF0
(237,221,240)
#F3E5F5
(243,229,245)
#F9EDFA
(249,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9DC8 color. Also use rgb(189,157,200) instead hex code.

Text Font Color

.myTextColor { color: #BD9DC8; }

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

This text font color is #BD9DC8.


Background Color

.myBgColor { background-color: #BD9DC8; }

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

This div background color is #BD9DC8.


Border color

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

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

This div border color is #BD9DC8.


Opacity

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

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

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

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

This text has shadow with #BD9DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9DC8 on black background.


Color preview on white background

This text has color #BD9DC8 on white background.



Black color preview on #BD9DC8 background

This text has black color on #BD9DC8 background.


White color preview on #BD9DC8 background

This text has white color on #BD9DC8 background.