COLOR #B9798D

HEX: #B9798D
RGB: (185,121,141)

Color info

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

RGB color model

#B9798D color RGB value is (185,121,141).

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

RGB channels and saturation

R 185 of 255 = 73%
G 121 of 255 = 47%
B 141 of 255 = 55%

185
121
141

R + G + B ~ 58%. #B9798D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 121 + 141 = 447 (100%)
R 185 of 447 ~ 41.39%
G 121 of 447 ~ 27.07%
B 141 of 447 ~ 31.54%

%41.39
%27.07
%31.54

CMYK color model

#B9798D color CMYK value is (0,35,24,27).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK:
(0,35,24,27)
C0M35Y24K27 
(0%,35%,24%,27%)
(0.00/0.35/0.24/0.27)	

CMYK percentages

%0
%34.59
%23.78
%27.45

Codes

Color #B9798D in popluar color models

B9798D
RGB185121141
HSL341°31.37%60.00%
HSB/HSV341°34.59%72.55%
CMYK0.00%34.59%23.78%
27.45%

Color #B9798D in popluar number systems.

HEXB9798D
Decimal185121141
Binary10111001111100110001101
Octal271171215

Shades and tints

Shades of #B9798D

#B9798D
(185,121,141)
#A96E81
(169,110,129)
#996375
(153,99,117)
#895869
(137,88,105)
#794D5D
(121,77,93)
#694251
(105,66,81)
#593745
(89,55,69)
#492C39
(73,44,57)
#39212D
(57,33,45)
#291621
(41,22,33)
#190B15
(25,11,21)
#000000
(0,0,0)

Tints of #B9798D

#B9798D
(185,121,141)
#BF8597
(191,133,151)
#C591A1
(197,145,161)
#CB9DAB
(203,157,171)
#D1A9B5
(209,169,181)
#D7B5BF
(215,181,191)
#DDC1C9
(221,193,201)
#E3CDD3
(227,205,211)
#E9D9DD
(233,217,221)
#EFE5E7
(239,229,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9798D; }

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

This text font color is #B9798D.


Background Color

.myBgColor { background-color: #B9798D; }

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

This div background color is #B9798D.


Border color

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

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

This div border color is #B9798D.


Opacity

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

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

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

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

This text has shadow with #B9798D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9798D on black background.


Color preview on white background

This text has color #B9798D on white background.



Black color preview on #B9798D background

This text has black color on #B9798D background.


White color preview on #B9798D background

This text has white color on #B9798D background.