COLOR #B8708B

HEX: #B8708B
RGB: (184,112,139)

Color info

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

RGB color model

#B8708B color RGB value is (184,112,139).

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

RGB channels and saturation

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

184
112
139

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

Portions of RGB colors in percentages

R + G + B =
184 + 112 + 139 = 435 (100%)
R 184 of 435 ~ 42.3%
G 112 of 435 ~ 25.75%
B 139 of 435 ~ 31.95%

%42.3
%25.75
%31.95

CMYK color model

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

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

CMYK percentages

%0
%39.13
%24.46
%27.84

Codes

Color #B8708B in popluar color models

B8708B
RGB184112139
HSL338°33.64%58.04%
HSB/HSV338°39.13%72.16%
CMYK0.00%39.13%24.46%
27.84%

Color #B8708B in popluar number systems.

HEXB8708B
Decimal184112139
Binary10111000111000010001011
Octal270160213

Shades and tints

Shades of #B8708B

#B8708B
(184,112,139)
#A8667F
(168,102,127)
#985C73
(152,92,115)
#885267
(136,82,103)
#78485B
(120,72,91)
#683E4F
(104,62,79)
#583443
(88,52,67)
#482A37
(72,42,55)
#38202B
(56,32,43)
#28161F
(40,22,31)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #B8708B

#B8708B
(184,112,139)
#BE7D95
(190,125,149)
#C48A9F
(196,138,159)
#CA97A9
(202,151,169)
#D0A4B3
(208,164,179)
#D6B1BD
(214,177,189)
#DCBEC7
(220,190,199)
#E2CBD1
(226,203,209)
#E8D8DB
(232,216,219)
#EEE5E5
(238,229,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8708B; }

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

This text font color is #B8708B.


Background Color

.myBgColor { background-color: #B8708B; }

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

This div background color is #B8708B.


Border color

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

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

This div border color is #B8708B.


Opacity

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

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

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

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

This text has shadow with #B8708B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8708B on black background.


Color preview on white background

This text has color #B8708B on white background.



Black color preview on #B8708B background

This text has black color on #B8708B background.


White color preview on #B8708B background

This text has white color on #B8708B background.