COLOR #BDC3C1

HEX: #BDC3C1
RGB: (189,195,193)

Color info

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

RGB color model

#BDC3C1 color RGB value is (189,195,193).

  • red value is 189;
  • green value is 195;
  • blue value is 193.
RGB:
(189,195,193)
(74%,76%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 193 of 255 = 76%

189
195
193

R + G + B ~ 75%. #BDC3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 193 = 577 (100%)
R 189 of 577 ~ 32.76%
G 195 of 577 ~ 33.8%
B 193 of 577 ~ 33.45%

%32.76
%33.8
%33.45

CMYK color model

#BDC3C1 color CMYK value is (3,0,1,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.53%
CMYK:
(3,0,1,24)
C3M0Y1K24 
(3%,0%,1%,24%)
(0.03/0.00/0.01/0.24)	

CMYK percentages

%3.08
%0
%1.03
%23.53

Codes

Color #BDC3C1 in popluar color models

BDC3C1
RGB189195193
HSL160°4.76%75.29%
HSB/HSV160°3.08%76.47%
CMYK3.08%0.00%1.03%
23.53%

Color #BDC3C1 in popluar number systems.

HEXBDC3C1
Decimal189195193
Binary101111011100001111000001
Octal275303301

Shades and tints

Shades of #BDC3C1

#BDC3C1
(189,195,193)
#ACB2B0
(172,178,176)
#9BA19F
(155,161,159)
#8A908E
(138,144,142)
#797F7D
(121,127,125)
#686E6C
(104,110,108)
#575D5B
(87,93,91)
#464C4A
(70,76,74)
#353B39
(53,59,57)
#242A28
(36,42,40)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDC3C1

#BDC3C1
(189,195,193)
#C3C8C6
(195,200,198)
#C9CDCB
(201,205,203)
#CFD2D0
(207,210,208)
#D5D7D5
(213,215,213)
#DBDCDA
(219,220,218)
#E1E1DF
(225,225,223)
#E7E6E4
(231,230,228)
#EDEBE9
(237,235,233)
#F3F0EE
(243,240,238)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC3C1 color. Also use rgb(189,195,193) instead hex code.

Text Font Color

.myTextColor { color: #BDC3C1; }

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

This text font color is #BDC3C1.


Background Color

.myBgColor { background-color: #BDC3C1; }

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

This div background color is #BDC3C1.


Border color

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

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

This div border color is #BDC3C1.


Opacity

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

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

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

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

This text has shadow with #BDC3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC3C1 on black background.


Color preview on white background

This text has color #BDC3C1 on white background.



Black color preview on #BDC3C1 background

This text has black color on #BDC3C1 background.


White color preview on #BDC3C1 background

This text has white color on #BDC3C1 background.