COLOR #BDC8C9

HEX: #BDC8C9
RGB: (189,200,201)

Color info

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

RGB color model

#BDC8C9 color RGB value is (189,200,201).

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

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 201 of 255 = 79%

189
200
201

R + G + B ~ 77%. #BDC8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 201 = 590 (100%)
R 189 of 590 ~ 32.03%
G 200 of 590 ~ 33.9%
B 201 of 590 ~ 34.07%

%32.03
%33.9
%34.07

CMYK color model

#BDC8C9 color CMYK value is (6,0,0,21).

  • cyan value is 5.97%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,0,0,21)
C6M0Y0K21 
(6%,0%,0%,21%)
(0.06/0.00/0.00/0.21)	

CMYK percentages

%5.97
%0.5
%0
%21.18

Codes

Color #BDC8C9 in popluar color models

BDC8C9
RGB189200201
HSL185°10.00%76.47%
HSB/HSV185°5.97%78.82%
CMYK5.97%0.50%0.00%
21.18%

Color #BDC8C9 in popluar number systems.

HEXBDC8C9
Decimal189200201
Binary101111011100100011001001
Octal275310311

Shades and tints

Shades of #BDC8C9

#BDC8C9
(189,200,201)
#ACB6B7
(172,182,183)
#9BA4A5
(155,164,165)
#8A9293
(138,146,147)
#798081
(121,128,129)
#686E6F
(104,110,111)
#575C5D
(87,92,93)
#464A4B
(70,74,75)
#353839
(53,56,57)
#242627
(36,38,39)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDC8C9

#BDC8C9
(189,200,201)
#C3CDCD
(195,205,205)
#C9D2D1
(201,210,209)
#CFD7D5
(207,215,213)
#D5DCD9
(213,220,217)
#DBE1DD
(219,225,221)
#E1E6E1
(225,230,225)
#E7EBE5
(231,235,229)
#EDF0E9
(237,240,233)
#F3F5ED
(243,245,237)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8C9; }

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

This text font color is #BDC8C9.


Background Color

.myBgColor { background-color: #BDC8C9; }

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

This div background color is #BDC8C9.


Border color

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

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

This div border color is #BDC8C9.


Opacity

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

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

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

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

This text has shadow with #BDC8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8C9 on black background.


Color preview on white background

This text has color #BDC8C9 on white background.



Black color preview on #BDC8C9 background

This text has black color on #BDC8C9 background.


White color preview on #BDC8C9 background

This text has white color on #BDC8C9 background.