COLOR #B797B3

HEX: #B797B3
RGB: (183,151,179)

Color info

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

RGB color model

#B797B3 color RGB value is (183,151,179).

  • red value is 183;
  • green value is 151;
  • blue value is 179.
RGB:
(183,151,179)
(72%,59%,70%)

RGB channels and saturation

R 183 of 255 = 72%
G 151 of 255 = 59%
B 179 of 255 = 70%

183
151
179

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

Portions of RGB colors in percentages

R + G + B =
183 + 151 + 179 = 513 (100%)
R 183 of 513 ~ 35.67%
G 151 of 513 ~ 29.43%
B 179 of 513 ~ 34.89%

%35.67
%29.43
%34.89

CMYK color model

#B797B3 color CMYK value is (0,17,2,28).

  • cyan value is 0.00%
  • magenta value is 17.49%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK:
(0,17,2,28)
C0M17Y2K28 
(0%,17%,2%,28%)
(0.00/0.17/0.02/0.28)	

CMYK percentages

%0
%17.49
%2.19
%28.24

Codes

Color #B797B3 in popluar color models

B797B3
RGB183151179
HSL308°18.18%65.49%
HSB/HSV308°17.49%71.76%
CMYK0.00%17.49%2.19%
28.24%

Color #B797B3 in popluar number systems.

HEXB797B3
Decimal183151179
Binary101101111001011110110011
Octal267227263

Shades and tints

Shades of #B797B3

#B797B3
(183,151,179)
#A78AA3
(167,138,163)
#977D93
(151,125,147)
#877083
(135,112,131)
#776373
(119,99,115)
#675663
(103,86,99)
#574953
(87,73,83)
#473C43
(71,60,67)
#372F33
(55,47,51)
#272223
(39,34,35)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #B797B3

#B797B3
(183,151,179)
#BDA0B9
(189,160,185)
#C3A9BF
(195,169,191)
#C9B2C5
(201,178,197)
#CFBBCB
(207,187,203)
#D5C4D1
(213,196,209)
#DBCDD7
(219,205,215)
#E1D6DD
(225,214,221)
#E7DFE3
(231,223,227)
#EDE8E9
(237,232,233)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B797B3; }

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

This text font color is #B797B3.


Background Color

.myBgColor { background-color: #B797B3; }

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

This div background color is #B797B3.


Border color

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

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

This div border color is #B797B3.


Opacity

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

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

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

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

This text has shadow with #B797B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B797B3 on black background.


Color preview on white background

This text has color #B797B3 on white background.



Black color preview on #B797B3 background

This text has black color on #B797B3 background.


White color preview on #B797B3 background

This text has white color on #B797B3 background.