COLOR #BDC7DF

HEX: #BDC7DF RGB: (189,199,223)

Color info

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

RGB color model

#BDC7DF color RGB value is (189,199,223).

RGB: (189,199,223) (74%, 78%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 223 of 255 = 87%

189
199
223

R + G + B ~ 80%. #BDC7DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 199 + 223 = 611 (100%)
R 189 of 611 ~ 30.93%
G 199 of 611 ~ 32.57%
B 223 of 611 ~ 36.5'%

%30.93
%32.57
%36.5

CMYK color model

#BDC7DF color CMYK value is (15,11,0,13).

  • cyan value is 15.25%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (15,11,0,13)
C15M11Y0K13 (15%, 11%, 0%, 13%)
(0.15 / 0.11 / 0.00 / 0.13)

CMYK percentages

%15.25
%10.76
%0
%12.55

Codes

Color #BDC7DF in popluar color models

BD C7 DF
RGB 189 199 223
HSL 222° 34.69% 80.78%
HSB/HSV 222° 15.25% 87.45%
CMYK 15.25% 10.76% 0.00%
12.55%

Color #BDC7DF in popluar number systems.

HEX BD C7 DF
Decimal 189 199 223
Binary 10111101 11000111 11011111
Octal 275 307 337

Shades and tints

Shades of #BDC7DF

#BDC7DF
(189,199,223)
#ACB5CB
(172,181,203)
#9BA3B7
(155,163,183)
#8A91A3
(138,145,163)
#797F8F
(121,127,143)
#686D7B
(104,109,123)
#575B67
(87,91,103)
#464953
(70,73,83)
#35373F
(53,55,63)
#24252B
(36,37,43)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDC7DF

#BDC7DF
(189,199,223)
#C3CCE1
(195,204,225)
#C9D1E3
(201,209,227)
#CFD6E5
(207,214,229)
#D5DBE7
(213,219,231)
#DBE0E9
(219,224,233)
#E1E5EB
(225,229,235)
#E7EAED
(231,234,237)
#EDEFEF
(237,239,239)
#F3F4F1
(243,244,241)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC7DF; }

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

This text font color is #BDC7DF.

Background Color

.myBgColor { background-color: #BDC7DF; }

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

This div background color is #BDC7DF.

Border color

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

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

This div border color is #BDC7DF.

Opacity

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

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

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

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

This text has shadow with #BDC7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC7DF.

Preview

Color preview on black background

This text has color #BDC7DF on black background.


Color preview on white background

This text has color #BDC7DF on white background.


Black color preview on #BDC7DF background

This text has black color on #BDC7DF background.


White color preview on #BDC7DF background

This text has white color on #BDC7DF background.


Related colors

Complementary color

Complementary color for #hex is #423820.


I love getcolorcode.com

Triadic colors

1 #DFBDC7 and #C7DFBD with #BDC7DF are triadic colors.

2 #DFC7BD and #C7BDDF with #BDC7DF are triadic colors.