COLOR #BDC5CD

HEX: #BDC5CD
RGB: (189,197,205)

Color info

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

RGB color model

#BDC5CD color RGB value is (189,197,205).

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

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 205 of 255 = 80%

189
197
205

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

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 205 = 591 (100%)
R 189 of 591 ~ 31.98%
G 197 of 591 ~ 33.33%
B 205 of 591 ~ 34.69%

%31.98
%33.33
%34.69

CMYK color model

#BDC5CD color CMYK value is (8,4,0,20).

  • cyan value is 7.80%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,4,0,20)
C8M4Y0K20 
(8%,4%,0%,20%)
(0.08/0.04/0.00/0.20)	

CMYK percentages

%7.8
%3.9
%0
%19.61

Codes

Color #BDC5CD in popluar color models

BDC5CD
RGB189197205
HSL210°13.79%77.25%
HSB/HSV210°7.80%80.39%
CMYK7.80%3.90%0.00%
19.61%

Color #BDC5CD in popluar number systems.

HEXBDC5CD
Decimal189197205
Binary101111011100010111001101
Octal275305315

Shades and tints

Shades of #BDC5CD

#BDC5CD
(189,197,205)
#ACB4BB
(172,180,187)
#9BA3A9
(155,163,169)
#8A9297
(138,146,151)
#798185
(121,129,133)
#687073
(104,112,115)
#575F61
(87,95,97)
#464E4F
(70,78,79)
#353D3D
(53,61,61)
#242C2B
(36,44,43)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #BDC5CD

#BDC5CD
(189,197,205)
#C3CAD1
(195,202,209)
#C9CFD5
(201,207,213)
#CFD4D9
(207,212,217)
#D5D9DD
(213,217,221)
#DBDEE1
(219,222,225)
#E1E3E5
(225,227,229)
#E7E8E9
(231,232,233)
#EDEDED
(237,237,237)
#F3F2F1
(243,242,241)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5CD; }

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

This text font color is #BDC5CD.


Background Color

.myBgColor { background-color: #BDC5CD; }

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

This div background color is #BDC5CD.


Border color

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

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

This div border color is #BDC5CD.


Opacity

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

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

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

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

This text has shadow with #BDC5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5CD on black background.


Color preview on white background

This text has color #BDC5CD on white background.



Black color preview on #BDC5CD background

This text has black color on #BDC5CD background.


White color preview on #BDC5CD background

This text has white color on #BDC5CD background.