COLOR #BDC3C5

HEX: #BDC3C5
RGB: (189,195,197)

Color info

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

RGB color model

#BDC3C5 color RGB value is (189,195,197).

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

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 197 of 255 = 77%

189
195
197

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

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 197 = 581 (100%)
R 189 of 581 ~ 32.53%
G 195 of 581 ~ 33.56%
B 197 of 581 ~ 33.91%

%32.53
%33.56
%33.91

CMYK color model

#BDC3C5 color CMYK value is (4,1,0,23).

  • cyan value is 4.06%
  • magenta value is 1.02%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (4,1,0,23) C4M1Y0K23 (4%,1%,0%,23%) (0.04/0.01/0.00/0.23)

CMYK percentages

%4.06
%1.02
%0
%22.75

Codes

Color #BDC3C5 in popluar color models

BDC3C5
RGB189195197
HSL195°6.45%75.69%
HSB/HSV195°4.06%77.25%
CMYK4.06%1.02%0.00%
22.75%

Color #BDC3C5 in popluar number systems.

HEXBDC3C5
Decimal189195197
Binary101111011100001111000101
Octal275303305

Shades and tints

Shades of #BDC3C5

#BDC3C5
(189,195,197)
#ACB2B4
(172,178,180)
#9BA1A3
(155,161,163)
#8A9092
(138,144,146)
#797F81
(121,127,129)
#686E70
(104,110,112)
#575D5F
(87,93,95)
#464C4E
(70,76,78)
#353B3D
(53,59,61)
#242A2C
(36,42,44)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #BDC3C5

#BDC3C5
(189,195,197)
#C3C8CA
(195,200,202)
#C9CDCF
(201,205,207)
#CFD2D4
(207,210,212)
#D5D7D9
(213,215,217)
#DBDCDE
(219,220,222)
#E1E1E3
(225,225,227)
#E7E6E8
(231,230,232)
#EDEBED
(237,235,237)
#F3F0F2
(243,240,242)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3C5; }

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

This text font color is #BDC3C5.


Background Color

.myBgColor { background-color: #BDC3C5; }

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

This div background color is #BDC3C5.


Border color

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

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

This div border color is #BDC3C5.


Opacity

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

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

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

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

This text has shadow with #BDC3C5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDC3C5 on black background.


Color preview on white background

This text has color #BDC3C5 on white background.



Black color preview on #BDC3C5 background

This text has black color on #BDC3C5 background.


White color preview on #BDC3C5 background

This text has white color on #BDC3C5 background.