COLOR #BDB9D3

HEX: #BDB9D3
RGB: (189,185,211)

Color info

#BDB9D3 contains red, green and blue colors in about the same proportion. Web safe color of #BDB9D3 is #CCCCCC (or #CCC).

RGB color model

#BDB9D3 color RGB value is (189,185,211).

  • red value is 189;
  • green value is 185;
  • blue value is 211.
RGB:
(189,185,211)
(74%,73%,83%)

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 211 of 255 = 83%

189
185
211

R + G + B ~ 77%. #BDB9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 211 = 585 (100%)
R 189 of 585 ~ 32.31%
G 185 of 585 ~ 31.62%
B 211 of 585 ~ 36.07%

%32.31
%31.62
%36.07

CMYK color model

#BDB9D3 color CMYK value is (10,12,0,17).

  • cyan value is 10.43%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(10,12,0,17)
C10M12Y0K17 
(10%,12%,0%,17%)
(0.10/0.12/0.00/0.17)	

CMYK percentages

%10.43
%12.32
%0
%17.25

Codes

Color #BDB9D3 in popluar color models

BDB9D3
RGB189185211
HSL249°22.81%77.65%
HSB/HSV249°12.32%82.75%
CMYK10.43%12.32%0.00%
17.25%

Color #BDB9D3 in popluar number systems.

HEXBDB9D3
Decimal189185211
Binary101111011011100111010011
Octal275271323

Shades and tints

Shades of #BDB9D3

#BDB9D3
(189,185,211)
#ACA9C0
(172,169,192)
#9B99AD
(155,153,173)
#8A899A
(138,137,154)
#797987
(121,121,135)
#686974
(104,105,116)
#575961
(87,89,97)
#46494E
(70,73,78)
#35393B
(53,57,59)
#242928
(36,41,40)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDB9D3

#BDB9D3
(189,185,211)
#C3BFD7
(195,191,215)
#C9C5DB
(201,197,219)
#CFCBDF
(207,203,223)
#D5D1E3
(213,209,227)
#DBD7E7
(219,215,231)
#E1DDEB
(225,221,235)
#E7E3EF
(231,227,239)
#EDE9F3
(237,233,243)
#F3EFF7
(243,239,247)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB9D3 color. Also use rgb(189,185,211) instead hex code.

Text Font Color

.myTextColor { color: #BDB9D3; }

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

This text font color is #BDB9D3.


Background Color

.myBgColor { background-color: #BDB9D3; }

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

This div background color is #BDB9D3.


Border color

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

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

This div border color is #BDB9D3.


Opacity

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

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

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

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

This text has shadow with #BDB9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9D3 on black background.


Color preview on white background

This text has color #BDB9D3 on white background.



Black color preview on #BDB9D3 background

This text has black color on #BDB9D3 background.


White color preview on #BDB9D3 background

This text has white color on #BDB9D3 background.