COLOR #B7799B

HEX: #B7799B
RGB: (183,121,155)

Color info

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

RGB color model

#B7799B color RGB value is (183,121,155).

  • red value is 183;
  • green value is 121;
  • blue value is 155.
RGB:
(183,121,155)
(72%,47%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 121 of 255 = 47%
B 155 of 255 = 61%

183
121
155

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

Portions of RGB colors in percentages

R + G + B =
183 + 121 + 155 = 459 (100%)
R 183 of 459 ~ 39.87%
G 121 of 459 ~ 26.36%
B 155 of 459 ~ 33.77%

%39.87
%26.36
%33.77

CMYK color model

#B7799B color CMYK value is (0,34,15,28).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,34,15,28)
C0M34Y15K28 
(0%,34%,15%,28%)
(0.00/0.34/0.15/0.28)	

CMYK percentages

%0
%33.88
%15.3
%28.24

Codes

Color #B7799B in popluar color models

B7799B
RGB183121155
HSL327°30.10%59.61%
HSB/HSV327°33.88%71.76%
CMYK0.00%33.88%15.30%
28.24%

Color #B7799B in popluar number systems.

HEXB7799B
Decimal183121155
Binary10110111111100110011011
Octal267171233

Shades and tints

Shades of #B7799B

#B7799B
(183,121,155)
#A76E8D
(167,110,141)
#97637F
(151,99,127)
#875871
(135,88,113)
#774D63
(119,77,99)
#674255
(103,66,85)
#573747
(87,55,71)
#472C39
(71,44,57)
#37212B
(55,33,43)
#27161D
(39,22,29)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #B7799B

#B7799B
(183,121,155)
#BD85A4
(189,133,164)
#C391AD
(195,145,173)
#C99DB6
(201,157,182)
#CFA9BF
(207,169,191)
#D5B5C8
(213,181,200)
#DBC1D1
(219,193,209)
#E1CDDA
(225,205,218)
#E7D9E3
(231,217,227)
#EDE5EC
(237,229,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7799B color. Also use rgb(183,121,155) instead hex code.

Text Font Color

.myTextColor { color: #B7799B; }

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

This text font color is #B7799B.


Background Color

.myBgColor { background-color: #B7799B; }

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

This div background color is #B7799B.


Border color

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

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

This div border color is #B7799B.


Opacity

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

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

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

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

This text has shadow with #B7799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7799B on black background.


Color preview on white background

This text has color #B7799B on white background.



Black color preview on #B7799B background

This text has black color on #B7799B background.


White color preview on #B7799B background

This text has white color on #B7799B background.