COLOR #B7607C

HEX: #B7607C
RGB: (183,96,124)

Color info

#B7607C contains mainly red and blue colors. Web safe color of #B7607C is #CC6666 (or #C66).

RGB color model

#B7607C color RGB value is (183,96,124).

  • red value is 183;
  • green value is 96;
  • blue value is 124.
RGB:
(183,96,124)
(72%,38%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 96 of 255 = 38%
B 124 of 255 = 49%

183
96
124

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

Portions of RGB colors in percentages

R + G + B =
183 + 96 + 124 = 403 (100%)
R 183 of 403 ~ 45.41%
G 96 of 403 ~ 23.82%
B 124 of 403 ~ 30.77%

%45.41
%23.82
%30.77

CMYK color model

#B7607C color CMYK value is (0,48,32,28).

  • cyan value is 0.00%
  • magenta value is 47.54%
  • yellow value is 32.24%
  • key color value is 28.24%
CMYK:
(0,48,32,28)
C0M48Y32K28 
(0%,48%,32%,28%)
(0.00/0.48/0.32/0.28)	

CMYK percentages

%0
%47.54
%32.24
%28.24

Codes

Color #B7607C in popluar color models

B7607C
RGB18396124
HSL341°37.66%54.71%
HSB/HSV341°47.54%71.76%
CMYK0.00%47.54%32.24%
28.24%

Color #B7607C in popluar number systems.

HEXB7607C
Decimal18396124
Binary1011011111000001111100
Octal267140174

Shades and tints

Shades of #B7607C

#B7607C
(183,96,124)
#A75871
(167,88,113)
#975066
(151,80,102)
#87485B
(135,72,91)
#774050
(119,64,80)
#673845
(103,56,69)
#57303A
(87,48,58)
#47282F
(71,40,47)
#372024
(55,32,36)
#271819
(39,24,25)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #B7607C

#B7607C
(183,96,124)
#BD6E87
(189,110,135)
#C37C92
(195,124,146)
#C98A9D
(201,138,157)
#CF98A8
(207,152,168)
#D5A6B3
(213,166,179)
#DBB4BE
(219,180,190)
#E1C2C9
(225,194,201)
#E7D0D4
(231,208,212)
#EDDEDF
(237,222,223)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7607C color. Also use rgb(183,96,124) instead hex code.

Text Font Color

.myTextColor { color: #B7607C; }

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

This text font color is #B7607C.


Background Color

.myBgColor { background-color: #B7607C; }

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

This div background color is #B7607C.


Border color

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

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

This div border color is #B7607C.


Opacity

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

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

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

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

This text has shadow with #B7607C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7607C on black background.


Color preview on white background

This text has color #B7607C on white background.



Black color preview on #B7607C background

This text has black color on #B7607C background.


White color preview on #B7607C background

This text has white color on #B7607C background.