COLOR #BDB6D4

HEX: #BDB6D4
RGB: (189,182,212)

Color info

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

RGB color model

#BDB6D4 color RGB value is (189,182,212).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 212 of 255 = 83%

189
182
212

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 212 = 583 (100%)
R 189 of 583 ~ 32.42%
G 182 of 583 ~ 31.22%
B 212 of 583 ~ 36.36%

%32.42
%31.22
%36.36

CMYK color model

#BDB6D4 color CMYK value is (11,14,0,17).

  • cyan value is 10.85%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,14,0,17)
C11M14Y0K17 
(11%,14%,0%,17%)
(0.11/0.14/0.00/0.17)	

CMYK percentages

%10.85
%14.15
%0
%16.86

Codes

Color #BDB6D4 in popluar color models

BDB6D4
RGB189182212
HSL254°25.86%77.25%
HSB/HSV254°14.15%83.14%
CMYK10.85%14.15%0.00%
16.86%

Color #BDB6D4 in popluar number systems.

HEXBDB6D4
Decimal189182212
Binary101111011011011011010100
Octal275266324

Shades and tints

Shades of #BDB6D4

#BDB6D4
(189,182,212)
#ACA6C1
(172,166,193)
#9B96AE
(155,150,174)
#8A869B
(138,134,155)
#797688
(121,118,136)
#686675
(104,102,117)
#575662
(87,86,98)
#46464F
(70,70,79)
#35363C
(53,54,60)
#242629
(36,38,41)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #BDB6D4

#BDB6D4
(189,182,212)
#C3BCD7
(195,188,215)
#C9C2DA
(201,194,218)
#CFC8DD
(207,200,221)
#D5CEE0
(213,206,224)
#DBD4E3
(219,212,227)
#E1DAE6
(225,218,230)
#E7E0E9
(231,224,233)
#EDE6EC
(237,230,236)
#F3ECEF
(243,236,239)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6D4; }

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

This text font color is #BDB6D4.


Background Color

.myBgColor { background-color: #BDB6D4; }

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

This div background color is #BDB6D4.


Border color

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

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

This div border color is #BDB6D4.


Opacity

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

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

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

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

This text has shadow with #BDB6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6D4 on black background.


Color preview on white background

This text has color #BDB6D4 on white background.



Black color preview on #BDB6D4 background

This text has black color on #BDB6D4 background.


White color preview on #BDB6D4 background

This text has white color on #BDB6D4 background.