COLOR #BDC3C7

HEX: #BDC3C7 RGB: (189,195,199)

Color info

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

RGB color model

#BDC3C7 color RGB value is (189,195,199).

RGB: (189,195,199) (74%, 76%, 78%)

RGB channels and saturation

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

189
195
199

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

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 199 = 583 (100%)
R 189 of 583 ~ 32.42%
G 195 of 583 ~ 33.45%
B 199 of 583 ~ 34.13'%

%32.42
%33.45
%34.13

CMYK color model

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

  • cyan value is 5.03%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (5,2,0,22)
C5M2Y0K22 (5%, 2%, 0%, 22%)
(0.05 / 0.02 / 0.00 / 0.22)

CMYK percentages

%5.03
%2.01
%0
%21.96

Codes

Color #BDC3C7 in popluar color models

BD C3 C7
RGB 189 195 199
HSL 204° 8.20% 76.08%
HSB/HSV 204° 5.03% 78.04%
CMYK 5.03% 2.01% 0.00%
21.96%

Color #BDC3C7 in popluar number systems.

HEX BD C3 C7
Decimal 189 195 199
Binary 10111101 11000011 11000111
Octal 275 303 307

Shades and tints

Shades of #BDC3C7

#BDC3C7
(189,195,199)
#ACB2B5
(172,178,181)
#9BA1A3
(155,161,163)
#8A9091
(138,144,145)
#797F7F
(121,127,127)
#686E6D
(104,110,109)
#575D5B
(87,93,91)
#464C49
(70,76,73)
#353B37
(53,59,55)
#242A25
(36,42,37)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDC3C7

#BDC3C7
(189,195,199)
#C3C8CC
(195,200,204)
#C9CDD1
(201,205,209)
#CFD2D6
(207,210,214)
#D5D7DB
(213,215,219)
#DBDCE0
(219,220,224)
#E1E1E5
(225,225,229)
#E7E6EA
(231,230,234)
#EDEBEF
(237,235,239)
#F3F0F4
(243,240,244)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3C7; }

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

This text font color is #BDC3C7.

Background Color

.myBgColor { background-color: #BDC3C7; }

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

This div background color is #BDC3C7.

Border color

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

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

This div border color is #BDC3C7.

Opacity

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

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

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

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

This text has shadow with #BDC3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3C7.

Preview

Color preview on black background

This text has color #BDC3C7 on black background.


Color preview on white background

This text has color #BDC3C7 on white background.


Black color preview on #BDC3C7 background

This text has black color on #BDC3C7 background.


White color preview on #BDC3C7 background

This text has white color on #BDC3C7 background.


Related colors

Complementary color

Complementary color for #hex is #423C38.


I love getcolorcode.com

Triadic colors

1 #C7BDC3 and #C3C7BD with #BDC3C7 are triadic colors.

2 #C7C3BD and #C3BDC7 with #BDC3C7 are triadic colors.