COLOR #B9799D

HEX: #B9799D RGB: (185,121,157)

Color info

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

RGB color model

#B9799D color RGB value is (185,121,157).

RGB: (185,121,157) (73%, 47%, 62%)

RGB channels and saturation

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

185
121
157

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

Portions of RGB colors in percentages

R + G + B = 185 + 121 + 157 = 463 (100%)
R 185 of 463 ~ 39.96%
G 121 of 463 ~ 26.13%
B 157 of 463 ~ 33.91'%

%39.96
%26.13
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 15.14%
  • 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
%15.14
%27.45

Codes

Color #B9799D in popluar color models

B9 79 9D
RGB 185 121 157
HSL 326° 31.37% 60.00%
HSB/HSV 326° 34.59% 72.55%
CMYK 0.00% 34.59% 15.14%
27.45%

Color #B9799D in popluar number systems.

HEX B9 79 9D
Decimal 185 121 157
Binary 10111001 1111001 10011101
Octal 271 171 235

Shades and tints

Shades of #B9799D

#B9799D
(185,121,157)
#A96E8F
(169,110,143)
#996381
(153,99,129)
#895873
(137,88,115)
#794D65
(121,77,101)
#694257
(105,66,87)
#593749
(89,55,73)
#492C3B
(73,44,59)
#39212D
(57,33,45)
#29161F
(41,22,31)
#190B11
(25,11,17)
#000000
(0,0,0)

Tints of #B9799D

#B9799D
(185,121,157)
#BF85A5
(191,133,165)
#C591AD
(197,145,173)
#CB9DB5
(203,157,181)
#D1A9BD
(209,169,189)
#D7B5C5
(215,181,197)
#DDC1CD
(221,193,205)
#E3CDD5
(227,205,213)
#E9D9DD
(233,217,221)
#EFE5E5
(239,229,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9799D; }

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

This text font color is #B9799D.

Background Color

.myBgColor { background-color: #B9799D; }

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

This div background color is #B9799D.

Border color

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

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

This div border color is #B9799D.

Opacity

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

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

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

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

This text has shadow with #B9799D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9799D.

Preview

Color preview on black background

This text has color #B9799D on black background.


Color preview on white background

This text has color #B9799D on white background.


Black color preview on #B9799D background

This text has black color on #B9799D background.


White color preview on #B9799D background

This text has white color on #B9799D background.


Related colors

Complementary color

Complementary color for #hex is #468662.


I love getcolorcode.com

Triadic colors

1 #9DB979 and #799DB9 with #B9799D are triadic colors.

2 #9D79B9 and #79B99D with #B9799D are triadic colors.