COLOR #B796A9

HEX: #B796A9
RGB: (183,150,169)

Color info

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

RGB color model

#B796A9 color RGB value is (183,150,169).

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

RGB channels and saturation

R 183 of 255 = 72%
G 150 of 255 = 59%
B 169 of 255 = 66%

183
150
169

R + G + B ~ 66%. #B796A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 150 + 169 = 502 (100%)
R 183 of 502 ~ 36.45%
G 150 of 502 ~ 29.88%
B 169 of 502 ~ 33.67%

%36.45
%29.88
%33.67

CMYK color model

#B796A9 color CMYK value is (0,18,8,28).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 7.65%
  • key color value is 28.24%
CMYK:
(0,18,8,28)
C0M18Y8K28 
(0%,18%,8%,28%)
(0.00/0.18/0.08/0.28)	

CMYK percentages

%0
%18.03
%7.65
%28.24

Codes

Color #B796A9 in popluar color models

B796A9
RGB183150169
HSL325°18.64%65.29%
HSB/HSV325°18.03%71.76%
CMYK0.00%18.03%7.65%
28.24%

Color #B796A9 in popluar number systems.

HEXB796A9
Decimal183150169
Binary101101111001011010101001
Octal267226251

Shades and tints

Shades of #B796A9

#B796A9
(183,150,169)
#A7899A
(167,137,154)
#977C8B
(151,124,139)
#876F7C
(135,111,124)
#77626D
(119,98,109)
#67555E
(103,85,94)
#57484F
(87,72,79)
#473B40
(71,59,64)
#372E31
(55,46,49)
#272122
(39,33,34)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B796A9

#B796A9
(183,150,169)
#BD9FB0
(189,159,176)
#C3A8B7
(195,168,183)
#C9B1BE
(201,177,190)
#CFBAC5
(207,186,197)
#D5C3CC
(213,195,204)
#DBCCD3
(219,204,211)
#E1D5DA
(225,213,218)
#E7DEE1
(231,222,225)
#EDE7E8
(237,231,232)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B796A9; }

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

This text font color is #B796A9.


Background Color

.myBgColor { background-color: #B796A9; }

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

This div background color is #B796A9.


Border color

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

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

This div border color is #B796A9.


Opacity

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

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

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

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

This text has shadow with #B796A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B796A9 on black background.


Color preview on white background

This text has color #B796A9 on white background.



Black color preview on #B796A9 background

This text has black color on #B796A9 background.


White color preview on #B796A9 background

This text has white color on #B796A9 background.