COLOR #B2707B

HEX: #B2707B
RGB: (178,112,123)

Color info

#B2707B contains mainly red and blue colors. Web safe color of #B2707B is #996666 (or #966).

RGB color model

#B2707B color RGB value is (178,112,123).

  • red value is 178;
  • green value is 112;
  • blue value is 123.
RGB:
(178,112,123)
(70%,44%,48%)

RGB channels and saturation

R 178 of 255 = 70%
G 112 of 255 = 44%
B 123 of 255 = 48%

178
112
123

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

Portions of RGB colors in percentages

R + G + B =
178 + 112 + 123 = 413 (100%)
R 178 of 413 ~ 43.1%
G 112 of 413 ~ 27.12%
B 123 of 413 ~ 29.78%

%43.1
%27.12
%29.78

CMYK color model

#B2707B color CMYK value is (0,37,31,30).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 30.90%
  • key color value is 30.20%
CMYK:
(0,37,31,30)
C0M37Y31K30 
(0%,37%,31%,30%)
(0.00/0.37/0.31/0.30)	

CMYK percentages

%0
%37.08
%30.9
%30.2

Codes

Color #B2707B in popluar color models

B2707B
RGB178112123
HSL350°30.00%56.86%
HSB/HSV350°37.08%69.80%
CMYK0.00%37.08%30.90%
30.20%

Color #B2707B in popluar number systems.

HEXB2707B
Decimal178112123
Binary1011001011100001111011
Octal262160173

Shades and tints

Shades of #B2707B

#B2707B
(178,112,123)
#A26670
(162,102,112)
#925C65
(146,92,101)
#82525A
(130,82,90)
#72484F
(114,72,79)
#623E44
(98,62,68)
#523439
(82,52,57)
#422A2E
(66,42,46)
#322023
(50,32,35)
#221618
(34,22,24)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #B2707B

#B2707B
(178,112,123)
#B97D87
(185,125,135)
#C08A93
(192,138,147)
#C7979F
(199,151,159)
#CEA4AB
(206,164,171)
#D5B1B7
(213,177,183)
#DCBEC3
(220,190,195)
#E3CBCF
(227,203,207)
#EAD8DB
(234,216,219)
#F1E5E7
(241,229,231)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2707B color. Also use rgb(178,112,123) instead hex code.

Text Font Color

.myTextColor { color: #B2707B; }

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

This text font color is #B2707B.


Background Color

.myBgColor { background-color: #B2707B; }

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

This div background color is #B2707B.


Border color

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

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

This div border color is #B2707B.


Opacity

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

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

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

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

This text has shadow with #B2707B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2707B on black background.


Color preview on white background

This text has color #B2707B on white background.



Black color preview on #B2707B background

This text has black color on #B2707B background.


White color preview on #B2707B background

This text has white color on #B2707B background.