COLOR #BDC7CF

HEX: #BDC7CF RGB: (189,199,207)

Color info

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

RGB color model

#BDC7CF color RGB value is (189,199,207).

RGB: (189,199,207) (74%, 78%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 207 of 255 = 81%

189
199
207

R + G + B ~ 78%. #BDC7CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 199 + 207 = 595 (100%)
R 189 of 595 ~ 31.76%
G 199 of 595 ~ 33.45%
B 207 of 595 ~ 34.79'%

%31.76
%33.45
%34.79

CMYK color model

#BDC7CF color CMYK value is (9,4,0,19).

  • cyan value is 8.70%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (9,4,0,19)
C9M4Y0K19 (9%, 4%, 0%, 19%)
(0.09 / 0.04 / 0.00 / 0.19)

CMYK percentages

%8.7
%3.86
%0
%18.82

Codes

Color #BDC7CF in popluar color models

BD C7 CF
RGB 189 199 207
HSL 207° 15.79% 77.65%
HSB/HSV 207° 8.70% 81.18%
CMYK 8.70% 3.86% 0.00%
18.82%

Color #BDC7CF in popluar number systems.

HEX BD C7 CF
Decimal 189 199 207
Binary 10111101 11000111 11001111
Octal 275 307 317

Shades and tints

Shades of #BDC7CF

#BDC7CF
(189,199,207)
#ACB5BD
(172,181,189)
#9BA3AB
(155,163,171)
#8A9199
(138,145,153)
#797F87
(121,127,135)
#686D75
(104,109,117)
#575B63
(87,91,99)
#464951
(70,73,81)
#35373F
(53,55,63)
#24252D
(36,37,45)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BDC7CF

#BDC7CF
(189,199,207)
#C3CCD3
(195,204,211)
#C9D1D7
(201,209,215)
#CFD6DB
(207,214,219)
#D5DBDF
(213,219,223)
#DBE0E3
(219,224,227)
#E1E5E7
(225,229,231)
#E7EAEB
(231,234,235)
#EDEFEF
(237,239,239)
#F3F4F3
(243,244,243)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC7CF color. Also use rgb(189,199,207) instead hex code.

Text Font Color

.myTextColor { color: #BDC7CF; }

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

This text font color is #BDC7CF.

Background Color

.myBgColor { background-color: #BDC7CF; }

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

This div background color is #BDC7CF.

Border color

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

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

This div border color is #BDC7CF.

Opacity

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

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

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

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

This text has shadow with #BDC7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC7CF.

Preview

Color preview on black background

This text has color #BDC7CF on black background.


Color preview on white background

This text has color #BDC7CF on white background.


Black color preview on #BDC7CF background

This text has black color on #BDC7CF background.


White color preview on #BDC7CF background

This text has white color on #BDC7CF background.


Related colors

Complementary color

Complementary color for #hex is #423830.


I love getcolorcode.com

Triadic colors

1 #CFBDC7 and #C7CFBD with #BDC7CF are triadic colors.

2 #CFC7BD and #C7BDCF with #BDC7CF are triadic colors.