COLOR #BDB6C6

HEX: #BDB6C6
RGB: (189,182,198)

Color info

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

RGB color model

#BDB6C6 color RGB value is (189,182,198).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 198 of 255 = 78%

189
182
198

R + G + B ~ 74%. #BDB6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 198 = 569 (100%)
R 189 of 569 ~ 33.22%
G 182 of 569 ~ 31.99%
B 198 of 569 ~ 34.8%

%33.22
%31.99
%34.8

CMYK color model

#BDB6C6 color CMYK value is (5,8,0,22).

  • cyan value is 4.55%
  • magenta value is 8.08%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,8,0,22)
C5M8Y0K22 
(5%,8%,0%,22%)
(0.05/0.08/0.00/0.22)	

CMYK percentages

%4.55
%8.08
%0
%22.35

Codes

Color #BDB6C6 in popluar color models

BDB6C6
RGB189182198
HSL266°12.31%74.51%
HSB/HSV266°8.08%77.65%
CMYK4.55%8.08%0.00%
22.35%

Color #BDB6C6 in popluar number systems.

HEXBDB6C6
Decimal189182198
Binary101111011011011011000110
Octal275266306

Shades and tints

Shades of #BDB6C6

#BDB6C6
(189,182,198)
#ACA6B4
(172,166,180)
#9B96A2
(155,150,162)
#8A8690
(138,134,144)
#79767E
(121,118,126)
#68666C
(104,102,108)
#57565A
(87,86,90)
#464648
(70,70,72)
#353636
(53,54,54)
#242624
(36,38,36)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDB6C6

#BDB6C6
(189,182,198)
#C3BCCB
(195,188,203)
#C9C2D0
(201,194,208)
#CFC8D5
(207,200,213)
#D5CEDA
(213,206,218)
#DBD4DF
(219,212,223)
#E1DAE4
(225,218,228)
#E7E0E9
(231,224,233)
#EDE6EE
(237,230,238)
#F3ECF3
(243,236,243)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6C6; }

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

This text font color is #BDB6C6.


Background Color

.myBgColor { background-color: #BDB6C6; }

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

This div background color is #BDB6C6.


Border color

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

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

This div border color is #BDB6C6.


Opacity

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

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

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

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

This text has shadow with #BDB6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6C6 on black background.


Color preview on white background

This text has color #BDB6C6 on white background.



Black color preview on #BDB6C6 background

This text has black color on #BDB6C6 background.


White color preview on #BDB6C6 background

This text has white color on #BDB6C6 background.