COLOR #BDB9DB

HEX: #BDB9DB
RGB: (189,185,219)

Color info

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

RGB color model

#BDB9DB color RGB value is (189,185,219).

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

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 219 of 255 = 86%

189
185
219

R + G + B ~ 78%. #BDB9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 219 = 593 (100%)
R 189 of 593 ~ 31.87%
G 185 of 593 ~ 31.2%
B 219 of 593 ~ 36.93%

%31.87
%31.2
%36.93

CMYK color model

#BDB9DB color CMYK value is (14,16,0,14).

  • cyan value is 13.70%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,16,0,14)
C14M16Y0K14 
(14%,16%,0%,14%)
(0.14/0.16/0.00/0.14)	

CMYK percentages

%13.7
%15.53
%0
%14.12

Codes

Color #BDB9DB in popluar color models

BDB9DB
RGB189185219
HSL247°32.08%79.22%
HSB/HSV247°15.53%85.88%
CMYK13.70%15.53%0.00%
14.12%

Color #BDB9DB in popluar number systems.

HEXBDB9DB
Decimal189185219
Binary101111011011100111011011
Octal275271333

Shades and tints

Shades of #BDB9DB

#BDB9DB
(189,185,219)
#ACA9C8
(172,169,200)
#9B99B5
(155,153,181)
#8A89A2
(138,137,162)
#79798F
(121,121,143)
#68697C
(104,105,124)
#575969
(87,89,105)
#464956
(70,73,86)
#353943
(53,57,67)
#242930
(36,41,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #BDB9DB

#BDB9DB
(189,185,219)
#C3BFDE
(195,191,222)
#C9C5E1
(201,197,225)
#CFCBE4
(207,203,228)
#D5D1E7
(213,209,231)
#DBD7EA
(219,215,234)
#E1DDED
(225,221,237)
#E7E3F0
(231,227,240)
#EDE9F3
(237,233,243)
#F3EFF6
(243,239,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9DB; }

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

This text font color is #BDB9DB.


Background Color

.myBgColor { background-color: #BDB9DB; }

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

This div background color is #BDB9DB.


Border color

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

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

This div border color is #BDB9DB.


Opacity

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

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

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

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

This text has shadow with #BDB9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9DB on black background.


Color preview on white background

This text has color #BDB9DB on white background.



Black color preview on #BDB9DB background

This text has black color on #BDB9DB background.


White color preview on #BDB9DB background

This text has white color on #BDB9DB background.