COLOR #B9B1CD

HEX: #B9B1CD
RGB: (185,177,205)

Color info

#B9B1CD contains red, green and blue colors in about the same proportion. Web safe color of #B9B1CD is #CC99CC (or #C9C).

RGB color model

#B9B1CD color RGB value is (185,177,205).

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

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 205 of 255 = 80%

185
177
205

R + G + B ~ 74%. #B9B1CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 205 = 567 (100%)
R 185 of 567 ~ 32.63%
G 177 of 567 ~ 31.22%
B 205 of 567 ~ 36.16%

%32.63
%31.22
%36.16

CMYK color model

#B9B1CD color CMYK value is (10,14,0,20).

  • cyan value is 9.76%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,14,0,20)
C10M14Y0K20 
(10%,14%,0%,20%)
(0.10/0.14/0.00/0.20)	

CMYK percentages

%9.76
%13.66
%0
%19.61

Codes

Color #B9B1CD in popluar color models

B9B1CD
RGB185177205
HSL257°21.88%74.90%
HSB/HSV257°13.66%80.39%
CMYK9.76%13.66%0.00%
19.61%

Color #B9B1CD in popluar number systems.

HEXB9B1CD
Decimal185177205
Binary101110011011000111001101
Octal271261315

Shades and tints

Shades of #B9B1CD

#B9B1CD
(185,177,205)
#A9A1BB
(169,161,187)
#9991A9
(153,145,169)
#898197
(137,129,151)
#797185
(121,113,133)
#696173
(105,97,115)
#595161
(89,81,97)
#49414F
(73,65,79)
#39313D
(57,49,61)
#29212B
(41,33,43)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #B9B1CD

#B9B1CD
(185,177,205)
#BFB8D1
(191,184,209)
#C5BFD5
(197,191,213)
#CBC6D9
(203,198,217)
#D1CDDD
(209,205,221)
#D7D4E1
(215,212,225)
#DDDBE5
(221,219,229)
#E3E2E9
(227,226,233)
#E9E9ED
(233,233,237)
#EFF0F1
(239,240,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1CD; }

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

This text font color is #B9B1CD.


Background Color

.myBgColor { background-color: #B9B1CD; }

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

This div background color is #B9B1CD.


Border color

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

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

This div border color is #B9B1CD.


Opacity

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

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

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

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

This text has shadow with #B9B1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B1CD on black background.


Color preview on white background

This text has color #B9B1CD on white background.



Black color preview on #B9B1CD background

This text has black color on #B9B1CD background.


White color preview on #B9B1CD background

This text has white color on #B9B1CD background.