COLOR #BDB6C2

HEX: #BDB6C2
RGB: (189,182,194)

Color info

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

RGB color model

#BDB6C2 color RGB value is (189,182,194).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 194 of 255 = 76%

189
182
194

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 194 = 565 (100%)
R 189 of 565 ~ 33.45%
G 182 of 565 ~ 32.21%
B 194 of 565 ~ 34.34%

%33.45
%32.21
%34.34

CMYK color model

#BDB6C2 color CMYK value is (3,6,0,24).

  • cyan value is 2.58%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(3,6,0,24)
C3M6Y0K24 
(3%,6%,0%,24%)
(0.03/0.06/0.00/0.24)	

CMYK percentages

%2.58
%6.19
%0
%23.92

Codes

Color #BDB6C2 in popluar color models

BDB6C2
RGB189182194
HSL275°8.96%73.73%
HSB/HSV275°6.19%76.08%
CMYK2.58%6.19%0.00%
23.92%

Color #BDB6C2 in popluar number systems.

HEXBDB6C2
Decimal189182194
Binary101111011011011011000010
Octal275266302

Shades and tints

Shades of #BDB6C2

#BDB6C2
(189,182,194)
#ACA6B1
(172,166,177)
#9B96A0
(155,150,160)
#8A868F
(138,134,143)
#79767E
(121,118,126)
#68666D
(104,102,109)
#57565C
(87,86,92)
#46464B
(70,70,75)
#35363A
(53,54,58)
#242629
(36,38,41)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #BDB6C2

#BDB6C2
(189,182,194)
#C3BCC7
(195,188,199)
#C9C2CC
(201,194,204)
#CFC8D1
(207,200,209)
#D5CED6
(213,206,214)
#DBD4DB
(219,212,219)
#E1DAE0
(225,218,224)
#E7E0E5
(231,224,229)
#EDE6EA
(237,230,234)
#F3ECEF
(243,236,239)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6C2; }

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

This text font color is #BDB6C2.


Background Color

.myBgColor { background-color: #BDB6C2; }

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

This div background color is #BDB6C2.


Border color

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

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

This div border color is #BDB6C2.


Opacity

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

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

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

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

This text has shadow with #BDB6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6C2 on black background.


Color preview on white background

This text has color #BDB6C2 on white background.



Black color preview on #BDB6C2 background

This text has black color on #BDB6C2 background.


White color preview on #BDB6C2 background

This text has white color on #BDB6C2 background.