COLOR #BDC1DB

HEX: #BDC1DB
RGB: (189,193,219)

Color info

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

RGB color model

#BDC1DB color RGB value is (189,193,219).

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

RGB channels and saturation

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

189
193
219

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

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 219 = 601 (100%)
R 189 of 601 ~ 31.45%
G 193 of 601 ~ 32.11%
B 219 of 601 ~ 36.44%

%31.45
%32.11
%36.44

CMYK color model

#BDC1DB color CMYK value is (14,12,0,14).

  • cyan value is 13.70%
  • magenta value is 11.87%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,12,0,14)
C14M12Y0K14 
(14%,12%,0%,14%)
(0.14/0.12/0.00/0.14)	

CMYK percentages

%13.7
%11.87
%0
%14.12

Codes

Color #BDC1DB in popluar color models

BDC1DB
RGB189193219
HSL232°29.41%80.00%
HSB/HSV232°13.70%85.88%
CMYK13.70%11.87%0.00%
14.12%

Color #BDC1DB in popluar number systems.

HEXBDC1DB
Decimal189193219
Binary101111011100000111011011
Octal275301333

Shades and tints

Shades of #BDC1DB

#BDC1DB
(189,193,219)
#ACB0C8
(172,176,200)
#9B9FB5
(155,159,181)
#8A8EA2
(138,142,162)
#797D8F
(121,125,143)
#686C7C
(104,108,124)
#575B69
(87,91,105)
#464A56
(70,74,86)
#353943
(53,57,67)
#242830
(36,40,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #BDC1DB

#BDC1DB
(189,193,219)
#C3C6DE
(195,198,222)
#C9CBE1
(201,203,225)
#CFD0E4
(207,208,228)
#D5D5E7
(213,213,231)
#DBDAEA
(219,218,234)
#E1DFED
(225,223,237)
#E7E4F0
(231,228,240)
#EDE9F3
(237,233,243)
#F3EEF6
(243,238,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1DB; }

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

This text font color is #BDC1DB.


Background Color

.myBgColor { background-color: #BDC1DB; }

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

This div background color is #BDC1DB.


Border color

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

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

This div border color is #BDC1DB.


Opacity

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

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

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

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

This text has shadow with #BDC1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1DB on black background.


Color preview on white background

This text has color #BDC1DB on white background.



Black color preview on #BDC1DB background

This text has black color on #BDC1DB background.


White color preview on #BDC1DB background

This text has white color on #BDC1DB background.