COLOR #BDB9CE

HEX: #BDB9CE
RGB: (189,185,206)

Color info

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

RGB color model

#BDB9CE color RGB value is (189,185,206).

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

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 206 of 255 = 81%

189
185
206

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

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 206 = 580 (100%)
R 189 of 580 ~ 32.59%
G 185 of 580 ~ 31.9%
B 206 of 580 ~ 35.52%

%32.59
%31.9
%35.52

CMYK color model

#BDB9CE color CMYK value is (8,10,0,19).

  • cyan value is 8.25%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,10,0,19)
C8M10Y0K19 
(8%,10%,0%,19%)
(0.08/0.10/0.00/0.19)	

CMYK percentages

%8.25
%10.19
%0
%19.22

Codes

Color #BDB9CE in popluar color models

BDB9CE
RGB189185206
HSL251°17.65%76.67%
HSB/HSV251°10.19%80.78%
CMYK8.25%10.19%0.00%
19.22%

Color #BDB9CE in popluar number systems.

HEXBDB9CE
Decimal189185206
Binary101111011011100111001110
Octal275271316

Shades and tints

Shades of #BDB9CE

#BDB9CE
(189,185,206)
#ACA9BC
(172,169,188)
#9B99AA
(155,153,170)
#8A8998
(138,137,152)
#797986
(121,121,134)
#686974
(104,105,116)
#575962
(87,89,98)
#464950
(70,73,80)
#35393E
(53,57,62)
#24292C
(36,41,44)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDB9CE

#BDB9CE
(189,185,206)
#C3BFD2
(195,191,210)
#C9C5D6
(201,197,214)
#CFCBDA
(207,203,218)
#D5D1DE
(213,209,222)
#DBD7E2
(219,215,226)
#E1DDE6
(225,221,230)
#E7E3EA
(231,227,234)
#EDE9EE
(237,233,238)
#F3EFF2
(243,239,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9CE; }

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

This text font color is #BDB9CE.


Background Color

.myBgColor { background-color: #BDB9CE; }

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

This div background color is #BDB9CE.


Border color

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

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

This div border color is #BDB9CE.


Opacity

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

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

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

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

This text has shadow with #BDB9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9CE on black background.


Color preview on white background

This text has color #BDB9CE on white background.



Black color preview on #BDB9CE background

This text has black color on #BDB9CE background.


White color preview on #BDB9CE background

This text has white color on #BDB9CE background.