COLOR #B797B1

HEX: #B797B1 RGB: (183,151,177)

Color info

#B797B1 contains red, green and blue colors in about the same proportion. Web safe color of #B797B1 is #CC9999 (or #C99).

RGB color model

#B797B1 color RGB value is (183,151,177).

RGB: (183,151,177) (72%, 59%, 69%)

RGB channels and saturation

R 183 of 255 = 72%
G 151 of 255 = 59%
B 177 of 255 = 69%

183
151
177

R + G + B ~ 67%. #B797B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 151 + 177 = 511 (100%)
R 183 of 511 ~ 35.81%
G 151 of 511 ~ 29.55%
B 177 of 511 ~ 34.64'%

%35.81
%29.55
%34.64

CMYK color model

#B797B1 color CMYK value is (0,17,3,28).

  • cyan value is 0.00%
  • magenta value is 17.49%
  • yellow value is 3.28%
  • key color value is 28.24%

CMYK: (0,17,3,28)
C0M17Y3K28 (0%, 17%, 3%, 28%)
(0.00 / 0.17 / 0.03 / 0.28)

CMYK percentages

%0
%17.49
%3.28
%28.24

Codes

Color #B797B1 in popluar color models

B7 97 B1
RGB 183 151 177
HSL 311° 18.18% 65.49%
HSB/HSV 311° 17.49% 71.76%
CMYK 0.00% 17.49% 3.28%
28.24%

Color #B797B1 in popluar number systems.

HEX B7 97 B1
Decimal 183 151 177
Binary 10110111 10010111 10110001
Octal 267 227 261

Shades and tints

Shades of #B797B1

#B797B1
(183,151,177)
#A78AA1
(167,138,161)
#977D91
(151,125,145)
#877081
(135,112,129)
#776371
(119,99,113)
#675661
(103,86,97)
#574951
(87,73,81)
#473C41
(71,60,65)
#372F31
(55,47,49)
#272221
(39,34,33)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #B797B1

#B797B1
(183,151,177)
#BDA0B8
(189,160,184)
#C3A9BF
(195,169,191)
#C9B2C6
(201,178,198)
#CFBBCD
(207,187,205)
#D5C4D4
(213,196,212)
#DBCDDB
(219,205,219)
#E1D6E2
(225,214,226)
#E7DFE9
(231,223,233)
#EDE8F0
(237,232,240)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B797B1 color. Also use rgb(183,151,177) instead hex code.

Text Font Color

.myTextColor { color: #B797B1; }

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

This text font color is #B797B1.

Background Color

.myBgColor { background-color: #B797B1; }

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

This div background color is #B797B1.

Border color

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

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

This div border color is #B797B1.

Opacity

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

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

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

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

This text has shadow with #B797B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B797B1.

Preview

Color preview on black background

This text has color #B797B1 on black background.


Color preview on white background

This text has color #B797B1 on white background.


Black color preview on #B797B1 background

This text has black color on #B797B1 background.


White color preview on #B797B1 background

This text has white color on #B797B1 background.


Related colors

Complementary color

Complementary color for #hex is #48684E.


I love getcolorcode.com

Triadic colors

1 #B1B797 and #97B1B7 with #B797B1 are triadic colors.

2 #B197B7 and #97B7B1 with #B797B1 are triadic colors.