COLOR #B7B3BD

HEX: #B7B3BD RGB: (183,179,189)

Color info

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

RGB color model

#B7B3BD color RGB value is (183,179,189).

RGB: (183,179,189) (72%, 70%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 179 of 255 = 70%
B 189 of 255 = 74%

183
179
189

R + G + B ~ 72%. #B7B3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 179 + 189 = 551 (100%)
R 183 of 551 ~ 33.21%
G 179 of 551 ~ 32.49%
B 189 of 551 ~ 34.3'%

%33.21
%32.49
%34.3

CMYK color model

#B7B3BD color CMYK value is (3,5,0,26).

  • cyan value is 3.17%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (3,5,0,26)
C3M5Y0K26 (3%, 5%, 0%, 26%)
(0.03 / 0.05 / 0.00 / 0.26)

CMYK percentages

%3.17
%5.29
%0
%25.88

Codes

Color #B7B3BD in popluar color models

B7 B3 BD
RGB 183 179 189
HSL 264° 7.04% 72.16%
HSB/HSV 264° 5.29% 74.12%
CMYK 3.17% 5.29% 0.00%
25.88%

Color #B7B3BD in popluar number systems.

HEX B7 B3 BD
Decimal 183 179 189
Binary 10110111 10110011 10111101
Octal 267 263 275

Shades and tints

Shades of #B7B3BD

#B7B3BD
(183,179,189)
#A7A3AC
(167,163,172)
#97939B
(151,147,155)
#87838A
(135,131,138)
#777379
(119,115,121)
#676368
(103,99,104)
#575357
(87,83,87)
#474346
(71,67,70)
#373335
(55,51,53)
#272324
(39,35,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B7B3BD

#B7B3BD
(183,179,189)
#BDB9C3
(189,185,195)
#C3BFC9
(195,191,201)
#C9C5CF
(201,197,207)
#CFCBD5
(207,203,213)
#D5D1DB
(213,209,219)
#DBD7E1
(219,215,225)
#E1DDE7
(225,221,231)
#E7E3ED
(231,227,237)
#EDE9F3
(237,233,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B3BD color. Also use rgb(183,179,189) instead hex code.

Text Font Color

.myTextColor { color: #B7B3BD; }

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

This text font color is #B7B3BD.

Background Color

.myBgColor { background-color: #B7B3BD; }

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

This div background color is #B7B3BD.

Border color

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

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

This div border color is #B7B3BD.

Opacity

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

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

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

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

This text has shadow with #B7B3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B3BD.

Preview

Color preview on black background

This text has color #B7B3BD on black background.


Color preview on white background

This text has color #B7B3BD on white background.


Black color preview on #B7B3BD background

This text has black color on #B7B3BD background.


White color preview on #B7B3BD background

This text has white color on #B7B3BD background.


Related colors

Complementary color

Complementary color for #hex is #484C42.


I love getcolorcode.com

Triadic colors

1 #BDB7B3 and #B3BDB7 with #B7B3BD are triadic colors.

2 #BDB3B7 and #B3B7BD with #B7B3BD are triadic colors.