COLOR #B2708E

HEX: #B2708E
RGB: (178,112,142)

Color info

#B2708E contains mainly red and blue colors. Web safe color of #B2708E is #996699 (or #969).

RGB color model

#B2708E color RGB value is (178,112,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 112 of 255 = 44%
B 142 of 255 = 56%

178
112
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 112 + 142 = 432 (100%)
R 178 of 432 ~ 41.2%
G 112 of 432 ~ 25.93%
B 142 of 432 ~ 32.87%

%41.2
%25.93
%32.87

CMYK color model

#B2708E color CMYK value is (0,37,20,30).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,37,20,30)
C0M37Y20K30 
(0%,37%,20%,30%)
(0.00/0.37/0.20/0.30)	

CMYK percentages

%0
%37.08
%20.22
%30.2

Codes

Color #B2708E in popluar color models

B2708E
RGB178112142
HSL333°30.00%56.86%
HSB/HSV333°37.08%69.80%
CMYK0.00%37.08%20.22%
30.20%

Color #B2708E in popluar number systems.

HEXB2708E
Decimal178112142
Binary10110010111000010001110
Octal262160216

Shades and tints

Shades of #B2708E

#B2708E
(178,112,142)
#A26682
(162,102,130)
#925C76
(146,92,118)
#82526A
(130,82,106)
#72485E
(114,72,94)
#623E52
(98,62,82)
#523446
(82,52,70)
#422A3A
(66,42,58)
#32202E
(50,32,46)
#221622
(34,22,34)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #B2708E

#B2708E
(178,112,142)
#B97D98
(185,125,152)
#C08AA2
(192,138,162)
#C797AC
(199,151,172)
#CEA4B6
(206,164,182)
#D5B1C0
(213,177,192)
#DCBECA
(220,190,202)
#E3CBD4
(227,203,212)
#EAD8DE
(234,216,222)
#F1E5E8
(241,229,232)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2708E; }

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

This text font color is #B2708E.


Background Color

.myBgColor { background-color: #B2708E; }

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

This div background color is #B2708E.


Border color

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

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

This div border color is #B2708E.


Opacity

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

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

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

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

This text has shadow with #B2708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2708E on black background.


Color preview on white background

This text has color #B2708E on white background.



Black color preview on #B2708E background

This text has black color on #B2708E background.


White color preview on #B2708E background

This text has white color on #B2708E background.