COLOR #BDB6D3

HEX: #BDB6D3
RGB: (189,182,211)

Color info

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

RGB color model

#BDB6D3 color RGB value is (189,182,211).

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

RGB channels and saturation

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

189
182
211

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 211 = 582 (100%)
R 189 of 582 ~ 32.47%
G 182 of 582 ~ 31.27%
B 211 of 582 ~ 36.25%

%32.47
%31.27
%36.25

CMYK color model

#BDB6D3 color CMYK value is (10,14,0,17).

  • cyan value is 10.43%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(10,14,0,17)
C10M14Y0K17 
(10%,14%,0%,17%)
(0.10/0.14/0.00/0.17)	

CMYK percentages

%10.43
%13.74
%0
%17.25

Codes

Color #BDB6D3 in popluar color models

BDB6D3
RGB189182211
HSL254°24.79%77.06%
HSB/HSV254°13.74%82.75%
CMYK10.43%13.74%0.00%
17.25%

Color #BDB6D3 in popluar number systems.

HEXBDB6D3
Decimal189182211
Binary101111011011011011010011
Octal275266323

Shades and tints

Shades of #BDB6D3

#BDB6D3
(189,182,211)
#ACA6C0
(172,166,192)
#9B96AD
(155,150,173)
#8A869A
(138,134,154)
#797687
(121,118,135)
#686674
(104,102,116)
#575661
(87,86,97)
#46464E
(70,70,78)
#35363B
(53,54,59)
#242628
(36,38,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDB6D3

#BDB6D3
(189,182,211)
#C3BCD7
(195,188,215)
#C9C2DB
(201,194,219)
#CFC8DF
(207,200,223)
#D5CEE3
(213,206,227)
#DBD4E7
(219,212,231)
#E1DAEB
(225,218,235)
#E7E0EF
(231,224,239)
#EDE6F3
(237,230,243)
#F3ECF7
(243,236,247)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6D3; }

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

This text font color is #BDB6D3.


Background Color

.myBgColor { background-color: #BDB6D3; }

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

This div background color is #BDB6D3.


Border color

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

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

This div border color is #BDB6D3.


Opacity

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

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

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

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

This text has shadow with #BDB6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6D3 on black background.


Color preview on white background

This text has color #BDB6D3 on white background.



Black color preview on #BDB6D3 background

This text has black color on #BDB6D3 background.


White color preview on #BDB6D3 background

This text has white color on #BDB6D3 background.