COLOR #BDC2D3

HEX: #BDC2D3
RGB: (189,194,211)

Color info

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

RGB color model

#BDC2D3 color RGB value is (189,194,211).

  • red value is 189;
  • green value is 194;
  • blue value is 211.
RGB:
(189,194,211)
(74%,76%,83%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 211 of 255 = 83%

189
194
211

R + G + B ~ 78%. #BDC2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 194 + 211 = 594 (100%)
R 189 of 594 ~ 31.82%
G 194 of 594 ~ 32.66%
B 211 of 594 ~ 35.52%

%31.82
%32.66
%35.52

CMYK color model

#BDC2D3 color CMYK value is (10,8,0,17).

  • cyan value is 10.43%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(10,8,0,17)
C10M8Y0K17 
(10%,8%,0%,17%)
(0.10/0.08/0.00/0.17)	

CMYK percentages

%10.43
%8.06
%0
%17.25

Codes

Color #BDC2D3 in popluar color models

BDC2D3
RGB189194211
HSL226°20.00%78.43%
HSB/HSV226°10.43%82.75%
CMYK10.43%8.06%0.00%
17.25%

Color #BDC2D3 in popluar number systems.

HEXBDC2D3
Decimal189194211
Binary101111011100001011010011
Octal275302323

Shades and tints

Shades of #BDC2D3

#BDC2D3
(189,194,211)
#ACB1C0
(172,177,192)
#9BA0AD
(155,160,173)
#8A8F9A
(138,143,154)
#797E87
(121,126,135)
#686D74
(104,109,116)
#575C61
(87,92,97)
#464B4E
(70,75,78)
#353A3B
(53,58,59)
#242928
(36,41,40)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDC2D3

#BDC2D3
(189,194,211)
#C3C7D7
(195,199,215)
#C9CCDB
(201,204,219)
#CFD1DF
(207,209,223)
#D5D6E3
(213,214,227)
#DBDBE7
(219,219,231)
#E1E0EB
(225,224,235)
#E7E5EF
(231,229,239)
#EDEAF3
(237,234,243)
#F3EFF7
(243,239,247)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC2D3 color. Also use rgb(189,194,211) instead hex code.

Text Font Color

.myTextColor { color: #BDC2D3; }

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

This text font color is #BDC2D3.


Background Color

.myBgColor { background-color: #BDC2D3; }

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

This div background color is #BDC2D3.


Border color

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

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

This div border color is #BDC2D3.


Opacity

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

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

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

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

This text has shadow with #BDC2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC2D3 on black background.


Color preview on white background

This text has color #BDC2D3 on white background.



Black color preview on #BDC2D3 background

This text has black color on #BDC2D3 background.


White color preview on #BDC2D3 background

This text has white color on #BDC2D3 background.