COLOR #B5708C

HEX: #B5708C
RGB: (181,112,140)

Color info

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

RGB color model

#B5708C color RGB value is (181,112,140).

  • red value is 181;
  • green value is 112;
  • blue value is 140.
RGB:
(181,112,140)
(71%,44%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 112 of 255 = 44%
B 140 of 255 = 55%

181
112
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 112 + 140 = 433 (100%)
R 181 of 433 ~ 41.8%
G 112 of 433 ~ 25.87%
B 140 of 433 ~ 32.33%

%41.8
%25.87
%32.33

CMYK color model

#B5708C color CMYK value is (0,38,23,29).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,38,23,29)
C0M38Y23K29 
(0%,38%,23%,29%)
(0.00/0.38/0.23/0.29)	

CMYK percentages

%0
%38.12
%22.65
%29.02

Codes

Color #B5708C in popluar color models

B5708C
RGB181112140
HSL336°31.80%57.45%
HSB/HSV336°38.12%70.98%
CMYK0.00%38.12%22.65%
29.02%

Color #B5708C in popluar number systems.

HEXB5708C
Decimal181112140
Binary10110101111000010001100
Octal265160214

Shades and tints

Shades of #B5708C

#B5708C
(181,112,140)
#A56680
(165,102,128)
#955C74
(149,92,116)
#855268
(133,82,104)
#75485C
(117,72,92)
#653E50
(101,62,80)
#553444
(85,52,68)
#452A38
(69,42,56)
#35202C
(53,32,44)
#251620
(37,22,32)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #B5708C

#B5708C
(181,112,140)
#BB7D96
(187,125,150)
#C18AA0
(193,138,160)
#C797AA
(199,151,170)
#CDA4B4
(205,164,180)
#D3B1BE
(211,177,190)
#D9BEC8
(217,190,200)
#DFCBD2
(223,203,210)
#E5D8DC
(229,216,220)
#EBE5E6
(235,229,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5708C color. Also use rgb(181,112,140) instead hex code.

Text Font Color

.myTextColor { color: #B5708C; }

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

This text font color is #B5708C.


Background Color

.myBgColor { background-color: #B5708C; }

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

This div background color is #B5708C.


Border color

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

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

This div border color is #B5708C.


Opacity

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

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

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

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

This text has shadow with #B5708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5708C on black background.


Color preview on white background

This text has color #B5708C on white background.



Black color preview on #B5708C background

This text has black color on #B5708C background.


White color preview on #B5708C background

This text has white color on #B5708C background.