COLOR #B796B1

HEX: #B796B1
RGB: (183,150,177)

Color info

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

RGB color model

#B796B1 color RGB value is (183,150,177).

  • red value is 183;
  • green value is 150;
  • blue value is 177.
RGB:
(183,150,177)
(72%,59%,69%)

RGB channels and saturation

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

183
150
177

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

Portions of RGB colors in percentages

R + G + B =
183 + 150 + 177 = 510 (100%)
R 183 of 510 ~ 35.88%
G 150 of 510 ~ 29.41%
B 177 of 510 ~ 34.71%

%35.88
%29.41
%34.71

CMYK color model

#B796B1 color CMYK value is (0,18,3,28).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK:
(0,18,3,28)
C0M18Y3K28 
(0%,18%,3%,28%)
(0.00/0.18/0.03/0.28)	

CMYK percentages

%0
%18.03
%3.28
%28.24

Codes

Color #B796B1 in popluar color models

B796B1
RGB183150177
HSL311°18.64%65.29%
HSB/HSV311°18.03%71.76%
CMYK0.00%18.03%3.28%
28.24%

Color #B796B1 in popluar number systems.

HEXB796B1
Decimal183150177
Binary101101111001011010110001
Octal267226261

Shades and tints

Shades of #B796B1

#B796B1
(183,150,177)
#A789A1
(167,137,161)
#977C91
(151,124,145)
#876F81
(135,111,129)
#776271
(119,98,113)
#675561
(103,85,97)
#574851
(87,72,81)
#473B41
(71,59,65)
#372E31
(55,46,49)
#272121
(39,33,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B796B1

#B796B1
(183,150,177)
#BD9FB8
(189,159,184)
#C3A8BF
(195,168,191)
#C9B1C6
(201,177,198)
#CFBACD
(207,186,205)
#D5C3D4
(213,195,212)
#DBCCDB
(219,204,219)
#E1D5E2
(225,213,226)
#E7DEE9
(231,222,233)
#EDE7F0
(237,231,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B796B1; }

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

This text font color is #B796B1.


Background Color

.myBgColor { background-color: #B796B1; }

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

This div background color is #B796B1.


Border color

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

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

This div border color is #B796B1.


Opacity

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

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

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

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

This text has shadow with #B796B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B796B1 on black background.


Color preview on white background

This text has color #B796B1 on white background.



Black color preview on #B796B1 background

This text has black color on #B796B1 background.


White color preview on #B796B1 background

This text has white color on #B796B1 background.