COLOR #B9BDCE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
189
206

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

Portions of RGB colors in percentages

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

%31.9
%32.59
%35.52

CMYK color model

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

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

CMYK percentages

%10.19
%8.25
%0
%19.22

Codes

Color #B9BDCE in popluar color models

B9BDCE
RGB185189206
HSL229°17.65%76.67%
HSB/HSV229°10.19%80.78%
CMYK10.19%8.25%0.00%
19.22%

Color #B9BDCE in popluar number systems.

HEXB9BDCE
Decimal185189206
Binary101110011011110111001110
Octal271275316

Shades and tints

Shades of #B9BDCE

#B9BDCE
(185,189,206)
#A9ACBC
(169,172,188)
#999BAA
(153,155,170)
#898A98
(137,138,152)
#797986
(121,121,134)
#696874
(105,104,116)
#595762
(89,87,98)
#494650
(73,70,80)
#39353E
(57,53,62)
#29242C
(41,36,44)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #B9BDCE

#B9BDCE
(185,189,206)
#BFC3D2
(191,195,210)
#C5C9D6
(197,201,214)
#CBCFDA
(203,207,218)
#D1D5DE
(209,213,222)
#D7DBE2
(215,219,226)
#DDE1E6
(221,225,230)
#E3E7EA
(227,231,234)
#E9EDEE
(233,237,238)
#EFF3F2
(239,243,242)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BDCE; }

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

This text font color is #B9BDCE.


Background Color

.myBgColor { background-color: #B9BDCE; }

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

This div background color is #B9BDCE.


Border color

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

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

This div border color is #B9BDCE.


Opacity

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

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

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

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

This text has shadow with #B9BDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDCE on black background.


Color preview on white background

This text has color #B9BDCE on white background.



Black color preview on #B9BDCE background

This text has black color on #B9BDCE background.


White color preview on #B9BDCE background

This text has white color on #B9BDCE background.