COLOR #B9B1CB

HEX: #B9B1CB RGB: (185,177,203)

Color info

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

RGB color model

#B9B1CB color RGB value is (185,177,203).

RGB: (185,177,203) (73%, 69%, 80%)

RGB channels and saturation

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

185
177
203

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

Portions of RGB colors in percentages

R + G + B = 185 + 177 + 203 = 565 (100%)
R 185 of 565 ~ 32.74%
G 177 of 565 ~ 31.33%
B 203 of 565 ~ 35.93'%

%32.74
%31.33
%35.93

CMYK color model

#B9B1CB color CMYK value is (9,13,0,20).

  • cyan value is 8.87%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (9,13,0,20)
C9M13Y0K20 (9%, 13%, 0%, 20%)
(0.09 / 0.13 / 0.00 / 0.20)

CMYK percentages

%8.87
%12.81
%0
%20.39

Codes

Color #B9B1CB in popluar color models

B9 B1 CB
RGB 185 177 203
HSL 258° 20.00% 74.51%
HSB/HSV 258° 12.81% 79.61%
CMYK 8.87% 12.81% 0.00%
20.39%

Color #B9B1CB in popluar number systems.

HEX B9 B1 CB
Decimal 185 177 203
Binary 10111001 10110001 11001011
Octal 271 261 313

Shades and tints

Shades of #B9B1CB

#B9B1CB
(185,177,203)
#A9A1B9
(169,161,185)
#9991A7
(153,145,167)
#898195
(137,129,149)
#797183
(121,113,131)
#696171
(105,97,113)
#59515F
(89,81,95)
#49414D
(73,65,77)
#39313B
(57,49,59)
#292129
(41,33,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B9B1CB

#B9B1CB
(185,177,203)
#BFB8CF
(191,184,207)
#C5BFD3
(197,191,211)
#CBC6D7
(203,198,215)
#D1CDDB
(209,205,219)
#D7D4DF
(215,212,223)
#DDDBE3
(221,219,227)
#E3E2E7
(227,226,231)
#E9E9EB
(233,233,235)
#EFF0EF
(239,240,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1CB; }

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

This text font color is #B9B1CB.

Background Color

.myBgColor { background-color: #B9B1CB; }

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

This div background color is #B9B1CB.

Border color

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

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

This div border color is #B9B1CB.

Opacity

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

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

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

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

This text has shadow with #B9B1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B1CB.

Preview

Color preview on black background

This text has color #B9B1CB on black background.


Color preview on white background

This text has color #B9B1CB on white background.


Black color preview on #B9B1CB background

This text has black color on #B9B1CB background.


White color preview on #B9B1CB background

This text has white color on #B9B1CB background.


Related colors

Complementary color

Complementary color for #hex is #464E34.


I love getcolorcode.com

Triadic colors

1 #CBB9B1 and #B1CBB9 with #B9B1CB are triadic colors.

2 #CBB1B9 and #B1B9CB with #B9B1CB are triadic colors.