COLOR #B2708D

HEX: #B2708D RGB: (178,112,141)

Color info

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

RGB color model

#B2708D color RGB value is (178,112,141).

RGB: (178,112,141) (70%, 44%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 112 of 255 = 44%
B 141 of 255 = 55%

178
112
141

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

Portions of RGB colors in percentages

R + G + B = 178 + 112 + 141 = 431 (100%)
R 178 of 431 ~ 41.3%
G 112 of 431 ~ 25.99%
B 141 of 431 ~ 32.71'%

%41.3
%25.99
%32.71

CMYK color model

#B2708D color CMYK value is (0,37,21,30).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 20.79%
  • key color value is 30.20%

CMYK: (0,37,21,30)
C0M37Y21K30 (0%, 37%, 21%, 30%)
(0.00 / 0.37 / 0.21 / 0.30)

CMYK percentages

%0
%37.08
%20.79
%30.2

Codes

Color #B2708D in popluar color models

B2 70 8D
RGB 178 112 141
HSL 334° 30.00% 56.86%
HSB/HSV 334° 37.08% 69.80%
CMYK 0.00% 37.08% 20.79%
30.20%

Color #B2708D in popluar number systems.

HEX B2 70 8D
Decimal 178 112 141
Binary 10110010 1110000 10001101
Octal 262 160 215

Shades and tints

Shades of #B2708D

#B2708D
(178,112,141)
#A26681
(162,102,129)
#925C75
(146,92,117)
#825269
(130,82,105)
#72485D
(114,72,93)
#623E51
(98,62,81)
#523445
(82,52,69)
#422A39
(66,42,57)
#32202D
(50,32,45)
#221621
(34,22,33)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #B2708D

#B2708D
(178,112,141)
#B97D97
(185,125,151)
#C08AA1
(192,138,161)
#C797AB
(199,151,171)
#CEA4B5
(206,164,181)
#D5B1BF
(213,177,191)
#DCBEC9
(220,190,201)
#E3CBD3
(227,203,211)
#EAD8DD
(234,216,221)
#F1E5E7
(241,229,231)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2708D; }

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

This text font color is #B2708D.

Background Color

.myBgColor { background-color: #B2708D; }

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

This div background color is #B2708D.

Border color

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

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

This div border color is #B2708D.

Opacity

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

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

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

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

This text has shadow with #B2708D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2708D.

Preview

Color preview on black background

This text has color #B2708D on black background.


Color preview on white background

This text has color #B2708D on white background.


Black color preview on #B2708D background

This text has black color on #B2708D background.


White color preview on #B2708D background

This text has white color on #B2708D background.


Related colors

Complementary color

Complementary color for #hex is #4D8F72.


I love getcolorcode.com

Triadic colors

1 #8DB270 and #708DB2 with #B2708D are triadic colors.

2 #8D70B2 and #70B28D with #B2708D are triadic colors.