COLOR #BDB5CB

HEX: #BDB5CB
RGB: (189,181,203)

Color info

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

RGB color model

#BDB5CB color RGB value is (189,181,203).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 203 of 255 = 80%

189
181
203

R + G + B ~ 75%. #BDB5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 203 = 573 (100%)
R 189 of 573 ~ 32.98%
G 181 of 573 ~ 31.59%
B 203 of 573 ~ 35.43%

%32.98
%31.59
%35.43

CMYK color model

#BDB5CB color CMYK value is (7,11,0,20).

  • cyan value is 6.90%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,11,0,20)
C7M11Y0K20 
(7%,11%,0%,20%)
(0.07/0.11/0.00/0.20)	

CMYK percentages

%6.9
%10.84
%0
%20.39

Codes

Color #BDB5CB in popluar color models

BDB5CB
RGB189181203
HSL262°17.46%75.29%
HSB/HSV262°10.84%79.61%
CMYK6.90%10.84%0.00%
20.39%

Color #BDB5CB in popluar number systems.

HEXBDB5CB
Decimal189181203
Binary101111011011010111001011
Octal275265313

Shades and tints

Shades of #BDB5CB

#BDB5CB
(189,181,203)
#ACA5B9
(172,165,185)
#9B95A7
(155,149,167)
#8A8595
(138,133,149)
#797583
(121,117,131)
#686571
(104,101,113)
#57555F
(87,85,95)
#46454D
(70,69,77)
#35353B
(53,53,59)
#242529
(36,37,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BDB5CB

#BDB5CB
(189,181,203)
#C3BBCF
(195,187,207)
#C9C1D3
(201,193,211)
#CFC7D7
(207,199,215)
#D5CDDB
(213,205,219)
#DBD3DF
(219,211,223)
#E1D9E3
(225,217,227)
#E7DFE7
(231,223,231)
#EDE5EB
(237,229,235)
#F3EBEF
(243,235,239)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5CB; }

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

This text font color is #BDB5CB.


Background Color

.myBgColor { background-color: #BDB5CB; }

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

This div background color is #BDB5CB.


Border color

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

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

This div border color is #BDB5CB.


Opacity

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

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

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

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

This text has shadow with #BDB5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5CB on black background.


Color preview on white background

This text has color #BDB5CB on white background.



Black color preview on #BDB5CB background

This text has black color on #BDB5CB background.


White color preview on #BDB5CB background

This text has white color on #BDB5CB background.