COLOR #B9B5CD

HEX: #B9B5CD
RGB: (185,181,205)

Color info

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

RGB color model

#B9B5CD color RGB value is (185,181,205).

  • red value is 185;
  • green value is 181;
  • blue value is 205.
RGB:
(185,181,205)
(73%,71%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 205 of 255 = 80%

185
181
205

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

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 205 = 571 (100%)
R 185 of 571 ~ 32.4%
G 181 of 571 ~ 31.7%
B 205 of 571 ~ 35.9%

%32.4
%31.7
%35.9

CMYK color model

#B9B5CD color CMYK value is (10,12,0,20).

  • cyan value is 9.76%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,12,0,20)
C10M12Y0K20 
(10%,12%,0%,20%)
(0.10/0.12/0.00/0.20)	

CMYK percentages

%9.76
%11.71
%0
%19.61

Codes

Color #B9B5CD in popluar color models

B9B5CD
RGB185181205
HSL250°19.35%75.69%
HSB/HSV250°11.71%80.39%
CMYK9.76%11.71%0.00%
19.61%

Color #B9B5CD in popluar number systems.

HEXB9B5CD
Decimal185181205
Binary101110011011010111001101
Octal271265315

Shades and tints

Shades of #B9B5CD

#B9B5CD
(185,181,205)
#A9A5BB
(169,165,187)
#9995A9
(153,149,169)
#898597
(137,133,151)
#797585
(121,117,133)
#696573
(105,101,115)
#595561
(89,85,97)
#49454F
(73,69,79)
#39353D
(57,53,61)
#29252B
(41,37,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B9B5CD

#B9B5CD
(185,181,205)
#BFBBD1
(191,187,209)
#C5C1D5
(197,193,213)
#CBC7D9
(203,199,217)
#D1CDDD
(209,205,221)
#D7D3E1
(215,211,225)
#DDD9E5
(221,217,229)
#E3DFE9
(227,223,233)
#E9E5ED
(233,229,237)
#EFEBF1
(239,235,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B5CD color. Also use rgb(185,181,205) instead hex code.

Text Font Color

.myTextColor { color: #B9B5CD; }

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

This text font color is #B9B5CD.


Background Color

.myBgColor { background-color: #B9B5CD; }

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

This div background color is #B9B5CD.


Border color

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

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

This div border color is #B9B5CD.


Opacity

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

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

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

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

This text has shadow with #B9B5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B5CD on black background.


Color preview on white background

This text has color #B9B5CD on white background.



Black color preview on #B9B5CD background

This text has black color on #B9B5CD background.


White color preview on #B9B5CD background

This text has white color on #B9B5CD background.