COLOR #BDC3B7

HEX: #BDC3B7 RGB: (189,195,183)

Color info

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

RGB color model

#BDC3B7 color RGB value is (189,195,183).

RGB: (189,195,183) (74%, 76%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 183 of 255 = 72%

189
195
183

R + G + B ~ 74%. #BDC3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 183 = 567 (100%)
R 189 of 567 ~ 33.33%
G 195 of 567 ~ 34.39%
B 183 of 567 ~ 32.28'%

%33.33
%34.39
%32.28

CMYK color model

#BDC3B7 color CMYK value is (3,0,6,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 23.53%

CMYK: (3,0,6,24)
C3M0Y6K24 (3%, 0%, 6%, 24%)
(0.03 / 0.00 / 0.06 / 0.24)

CMYK percentages

%3.08
%0
%6.15
%23.53

Codes

Color #BDC3B7 in popluar color models

BD C3 B7
RGB 189 195 183
HSL 90° 9.09% 74.12%
HSB/HSV 90° 6.15% 76.47%
CMYK 3.08% 0.00% 6.15%
23.53%

Color #BDC3B7 in popluar number systems.

HEX BD C3 B7
Decimal 189 195 183
Binary 10111101 11000011 10110111
Octal 275 303 267

Shades and tints

Shades of #BDC3B7

#BDC3B7
(189,195,183)
#ACB2A7
(172,178,167)
#9BA197
(155,161,151)
#8A9087
(138,144,135)
#797F77
(121,127,119)
#686E67
(104,110,103)
#575D57
(87,93,87)
#464C47
(70,76,71)
#353B37
(53,59,55)
#242A27
(36,42,39)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDC3B7

#BDC3B7
(189,195,183)
#C3C8BD
(195,200,189)
#C9CDC3
(201,205,195)
#CFD2C9
(207,210,201)
#D5D7CF
(213,215,207)
#DBDCD5
(219,220,213)
#E1E1DB
(225,225,219)
#E7E6E1
(231,230,225)
#EDEBE7
(237,235,231)
#F3F0ED
(243,240,237)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3B7; }

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

This text font color is #BDC3B7.

Background Color

.myBgColor { background-color: #BDC3B7; }

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

This div background color is #BDC3B7.

Border color

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

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

This div border color is #BDC3B7.

Opacity

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

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

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

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

This text has shadow with #BDC3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3B7.

Preview

Color preview on black background

This text has color #BDC3B7 on black background.


Color preview on white background

This text has color #BDC3B7 on white background.


Black color preview on #BDC3B7 background

This text has black color on #BDC3B7 background.


White color preview on #BDC3B7 background

This text has white color on #BDC3B7 background.


Related colors

Complementary color

Complementary color for #hex is #423C48.


I love getcolorcode.com

Triadic colors

1 #B7BDC3 and #C3B7BD with #BDC3B7 are triadic colors.

2 #B7C3BD and #C3BDB7 with #BDC3B7 are triadic colors.