COLOR #BDC2DB

HEX: #BDC2DB
RGB: (189,194,219)

Color info

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

RGB color model

#BDC2DB color RGB value is (189,194,219).

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

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 219 of 255 = 86%

189
194
219

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

Portions of RGB colors in percentages

R + G + B =
189 + 194 + 219 = 602 (100%)
R 189 of 602 ~ 31.4%
G 194 of 602 ~ 32.23%
B 219 of 602 ~ 36.38%

%31.4
%32.23
%36.38

CMYK color model

#BDC2DB color CMYK value is (14,11,0,14).

  • cyan value is 13.70%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,11,0,14)
C14M11Y0K14 
(14%,11%,0%,14%)
(0.14/0.11/0.00/0.14)	

CMYK percentages

%13.7
%11.42
%0
%14.12

Codes

Color #BDC2DB in popluar color models

BDC2DB
RGB189194219
HSL230°29.41%80.00%
HSB/HSV230°13.70%85.88%
CMYK13.70%11.42%0.00%
14.12%

Color #BDC2DB in popluar number systems.

HEXBDC2DB
Decimal189194219
Binary101111011100001011011011
Octal275302333

Shades and tints

Shades of #BDC2DB

#BDC2DB
(189,194,219)
#ACB1C8
(172,177,200)
#9BA0B5
(155,160,181)
#8A8FA2
(138,143,162)
#797E8F
(121,126,143)
#686D7C
(104,109,124)
#575C69
(87,92,105)
#464B56
(70,75,86)
#353A43
(53,58,67)
#242930
(36,41,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #BDC2DB

#BDC2DB
(189,194,219)
#C3C7DE
(195,199,222)
#C9CCE1
(201,204,225)
#CFD1E4
(207,209,228)
#D5D6E7
(213,214,231)
#DBDBEA
(219,219,234)
#E1E0ED
(225,224,237)
#E7E5F0
(231,229,240)
#EDEAF3
(237,234,243)
#F3EFF6
(243,239,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC2DB; }

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

This text font color is #BDC2DB.


Background Color

.myBgColor { background-color: #BDC2DB; }

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

This div background color is #BDC2DB.


Border color

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

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

This div border color is #BDC2DB.


Opacity

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

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

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

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

This text has shadow with #BDC2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC2DB on black background.


Color preview on white background

This text has color #BDC2DB on white background.



Black color preview on #BDC2DB background

This text has black color on #BDC2DB background.


White color preview on #BDC2DB background

This text has white color on #BDC2DB background.