COLOR #BDC1CD

HEX: #BDC1CD
RGB: (189,193,205)

Color info

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

RGB color model

#BDC1CD color RGB value is (189,193,205).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 205 of 255 = 80%

189
193
205

R + G + B ~ 77%. #BDC1CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 205 = 587 (100%)
R 189 of 587 ~ 32.2%
G 193 of 587 ~ 32.88%
B 205 of 587 ~ 34.92%

%32.2
%32.88
%34.92

CMYK color model

#BDC1CD color CMYK value is (8,6,0,20).

  • cyan value is 7.80%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,6,0,20)
C8M6Y0K20 
(8%,6%,0%,20%)
(0.08/0.06/0.00/0.20)	

CMYK percentages

%7.8
%5.85
%0
%19.61

Codes

Color #BDC1CD in popluar color models

BDC1CD
RGB189193205
HSL225°13.79%77.25%
HSB/HSV225°7.80%80.39%
CMYK7.80%5.85%0.00%
19.61%

Color #BDC1CD in popluar number systems.

HEXBDC1CD
Decimal189193205
Binary101111011100000111001101
Octal275301315

Shades and tints

Shades of #BDC1CD

#BDC1CD
(189,193,205)
#ACB0BB
(172,176,187)
#9B9FA9
(155,159,169)
#8A8E97
(138,142,151)
#797D85
(121,125,133)
#686C73
(104,108,115)
#575B61
(87,91,97)
#464A4F
(70,74,79)
#35393D
(53,57,61)
#24282B
(36,40,43)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDC1CD

#BDC1CD
(189,193,205)
#C3C6D1
(195,198,209)
#C9CBD5
(201,203,213)
#CFD0D9
(207,208,217)
#D5D5DD
(213,213,221)
#DBDAE1
(219,218,225)
#E1DFE5
(225,223,229)
#E7E4E9
(231,228,233)
#EDE9ED
(237,233,237)
#F3EEF1
(243,238,241)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1CD; }

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

This text font color is #BDC1CD.


Background Color

.myBgColor { background-color: #BDC1CD; }

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

This div background color is #BDC1CD.


Border color

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

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

This div border color is #BDC1CD.


Opacity

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

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

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

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

This text has shadow with #BDC1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1CD on black background.


Color preview on white background

This text has color #BDC1CD on white background.



Black color preview on #BDC1CD background

This text has black color on #BDC1CD background.


White color preview on #BDC1CD background

This text has white color on #BDC1CD background.