COLOR #B9799E

HEX: #B9799E
RGB: (185,121,158)

Color info

#B9799E contains mainly red and blue colors. Web safe color of #B9799E is #CC6699 (or #C69).

RGB color model

#B9799E color RGB value is (185,121,158).

  • red value is 185;
  • green value is 121;
  • blue value is 158.
RGB:
(185,121,158)
(73%,47%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 121 of 255 = 47%
B 158 of 255 = 62%

185
121
158

R + G + B ~ 61%. #B9799E is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 121 + 158 = 464 (100%)
R 185 of 464 ~ 39.87%
G 121 of 464 ~ 26.08%
B 158 of 464 ~ 34.05%

%39.87
%26.08
%34.05

CMYK color model

#B9799E color CMYK value is (0,35,15,27).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,35,15,27)
C0M35Y15K27 
(0%,35%,15%,27%)
(0.00/0.35/0.15/0.27)	

CMYK percentages

%0
%34.59
%14.59
%27.45

Codes

Color #B9799E in popluar color models

B9799E
RGB185121158
HSL325°31.37%60.00%
HSB/HSV325°34.59%72.55%
CMYK0.00%34.59%14.59%
27.45%

Color #B9799E in popluar number systems.

HEXB9799E
Decimal185121158
Binary10111001111100110011110
Octal271171236

Shades and tints

Shades of #B9799E

#B9799E
(185,121,158)
#A96E90
(169,110,144)
#996382
(153,99,130)
#895874
(137,88,116)
#794D66
(121,77,102)
#694258
(105,66,88)
#59374A
(89,55,74)
#492C3C
(73,44,60)
#39212E
(57,33,46)
#291620
(41,22,32)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #B9799E

#B9799E
(185,121,158)
#BF85A6
(191,133,166)
#C591AE
(197,145,174)
#CB9DB6
(203,157,182)
#D1A9BE
(209,169,190)
#D7B5C6
(215,181,198)
#DDC1CE
(221,193,206)
#E3CDD6
(227,205,214)
#E9D9DE
(233,217,222)
#EFE5E6
(239,229,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9799E color. Also use rgb(185,121,158) instead hex code.

Text Font Color

.myTextColor { color: #B9799E; }

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

This text font color is #B9799E.


Background Color

.myBgColor { background-color: #B9799E; }

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

This div background color is #B9799E.


Border color

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

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

This div border color is #B9799E.


Opacity

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

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

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

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

This text has shadow with #B9799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9799E on black background.


Color preview on white background

This text has color #B9799E on white background.



Black color preview on #B9799E background

This text has black color on #B9799E background.


White color preview on #B9799E background

This text has white color on #B9799E background.