COLOR #BDC7D8

HEX: #BDC7D8
RGB: (189,199,216)

Color info

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

RGB color model

#BDC7D8 color RGB value is (189,199,216).

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

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 216 of 255 = 85%

189
199
216

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 216 = 604 (100%)
R 189 of 604 ~ 31.29%
G 199 of 604 ~ 32.95%
B 216 of 604 ~ 35.76%

%31.29
%32.95
%35.76

CMYK color model

#BDC7D8 color CMYK value is (13,8,0,15).

  • cyan value is 12.50%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,8,0,15)
C13M8Y0K15 
(13%,8%,0%,15%)
(0.13/0.08/0.00/0.15)	

CMYK percentages

%12.5
%7.87
%0
%15.29

Codes

Color #BDC7D8 in popluar color models

BDC7D8
RGB189199216
HSL218°25.71%79.41%
HSB/HSV218°12.50%84.71%
CMYK12.50%7.87%0.00%
15.29%

Color #BDC7D8 in popluar number systems.

HEXBDC7D8
Decimal189199216
Binary101111011100011111011000
Octal275307330

Shades and tints

Shades of #BDC7D8

#BDC7D8
(189,199,216)
#ACB5C5
(172,181,197)
#9BA3B2
(155,163,178)
#8A919F
(138,145,159)
#797F8C
(121,127,140)
#686D79
(104,109,121)
#575B66
(87,91,102)
#464953
(70,73,83)
#353740
(53,55,64)
#24252D
(36,37,45)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BDC7D8

#BDC7D8
(189,199,216)
#C3CCDB
(195,204,219)
#C9D1DE
(201,209,222)
#CFD6E1
(207,214,225)
#D5DBE4
(213,219,228)
#DBE0E7
(219,224,231)
#E1E5EA
(225,229,234)
#E7EAED
(231,234,237)
#EDEFF0
(237,239,240)
#F3F4F3
(243,244,243)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC7D8; }

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

This text font color is #BDC7D8.


Background Color

.myBgColor { background-color: #BDC7D8; }

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

This div background color is #BDC7D8.


Border color

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

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

This div border color is #BDC7D8.


Opacity

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

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

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

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

This text has shadow with #BDC7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC7D8 on black background.


Color preview on white background

This text has color #BDC7D8 on white background.



Black color preview on #BDC7D8 background

This text has black color on #BDC7D8 background.


White color preview on #BDC7D8 background

This text has white color on #BDC7D8 background.