COLOR #BDC6C9

HEX: #BDC6C9
RGB: (189,198,201)

Color info

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

RGB color model

#BDC6C9 color RGB value is (189,198,201).

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

RGB channels and saturation

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

189
198
201

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

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 201 = 588 (100%)
R 189 of 588 ~ 32.14%
G 198 of 588 ~ 33.67%
B 201 of 588 ~ 34.18%

%32.14
%33.67
%34.18

CMYK color model

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

  • cyan value is 5.97%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,1,0,21)
C6M1Y0K21 
(6%,1%,0%,21%)
(0.06/0.01/0.00/0.21)	

CMYK percentages

%5.97
%1.49
%0
%21.18

Codes

Color #BDC6C9 in popluar color models

BDC6C9
RGB189198201
HSL195°10.00%76.47%
HSB/HSV195°5.97%78.82%
CMYK5.97%1.49%0.00%
21.18%

Color #BDC6C9 in popluar number systems.

HEXBDC6C9
Decimal189198201
Binary101111011100011011001001
Octal275306311

Shades and tints

Shades of #BDC6C9

#BDC6C9
(189,198,201)
#ACB4B7
(172,180,183)
#9BA2A5
(155,162,165)
#8A9093
(138,144,147)
#797E81
(121,126,129)
#686C6F
(104,108,111)
#575A5D
(87,90,93)
#46484B
(70,72,75)
#353639
(53,54,57)
#242427
(36,36,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BDC6C9

#BDC6C9
(189,198,201)
#C3CBCD
(195,203,205)
#C9D0D1
(201,208,209)
#CFD5D5
(207,213,213)
#D5DAD9
(213,218,217)
#DBDFDD
(219,223,221)
#E1E4E1
(225,228,225)
#E7E9E5
(231,233,229)
#EDEEE9
(237,238,233)
#F3F3ED
(243,243,237)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6C9; }

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

This text font color is #BDC6C9.


Background Color

.myBgColor { background-color: #BDC6C9; }

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

This div background color is #BDC6C9.


Border color

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

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

This div border color is #BDC6C9.


Opacity

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

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

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

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

This text has shadow with #BDC6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC6C9 on black background.


Color preview on white background

This text has color #BDC6C9 on white background.



Black color preview on #BDC6C9 background

This text has black color on #BDC6C9 background.


White color preview on #BDC6C9 background

This text has white color on #BDC6C9 background.