COLOR #BDC6D7

HEX: #BDC6D7 RGB: (189,198,215)

Color info

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

RGB color model

#BDC6D7 color RGB value is (189,198,215).

RGB: (189,198,215) (74%, 78%, 84%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 215 of 255 = 84%

189
198
215

R + G + B ~ 79%. #BDC6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 215 = 602 (100%)
R 189 of 602 ~ 31.4%
G 198 of 602 ~ 32.89%
B 215 of 602 ~ 35.71'%

%31.4
%32.89
%35.71

CMYK color model

#BDC6D7 color CMYK value is (12,8,0,16).

  • cyan value is 12.09%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (12,8,0,16)
C12M8Y0K16 (12%, 8%, 0%, 16%)
(0.12 / 0.08 / 0.00 / 0.16)

CMYK percentages

%12.09
%7.91
%0
%15.69

Codes

Color #BDC6D7 in popluar color models

BD C6 D7
RGB 189 198 215
HSL 219° 24.53% 79.22%
HSB/HSV 219° 12.09% 84.31%
CMYK 12.09% 7.91% 0.00%
15.69%

Color #BDC6D7 in popluar number systems.

HEX BD C6 D7
Decimal 189 198 215
Binary 10111101 11000110 11010111
Octal 275 306 327

Shades and tints

Shades of #BDC6D7

#BDC6D7
(189,198,215)
#ACB4C4
(172,180,196)
#9BA2B1
(155,162,177)
#8A909E
(138,144,158)
#797E8B
(121,126,139)
#686C78
(104,108,120)
#575A65
(87,90,101)
#464852
(70,72,82)
#35363F
(53,54,63)
#24242C
(36,36,44)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #BDC6D7

#BDC6D7
(189,198,215)
#C3CBDA
(195,203,218)
#C9D0DD
(201,208,221)
#CFD5E0
(207,213,224)
#D5DAE3
(213,218,227)
#DBDFE6
(219,223,230)
#E1E4E9
(225,228,233)
#E7E9EC
(231,233,236)
#EDEEEF
(237,238,239)
#F3F3F2
(243,243,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC6D7 color. Also use rgb(189,198,215) instead hex code.

Text Font Color

.myTextColor { color: #BDC6D7; }

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

This text font color is #BDC6D7.

Background Color

.myBgColor { background-color: #BDC6D7; }

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

This div background color is #BDC6D7.

Border color

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

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

This div border color is #BDC6D7.

Opacity

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

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

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

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

This text has shadow with #BDC6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC6D7.

Preview

Color preview on black background

This text has color #BDC6D7 on black background.


Color preview on white background

This text has color #BDC6D7 on white background.


Black color preview on #BDC6D7 background

This text has black color on #BDC6D7 background.


White color preview on #BDC6D7 background

This text has white color on #BDC6D7 background.


Related colors

Complementary color

Complementary color for #hex is #423928.


I love getcolorcode.com

Triadic colors

1 #D7BDC6 and #C6D7BD with #BDC6D7 are triadic colors.

2 #D7C6BD and #C6BDD7 with #BDC6D7 are triadic colors.