COLOR #BDC3B9

HEX: #BDC3B9
RGB: (189,195,185)

Color info

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

RGB color model

#BDC3B9 color RGB value is (189,195,185).

  • red value is 189;
  • green value is 195;
  • blue value is 185.
RGB:
(189,195,185)
(74%,76%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 185 of 255 = 73%

189
195
185

R + G + B ~ 74%. #BDC3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 185 = 569 (100%)
R 189 of 569 ~ 33.22%
G 195 of 569 ~ 34.27%
B 185 of 569 ~ 32.51%

%33.22
%34.27
%32.51

CMYK color model

#BDC3B9 color CMYK value is (3,0,5,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(3,0,5,24)
C3M0Y5K24 
(3%,0%,5%,24%)
(0.03/0.00/0.05/0.24)	

CMYK percentages

%3.08
%0
%5.13
%23.53

Codes

Color #BDC3B9 in popluar color models

BDC3B9
RGB189195185
HSL96°7.69%74.51%
HSB/HSV96°5.13%76.47%
CMYK3.08%0.00%5.13%
23.53%

Color #BDC3B9 in popluar number systems.

HEXBDC3B9
Decimal189195185
Binary101111011100001110111001
Octal275303271

Shades and tints

Shades of #BDC3B9

#BDC3B9
(189,195,185)
#ACB2A9
(172,178,169)
#9BA199
(155,161,153)
#8A9089
(138,144,137)
#797F79
(121,127,121)
#686E69
(104,110,105)
#575D59
(87,93,89)
#464C49
(70,76,73)
#353B39
(53,59,57)
#242A29
(36,42,41)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDC3B9

#BDC3B9
(189,195,185)
#C3C8BF
(195,200,191)
#C9CDC5
(201,205,197)
#CFD2CB
(207,210,203)
#D5D7D1
(213,215,209)
#DBDCD7
(219,220,215)
#E1E1DD
(225,225,221)
#E7E6E3
(231,230,227)
#EDEBE9
(237,235,233)
#F3F0EF
(243,240,239)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC3B9 color. Also use rgb(189,195,185) instead hex code.

Text Font Color

.myTextColor { color: #BDC3B9; }

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

This text font color is #BDC3B9.


Background Color

.myBgColor { background-color: #BDC3B9; }

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

This div background color is #BDC3B9.


Border color

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

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

This div border color is #BDC3B9.


Opacity

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

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

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

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

This text has shadow with #BDC3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC3B9 on black background.


Color preview on white background

This text has color #BDC3B9 on white background.



Black color preview on #BDC3B9 background

This text has black color on #BDC3B9 background.


White color preview on #BDC3B9 background

This text has white color on #BDC3B9 background.