COLOR #BDC7D6

HEX: #BDC7D6
RGB: (189,199,214)

Color info

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

RGB color model

#BDC7D6 color RGB value is (189,199,214).

  • red value is 189;
  • green value is 199;
  • blue value is 214.
RGB:
(189,199,214)
(74%,78%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 214 of 255 = 84%

189
199
214

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 214 = 602 (100%)
R 189 of 602 ~ 31.4%
G 199 of 602 ~ 33.06%
B 214 of 602 ~ 35.55%

%31.4
%33.06
%35.55

CMYK color model

#BDC7D6 color CMYK value is (12,7,0,16).

  • cyan value is 11.68%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,7,0,16)
C12M7Y0K16 
(12%,7%,0%,16%)
(0.12/0.07/0.00/0.16)	

CMYK percentages

%11.68
%7.01
%0
%16.08

Codes

Color #BDC7D6 in popluar color models

BDC7D6
RGB189199214
HSL216°23.36%79.02%
HSB/HSV216°11.68%83.92%
CMYK11.68%7.01%0.00%
16.08%

Color #BDC7D6 in popluar number systems.

HEXBDC7D6
Decimal189199214
Binary101111011100011111010110
Octal275307326

Shades and tints

Shades of #BDC7D6

#BDC7D6
(189,199,214)
#ACB5C3
(172,181,195)
#9BA3B0
(155,163,176)
#8A919D
(138,145,157)
#797F8A
(121,127,138)
#686D77
(104,109,119)
#575B64
(87,91,100)
#464951
(70,73,81)
#35373E
(53,55,62)
#24252B
(36,37,43)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #BDC7D6

#BDC7D6
(189,199,214)
#C3CCD9
(195,204,217)
#C9D1DC
(201,209,220)
#CFD6DF
(207,214,223)
#D5DBE2
(213,219,226)
#DBE0E5
(219,224,229)
#E1E5E8
(225,229,232)
#E7EAEB
(231,234,235)
#EDEFEE
(237,239,238)
#F3F4F1
(243,244,241)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC7D6; }

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

This text font color is #BDC7D6.


Background Color

.myBgColor { background-color: #BDC7D6; }

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

This div background color is #BDC7D6.


Border color

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

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

This div border color is #BDC7D6.


Opacity

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

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

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

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

This text has shadow with #BDC7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC7D6 on black background.


Color preview on white background

This text has color #BDC7D6 on white background.



Black color preview on #BDC7D6 background

This text has black color on #BDC7D6 background.


White color preview on #BDC7D6 background

This text has white color on #BDC7D6 background.