COLOR #BD9DB0

HEX: #BD9DB0
RGB: (189,157,176)

Color info

#BD9DB0 contains red, green and blue colors in about the same proportion. Web safe color of #BD9DB0 is #CC9999 (or #C99).

RGB color model

#BD9DB0 color RGB value is (189,157,176).

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

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 176 of 255 = 69%

189
157
176

R + G + B ~ 68%. #BD9DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 176 = 522 (100%)
R 189 of 522 ~ 36.21%
G 157 of 522 ~ 30.08%
B 176 of 522 ~ 33.72%

%36.21
%30.08
%33.72

CMYK color model

#BD9DB0 color CMYK value is (0,17,7,26).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(0,17,7,26)
C0M17Y7K26 
(0%,17%,7%,26%)
(0.00/0.17/0.07/0.26)	

CMYK percentages

%0
%16.93
%6.88
%25.88

Codes

Color #BD9DB0 in popluar color models

BD9DB0
RGB189157176
HSL324°19.51%67.84%
HSB/HSV324°16.93%74.12%
CMYK0.00%16.93%6.88%
25.88%

Color #BD9DB0 in popluar number systems.

HEXBD9DB0
Decimal189157176
Binary101111011001110110110000
Octal275235260

Shades and tints

Shades of #BD9DB0

#BD9DB0
(189,157,176)
#AC8FA0
(172,143,160)
#9B8190
(155,129,144)
#8A7380
(138,115,128)
#796570
(121,101,112)
#685760
(104,87,96)
#574950
(87,73,80)
#463B40
(70,59,64)
#352D30
(53,45,48)
#241F20
(36,31,32)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #BD9DB0

#BD9DB0
(189,157,176)
#C3A5B7
(195,165,183)
#C9ADBE
(201,173,190)
#CFB5C5
(207,181,197)
#D5BDCC
(213,189,204)
#DBC5D3
(219,197,211)
#E1CDDA
(225,205,218)
#E7D5E1
(231,213,225)
#EDDDE8
(237,221,232)
#F3E5EF
(243,229,239)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9DB0; }

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

This text font color is #BD9DB0.


Background Color

.myBgColor { background-color: #BD9DB0; }

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

This div background color is #BD9DB0.


Border color

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

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

This div border color is #BD9DB0.


Opacity

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

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

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

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

This text has shadow with #BD9DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9DB0 on black background.


Color preview on white background

This text has color #BD9DB0 on white background.



Black color preview on #BD9DB0 background

This text has black color on #BD9DB0 background.


White color preview on #BD9DB0 background

This text has white color on #BD9DB0 background.