COLOR #BDB9CB

HEX: #BDB9CB
RGB: (189,185,203)

Color info

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

RGB color model

#BDB9CB color RGB value is (189,185,203).

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

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 203 of 255 = 80%

189
185
203

R + G + B ~ 76%. #BDB9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 203 = 577 (100%)
R 189 of 577 ~ 32.76%
G 185 of 577 ~ 32.06%
B 203 of 577 ~ 35.18%

%32.76
%32.06
%35.18

CMYK color model

#BDB9CB color CMYK value is (7,9,0,20).

  • cyan value is 6.90%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,9,0,20)
C7M9Y0K20 
(7%,9%,0%,20%)
(0.07/0.09/0.00/0.20)	

CMYK percentages

%6.9
%8.87
%0
%20.39

Codes

Color #BDB9CB in popluar color models

BDB9CB
RGB189185203
HSL253°14.75%76.08%
HSB/HSV253°8.87%79.61%
CMYK6.90%8.87%0.00%
20.39%

Color #BDB9CB in popluar number systems.

HEXBDB9CB
Decimal189185203
Binary101111011011100111001011
Octal275271313

Shades and tints

Shades of #BDB9CB

#BDB9CB
(189,185,203)
#ACA9B9
(172,169,185)
#9B99A7
(155,153,167)
#8A8995
(138,137,149)
#797983
(121,121,131)
#686971
(104,105,113)
#57595F
(87,89,95)
#46494D
(70,73,77)
#35393B
(53,57,59)
#242929
(36,41,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDB9CB

#BDB9CB
(189,185,203)
#C3BFCF
(195,191,207)
#C9C5D3
(201,197,211)
#CFCBD7
(207,203,215)
#D5D1DB
(213,209,219)
#DBD7DF
(219,215,223)
#E1DDE3
(225,221,227)
#E7E3E7
(231,227,231)
#EDE9EB
(237,233,235)
#F3EFEF
(243,239,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9CB; }

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

This text font color is #BDB9CB.


Background Color

.myBgColor { background-color: #BDB9CB; }

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

This div background color is #BDB9CB.


Border color

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

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

This div border color is #BDB9CB.


Opacity

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

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

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

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

This text has shadow with #BDB9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9CB on black background.


Color preview on white background

This text has color #BDB9CB on white background.



Black color preview on #BDB9CB background

This text has black color on #BDB9CB background.


White color preview on #BDB9CB background

This text has white color on #BDB9CB background.