COLOR #BDC3C6

HEX: #BDC3C6
RGB: (189,195,198)

Color info

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

RGB color model

#BDC3C6 color RGB value is (189,195,198).

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

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 198 of 255 = 78%

189
195
198

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

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 198 = 582 (100%)
R 189 of 582 ~ 32.47%
G 195 of 582 ~ 33.51%
B 198 of 582 ~ 34.02%

%32.47
%33.51
%34.02

CMYK color model

#BDC3C6 color CMYK value is (5,2,0,22).

  • cyan value is 4.55%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,2,0,22)
C5M2Y0K22 
(5%,2%,0%,22%)
(0.05/0.02/0.00/0.22)	

CMYK percentages

%4.55
%1.52
%0
%22.35

Codes

Color #BDC3C6 in popluar color models

BDC3C6
RGB189195198
HSL200°7.32%75.88%
HSB/HSV200°4.55%77.65%
CMYK4.55%1.52%0.00%
22.35%

Color #BDC3C6 in popluar number systems.

HEXBDC3C6
Decimal189195198
Binary101111011100001111000110
Octal275303306

Shades and tints

Shades of #BDC3C6

#BDC3C6
(189,195,198)
#ACB2B4
(172,178,180)
#9BA1A2
(155,161,162)
#8A9090
(138,144,144)
#797F7E
(121,127,126)
#686E6C
(104,110,108)
#575D5A
(87,93,90)
#464C48
(70,76,72)
#353B36
(53,59,54)
#242A24
(36,42,36)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDC3C6

#BDC3C6
(189,195,198)
#C3C8CB
(195,200,203)
#C9CDD0
(201,205,208)
#CFD2D5
(207,210,213)
#D5D7DA
(213,215,218)
#DBDCDF
(219,220,223)
#E1E1E4
(225,225,228)
#E7E6E9
(231,230,233)
#EDEBEE
(237,235,238)
#F3F0F3
(243,240,243)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3C6; }

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

This text font color is #BDC3C6.


Background Color

.myBgColor { background-color: #BDC3C6; }

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

This div background color is #BDC3C6.


Border color

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

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

This div border color is #BDC3C6.


Opacity

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

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

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

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

This text has shadow with #BDC3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC3C6 on black background.


Color preview on white background

This text has color #BDC3C6 on white background.



Black color preview on #BDC3C6 background

This text has black color on #BDC3C6 background.


White color preview on #BDC3C6 background

This text has white color on #BDC3C6 background.