COLOR #BD9DBB

HEX: #BD9DBB
RGB: (189,157,187)

Color info

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

RGB color model

#BD9DBB color RGB value is (189,157,187).

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

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 187 of 255 = 73%

189
157
187

R + G + B ~ 70%. #BD9DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 187 = 533 (100%)
R 189 of 533 ~ 35.46%
G 157 of 533 ~ 29.46%
B 187 of 533 ~ 35.08%

%35.46
%29.46
%35.08

CMYK color model

#BD9DBB color CMYK value is (0,17,1,26).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(0,17,1,26)
C0M17Y1K26 
(0%,17%,1%,26%)
(0.00/0.17/0.01/0.26)	

CMYK percentages

%0
%16.93
%1.06
%25.88

Codes

Color #BD9DBB in popluar color models

BD9DBB
RGB189157187
HSL304°19.51%67.84%
HSB/HSV304°16.93%74.12%
CMYK0.00%16.93%1.06%
25.88%

Color #BD9DBB in popluar number systems.

HEXBD9DBB
Decimal189157187
Binary101111011001110110111011
Octal275235273

Shades and tints

Shades of #BD9DBB

#BD9DBB
(189,157,187)
#AC8FAA
(172,143,170)
#9B8199
(155,129,153)
#8A7388
(138,115,136)
#796577
(121,101,119)
#685766
(104,87,102)
#574955
(87,73,85)
#463B44
(70,59,68)
#352D33
(53,45,51)
#241F22
(36,31,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BD9DBB

#BD9DBB
(189,157,187)
#C3A5C1
(195,165,193)
#C9ADC7
(201,173,199)
#CFB5CD
(207,181,205)
#D5BDD3
(213,189,211)
#DBC5D9
(219,197,217)
#E1CDDF
(225,205,223)
#E7D5E5
(231,213,229)
#EDDDEB
(237,221,235)
#F3E5F1
(243,229,241)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9DBB; }

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

This text font color is #BD9DBB.


Background Color

.myBgColor { background-color: #BD9DBB; }

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

This div background color is #BD9DBB.


Border color

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

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

This div border color is #BD9DBB.


Opacity

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

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

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

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

This text has shadow with #BD9DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9DBB on black background.


Color preview on white background

This text has color #BD9DBB on white background.



Black color preview on #BD9DBB background

This text has black color on #BD9DBB background.


White color preview on #BD9DBB background

This text has white color on #BD9DBB background.