COLOR #BDB6D2

HEX: #BDB6D2
RGB: (189,182,210)

Color info

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

RGB color model

#BDB6D2 color RGB value is (189,182,210).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 210 of 255 = 82%

189
182
210

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 210 = 581 (100%)
R 189 of 581 ~ 32.53%
G 182 of 581 ~ 31.33%
B 210 of 581 ~ 36.14%

%32.53
%31.33
%36.14

CMYK color model

#BDB6D2 color CMYK value is (10,13,0,18).

  • cyan value is 10.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (10,13,0,18) C10M13Y0K18 (10%,13%,0%,18%) (0.10/0.13/0.00/0.18)

CMYK percentages

%10
%13.33
%0
%17.65

Codes

Color #BDB6D2 in popluar color models

BDB6D2
RGB189182210
HSL255°23.73%76.86%
HSB/HSV255°13.33%82.35%
CMYK10.00%13.33%0.00%
17.65%

Color #BDB6D2 in popluar number systems.

HEXBDB6D2
Decimal189182210
Binary101111011011011011010010
Octal275266322

Shades and tints

Shades of #BDB6D2

#BDB6D2
(189,182,210)
#ACA6BF
(172,166,191)
#9B96AC
(155,150,172)
#8A8699
(138,134,153)
#797686
(121,118,134)
#686673
(104,102,115)
#575660
(87,86,96)
#46464D
(70,70,77)
#35363A
(53,54,58)
#242627
(36,38,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDB6D2

#BDB6D2
(189,182,210)
#C3BCD6
(195,188,214)
#C9C2DA
(201,194,218)
#CFC8DE
(207,200,222)
#D5CEE2
(213,206,226)
#DBD4E6
(219,212,230)
#E1DAEA
(225,218,234)
#E7E0EE
(231,224,238)
#EDE6F2
(237,230,242)
#F3ECF6
(243,236,246)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6D2; }

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

This text font color is #BDB6D2.


Background Color

.myBgColor { background-color: #BDB6D2; }

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

This div background color is #BDB6D2.


Border color

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

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

This div border color is #BDB6D2.


Opacity

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

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

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

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

This text has shadow with #BDB6D2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDB6D2 on black background.


Color preview on white background

This text has color #BDB6D2 on white background.



Black color preview on #BDB6D2 background

This text has black color on #BDB6D2 background.


White color preview on #BDB6D2 background

This text has white color on #BDB6D2 background.