COLOR #BDC8CE

HEX: #BDC8CE
RGB: (189,200,206)

Color info

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

RGB color model

#BDC8CE color RGB value is (189,200,206).

  • red value is 189;
  • green value is 200;
  • blue value is 206.
RGB:
(189,200,206)
(74%,78%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 206 of 255 = 81%

189
200
206

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

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 206 = 595 (100%)
R 189 of 595 ~ 31.76%
G 200 of 595 ~ 33.61%
B 206 of 595 ~ 34.62%

%31.76
%33.61
%34.62

CMYK color model

#BDC8CE color CMYK value is (8,3,0,19).

  • cyan value is 8.25%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,3,0,19)
C8M3Y0K19 
(8%,3%,0%,19%)
(0.08/0.03/0.00/0.19)	

CMYK percentages

%8.25
%2.91
%0
%19.22

Codes

Color #BDC8CE in popluar color models

BDC8CE
RGB189200206
HSL201°14.78%77.45%
HSB/HSV201°8.25%80.78%
CMYK8.25%2.91%0.00%
19.22%

Color #BDC8CE in popluar number systems.

HEXBDC8CE
Decimal189200206
Binary101111011100100011001110
Octal275310316

Shades and tints

Shades of #BDC8CE

#BDC8CE
(189,200,206)
#ACB6BC
(172,182,188)
#9BA4AA
(155,164,170)
#8A9298
(138,146,152)
#798086
(121,128,134)
#686E74
(104,110,116)
#575C62
(87,92,98)
#464A50
(70,74,80)
#35383E
(53,56,62)
#24262C
(36,38,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #BDC8CE

#BDC8CE
(189,200,206)
#C3CDD2
(195,205,210)
#C9D2D6
(201,210,214)
#CFD7DA
(207,215,218)
#D5DCDE
(213,220,222)
#DBE1E2
(219,225,226)
#E1E6E6
(225,230,230)
#E7EBEA
(231,235,234)
#EDF0EE
(237,240,238)
#F3F5F2
(243,245,242)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC8CE color. Also use rgb(189,200,206) instead hex code.

Text Font Color

.myTextColor { color: #BDC8CE; }

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

This text font color is #BDC8CE.


Background Color

.myBgColor { background-color: #BDC8CE; }

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

This div background color is #BDC8CE.


Border color

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

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

This div border color is #BDC8CE.


Opacity

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

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

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

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

This text has shadow with #BDC8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8CE on black background.


Color preview on white background

This text has color #BDC8CE on white background.



Black color preview on #BDC8CE background

This text has black color on #BDC8CE background.


White color preview on #BDC8CE background

This text has white color on #BDC8CE background.