COLOR #BDCBD6

HEX: #BDCBD6
RGB: (189,203,214)

Color info

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

RGB color model

#BDCBD6 color RGB value is (189,203,214).

  • red value is 189;
  • green value is 203;
  • blue value is 214.
RGB:
(189,203,214)
(74%,80%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 214 of 255 = 84%

189
203
214

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

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 214 = 606 (100%)
R 189 of 606 ~ 31.19%
G 203 of 606 ~ 33.5%
B 214 of 606 ~ 35.31%

%31.19
%33.5
%35.31

CMYK color model

#BDCBD6 color CMYK value is (12,5,0,16).

  • cyan value is 11.68%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,5,0,16)
C12M5Y0K16 
(12%,5%,0%,16%)
(0.12/0.05/0.00/0.16)	

CMYK percentages

%11.68
%5.14
%0
%16.08

Codes

Color #BDCBD6 in popluar color models

BDCBD6
RGB189203214
HSL206°23.36%79.02%
HSB/HSV206°11.68%83.92%
CMYK11.68%5.14%0.00%
16.08%

Color #BDCBD6 in popluar number systems.

HEXBDCBD6
Decimal189203214
Binary101111011100101111010110
Octal275313326

Shades and tints

Shades of #BDCBD6

#BDCBD6
(189,203,214)
#ACB9C3
(172,185,195)
#9BA7B0
(155,167,176)
#8A959D
(138,149,157)
#79838A
(121,131,138)
#687177
(104,113,119)
#575F64
(87,95,100)
#464D51
(70,77,81)
#353B3E
(53,59,62)
#24292B
(36,41,43)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDCBD6

#BDCBD6
(189,203,214)
#C3CFD9
(195,207,217)
#C9D3DC
(201,211,220)
#CFD7DF
(207,215,223)
#D5DBE2
(213,219,226)
#DBDFE5
(219,223,229)
#E1E3E8
(225,227,232)
#E7E7EB
(231,231,235)
#EDEBEE
(237,235,238)
#F3EFF1
(243,239,241)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCBD6 color. Also use rgb(189,203,214) instead hex code.

Text Font Color

.myTextColor { color: #BDCBD6; }

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

This text font color is #BDCBD6.


Background Color

.myBgColor { background-color: #BDCBD6; }

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

This div background color is #BDCBD6.


Border color

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

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

This div border color is #BDCBD6.


Opacity

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

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

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

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

This text has shadow with #BDCBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBD6 on black background.


Color preview on white background

This text has color #BDCBD6 on white background.



Black color preview on #BDCBD6 background

This text has black color on #BDCBD6 background.


White color preview on #BDCBD6 background

This text has white color on #BDCBD6 background.