COLOR #B794A9

HEX: #B794A9
RGB: (183,148,169)

Color info

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

RGB color model

#B794A9 color RGB value is (183,148,169).

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

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 169 of 255 = 66%

183
148
169

R + G + B ~ 65%. #B794A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 169 = 500 (100%)
R 183 of 500 ~ 36.6%
G 148 of 500 ~ 29.6%
B 169 of 500 ~ 33.8%

%36.6
%29.6
%33.8

CMYK color model

#B794A9 color CMYK value is (0,19,8,28).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 7.65%
  • key color value is 28.24%
CMYK:
(0,19,8,28)
C0M19Y8K28 
(0%,19%,8%,28%)
(0.00/0.19/0.08/0.28)	

CMYK percentages

%0
%19.13
%7.65
%28.24

Codes

Color #B794A9 in popluar color models

B794A9
RGB183148169
HSL324°19.55%64.90%
HSB/HSV324°19.13%71.76%
CMYK0.00%19.13%7.65%
28.24%

Color #B794A9 in popluar number systems.

HEXB794A9
Decimal183148169
Binary101101111001010010101001
Octal267224251

Shades and tints

Shades of #B794A9

#B794A9
(183,148,169)
#A7879A
(167,135,154)
#977A8B
(151,122,139)
#876D7C
(135,109,124)
#77606D
(119,96,109)
#67535E
(103,83,94)
#57464F
(87,70,79)
#473940
(71,57,64)
#372C31
(55,44,49)
#271F22
(39,31,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B794A9

#B794A9
(183,148,169)
#BD9DB0
(189,157,176)
#C3A6B7
(195,166,183)
#C9AFBE
(201,175,190)
#CFB8C5
(207,184,197)
#D5C1CC
(213,193,204)
#DBCAD3
(219,202,211)
#E1D3DA
(225,211,218)
#E7DCE1
(231,220,225)
#EDE5E8
(237,229,232)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B794A9; }

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

This text font color is #B794A9.


Background Color

.myBgColor { background-color: #B794A9; }

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

This div background color is #B794A9.


Border color

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

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

This div border color is #B794A9.


Opacity

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

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

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

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

This text has shadow with #B794A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B794A9 on black background.


Color preview on white background

This text has color #B794A9 on white background.



Black color preview on #B794A9 background

This text has black color on #B794A9 background.


White color preview on #B794A9 background

This text has white color on #B794A9 background.