COLOR #B9BDD5

HEX: #B9BDD5
RGB: (185,189,213)

Color info

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

RGB color model

#B9BDD5 color RGB value is (185,189,213).

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

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 213 of 255 = 84%

185
189
213

R + G + B ~ 77%. #B9BDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 213 = 587 (100%)
R 185 of 587 ~ 31.52%
G 189 of 587 ~ 32.2%
B 213 of 587 ~ 36.29%

%31.52
%32.2
%36.29

CMYK color model

#B9BDD5 color CMYK value is (13,11,0,16).

  • cyan value is 13.15%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,11,0,16)
C13M11Y0K16 
(13%,11%,0%,16%)
(0.13/0.11/0.00/0.16)	

CMYK percentages

%13.15
%11.27
%0
%16.47

Codes

Color #B9BDD5 in popluar color models

B9BDD5
RGB185189213
HSL231°25.00%78.04%
HSB/HSV231°13.15%83.53%
CMYK13.15%11.27%0.00%
16.47%

Color #B9BDD5 in popluar number systems.

HEXB9BDD5
Decimal185189213
Binary101110011011110111010101
Octal271275325

Shades and tints

Shades of #B9BDD5

#B9BDD5
(185,189,213)
#A9ACC2
(169,172,194)
#999BAF
(153,155,175)
#898A9C
(137,138,156)
#797989
(121,121,137)
#696876
(105,104,118)
#595763
(89,87,99)
#494650
(73,70,80)
#39353D
(57,53,61)
#29242A
(41,36,42)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #B9BDD5

#B9BDD5
(185,189,213)
#BFC3D8
(191,195,216)
#C5C9DB
(197,201,219)
#CBCFDE
(203,207,222)
#D1D5E1
(209,213,225)
#D7DBE4
(215,219,228)
#DDE1E7
(221,225,231)
#E3E7EA
(227,231,234)
#E9EDED
(233,237,237)
#EFF3F0
(239,243,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BDD5; }

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

This text font color is #B9BDD5.


Background Color

.myBgColor { background-color: #B9BDD5; }

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

This div background color is #B9BDD5.


Border color

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

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

This div border color is #B9BDD5.


Opacity

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

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

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

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

This text has shadow with #B9BDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDD5 on black background.


Color preview on white background

This text has color #B9BDD5 on white background.



Black color preview on #B9BDD5 background

This text has black color on #B9BDD5 background.


White color preview on #B9BDD5 background

This text has white color on #B9BDD5 background.