COLOR #BDB6D7

HEX: #BDB6D7
RGB: (189,182,215)

Color info

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

RGB color model

#BDB6D7 color RGB value is (189,182,215).

  • red value is 189;
  • green value is 182;
  • blue value is 215.
RGB:
(189,182,215)
(74%,71%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 215 of 255 = 84%

189
182
215

R + G + B ~ 76%. #BDB6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 215 = 586 (100%)
R 189 of 586 ~ 32.25%
G 182 of 586 ~ 31.06%
B 215 of 586 ~ 36.69%

%32.25
%31.06
%36.69

CMYK color model

#BDB6D7 color CMYK value is (12,15,0,16).

  • cyan value is 12.09%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,15,0,16)
C12M15Y0K16 
(12%,15%,0%,16%)
(0.12/0.15/0.00/0.16)	

CMYK percentages

%12.09
%15.35
%0
%15.69

Codes

Color #BDB6D7 in popluar color models

BDB6D7
RGB189182215
HSL253°29.20%77.84%
HSB/HSV253°15.35%84.31%
CMYK12.09%15.35%0.00%
15.69%

Color #BDB6D7 in popluar number systems.

HEXBDB6D7
Decimal189182215
Binary101111011011011011010111
Octal275266327

Shades and tints

Shades of #BDB6D7

#BDB6D7
(189,182,215)
#ACA6C4
(172,166,196)
#9B96B1
(155,150,177)
#8A869E
(138,134,158)
#79768B
(121,118,139)
#686678
(104,102,120)
#575665
(87,86,101)
#464652
(70,70,82)
#35363F
(53,54,63)
#24262C
(36,38,44)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BDB6D7

#BDB6D7
(189,182,215)
#C3BCDA
(195,188,218)
#C9C2DD
(201,194,221)
#CFC8E0
(207,200,224)
#D5CEE3
(213,206,227)
#DBD4E6
(219,212,230)
#E1DAE9
(225,218,233)
#E7E0EC
(231,224,236)
#EDE6EF
(237,230,239)
#F3ECF2
(243,236,242)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB6D7 color. Also use rgb(189,182,215) instead hex code.

Text Font Color

.myTextColor { color: #BDB6D7; }

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

This text font color is #BDB6D7.


Background Color

.myBgColor { background-color: #BDB6D7; }

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

This div background color is #BDB6D7.


Border color

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

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

This div border color is #BDB6D7.


Opacity

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

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

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

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

This text has shadow with #BDB6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6D7 on black background.


Color preview on white background

This text has color #BDB6D7 on white background.



Black color preview on #BDB6D7 background

This text has black color on #BDB6D7 background.


White color preview on #BDB6D7 background

This text has white color on #BDB6D7 background.