COLOR #BDB9DA

HEX: #BDB9DA
RGB: (189,185,218)

Color info

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

RGB color model

#BDB9DA color RGB value is (189,185,218).

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

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 218 of 255 = 85%

189
185
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 218 = 592 (100%)
R 189 of 592 ~ 31.93%
G 185 of 592 ~ 31.25%
B 218 of 592 ~ 36.82%

%31.93
%31.25
%36.82

CMYK color model

#BDB9DA color CMYK value is (13,15,0,15).

  • cyan value is 13.30%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,15,0,15)
C13M15Y0K15 
(13%,15%,0%,15%)
(0.13/0.15/0.00/0.15)	

CMYK percentages

%13.3
%15.14
%0
%14.51

Codes

Color #BDB9DA in popluar color models

BDB9DA
RGB189185218
HSL247°30.84%79.02%
HSB/HSV247°15.14%85.49%
CMYK13.30%15.14%0.00%
14.51%

Color #BDB9DA in popluar number systems.

HEXBDB9DA
Decimal189185218
Binary101111011011100111011010
Octal275271332

Shades and tints

Shades of #BDB9DA

#BDB9DA
(189,185,218)
#ACA9C7
(172,169,199)
#9B99B4
(155,153,180)
#8A89A1
(138,137,161)
#79798E
(121,121,142)
#68697B
(104,105,123)
#575968
(87,89,104)
#464955
(70,73,85)
#353942
(53,57,66)
#24292F
(36,41,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #BDB9DA

#BDB9DA
(189,185,218)
#C3BFDD
(195,191,221)
#C9C5E0
(201,197,224)
#CFCBE3
(207,203,227)
#D5D1E6
(213,209,230)
#DBD7E9
(219,215,233)
#E1DDEC
(225,221,236)
#E7E3EF
(231,227,239)
#EDE9F2
(237,233,242)
#F3EFF5
(243,239,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9DA; }

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

This text font color is #BDB9DA.


Background Color

.myBgColor { background-color: #BDB9DA; }

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

This div background color is #BDB9DA.


Border color

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

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

This div border color is #BDB9DA.


Opacity

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

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

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

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

This text has shadow with #BDB9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9DA on black background.


Color preview on white background

This text has color #BDB9DA on white background.



Black color preview on #BDB9DA background

This text has black color on #BDB9DA background.


White color preview on #BDB9DA background

This text has white color on #BDB9DA background.