COLOR #B7708B

HEX: #B7708B
RGB: (183,112,139)

Color info

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

RGB color model

#B7708B color RGB value is (183,112,139).

  • red value is 183;
  • green value is 112;
  • blue value is 139.
RGB:
(183,112,139)
(72%,44%,55%)

RGB channels and saturation

R 183 of 255 = 72%
G 112 of 255 = 44%
B 139 of 255 = 55%

183
112
139

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

Portions of RGB colors in percentages

R + G + B =
183 + 112 + 139 = 434 (100%)
R 183 of 434 ~ 42.17%
G 112 of 434 ~ 25.81%
B 139 of 434 ~ 32.03%

%42.17
%25.81
%32.03

CMYK color model

#B7708B color CMYK value is (0,39,24,28).

  • cyan value is 0.00%
  • magenta value is 38.80%
  • yellow value is 24.04%
  • key color value is 28.24%
CMYK:
(0,39,24,28)
C0M39Y24K28 
(0%,39%,24%,28%)
(0.00/0.39/0.24/0.28)	

CMYK percentages

%0
%38.8
%24.04
%28.24

Codes

Color #B7708B in popluar color models

B7708B
RGB183112139
HSL337°33.02%57.84%
HSB/HSV337°38.80%71.76%
CMYK0.00%38.80%24.04%
28.24%

Color #B7708B in popluar number systems.

HEXB7708B
Decimal183112139
Binary10110111111000010001011
Octal267160213

Shades and tints

Shades of #B7708B

#B7708B
(183,112,139)
#A7667F
(167,102,127)
#975C73
(151,92,115)
#875267
(135,82,103)
#77485B
(119,72,91)
#673E4F
(103,62,79)
#573443
(87,52,67)
#472A37
(71,42,55)
#37202B
(55,32,43)
#27161F
(39,22,31)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #B7708B

#B7708B
(183,112,139)
#BD7D95
(189,125,149)
#C38A9F
(195,138,159)
#C997A9
(201,151,169)
#CFA4B3
(207,164,179)
#D5B1BD
(213,177,189)
#DBBEC7
(219,190,199)
#E1CBD1
(225,203,209)
#E7D8DB
(231,216,219)
#EDE5E5
(237,229,229)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7708B color. Also use rgb(183,112,139) instead hex code.

Text Font Color

.myTextColor { color: #B7708B; }

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

This text font color is #B7708B.


Background Color

.myBgColor { background-color: #B7708B; }

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

This div background color is #B7708B.


Border color

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

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

This div border color is #B7708B.


Opacity

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

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

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

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

This text has shadow with #B7708B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7708B on black background.


Color preview on white background

This text has color #B7708B on white background.



Black color preview on #B7708B background

This text has black color on #B7708B background.


White color preview on #B7708B background

This text has white color on #B7708B background.