COLOR #BDC7DA

HEX: #BDC7DA
RGB: (189,199,218)

Color info

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

RGB color model

#BDC7DA color RGB value is (189,199,218).

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

RGB channels and saturation

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

189
199
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 218 = 606 (100%)
R 189 of 606 ~ 31.19%
G 199 of 606 ~ 32.84%
B 218 of 606 ~ 35.97%

%31.19
%32.84
%35.97

CMYK color model

#BDC7DA color CMYK value is (13,9,0,15).

  • cyan value is 13.30%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,9,0,15)
C13M9Y0K15 
(13%,9%,0%,15%)
(0.13/0.09/0.00/0.15)	

CMYK percentages

%13.3
%8.72
%0
%14.51

Codes

Color #BDC7DA in popluar color models

BDC7DA
RGB189199218
HSL219°28.16%79.80%
HSB/HSV219°13.30%85.49%
CMYK13.30%8.72%0.00%
14.51%

Color #BDC7DA in popluar number systems.

HEXBDC7DA
Decimal189199218
Binary101111011100011111011010
Octal275307332

Shades and tints

Shades of #BDC7DA

#BDC7DA
(189,199,218)
#ACB5C7
(172,181,199)
#9BA3B4
(155,163,180)
#8A91A1
(138,145,161)
#797F8E
(121,127,142)
#686D7B
(104,109,123)
#575B68
(87,91,104)
#464955
(70,73,85)
#353742
(53,55,66)
#24252F
(36,37,47)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #BDC7DA

#BDC7DA
(189,199,218)
#C3CCDD
(195,204,221)
#C9D1E0
(201,209,224)
#CFD6E3
(207,214,227)
#D5DBE6
(213,219,230)
#DBE0E9
(219,224,233)
#E1E5EC
(225,229,236)
#E7EAEF
(231,234,239)
#EDEFF2
(237,239,242)
#F3F4F5
(243,244,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC7DA; }

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

This text font color is #BDC7DA.


Background Color

.myBgColor { background-color: #BDC7DA; }

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

This div background color is #BDC7DA.


Border color

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

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

This div border color is #BDC7DA.


Opacity

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

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

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

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

This text has shadow with #BDC7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC7DA on black background.


Color preview on white background

This text has color #BDC7DA on white background.



Black color preview on #BDC7DA background

This text has black color on #BDC7DA background.


White color preview on #BDC7DA background

This text has white color on #BDC7DA background.