COLOR #B9B7C5

HEX: #B9B7C5 RGB: (185,183,197)

Color info

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

RGB color model

#B9B7C5 color RGB value is (185,183,197).

RGB: (185,183,197) (73%, 72%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 197 of 255 = 77%

185
183
197

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

Portions of RGB colors in percentages

R + G + B = 185 + 183 + 197 = 565 (100%)
R 185 of 565 ~ 32.74%
G 183 of 565 ~ 32.39%
B 197 of 565 ~ 34.87'%

%32.74
%32.39
%34.87

CMYK color model

#B9B7C5 color CMYK value is (6,7,0,23).

  • cyan value is 6.09%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (6,7,0,23)
C6M7Y0K23 (6%, 7%, 0%, 23%)
(0.06 / 0.07 / 0.00 / 0.23)

CMYK percentages

%6.09
%7.11
%0
%22.75

Codes

Color #B9B7C5 in popluar color models

B9 B7 C5
RGB 185 183 197
HSL 249° 10.77% 74.51%
HSB/HSV 249° 7.11% 77.25%
CMYK 6.09% 7.11% 0.00%
22.75%

Color #B9B7C5 in popluar number systems.

HEX B9 B7 C5
Decimal 185 183 197
Binary 10111001 10110111 11000101
Octal 271 267 305

Shades and tints

Shades of #B9B7C5

#B9B7C5
(185,183,197)
#A9A7B4
(169,167,180)
#9997A3
(153,151,163)
#898792
(137,135,146)
#797781
(121,119,129)
#696770
(105,103,112)
#59575F
(89,87,95)
#49474E
(73,71,78)
#39373D
(57,55,61)
#29272C
(41,39,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #B9B7C5

#B9B7C5
(185,183,197)
#BFBDCA
(191,189,202)
#C5C3CF
(197,195,207)
#CBC9D4
(203,201,212)
#D1CFD9
(209,207,217)
#D7D5DE
(215,213,222)
#DDDBE3
(221,219,227)
#E3E1E8
(227,225,232)
#E9E7ED
(233,231,237)
#EFEDF2
(239,237,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B7C5 color. Also use rgb(185,183,197) instead hex code.

Text Font Color

.myTextColor { color: #B9B7C5; }

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

This text font color is #B9B7C5.

Background Color

.myBgColor { background-color: #B9B7C5; }

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

This div background color is #B9B7C5.

Border color

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

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

This div border color is #B9B7C5.

Opacity

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

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

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

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

This text has shadow with #B9B7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B7C5.

Preview

Color preview on black background

This text has color #B9B7C5 on black background.


Color preview on white background

This text has color #B9B7C5 on white background.


Black color preview on #B9B7C5 background

This text has black color on #B9B7C5 background.


White color preview on #B9B7C5 background

This text has white color on #B9B7C5 background.


Related colors

Complementary color

Complementary color for #hex is #46483A.


I love getcolorcode.com

Triadic colors

1 #C5B9B7 and #B7C5B9 with #B9B7C5 are triadic colors.

2 #C5B7B9 and #B7B9C5 with #B9B7C5 are triadic colors.