COLOR #B7598E

HEX: #B7598E
RGB: (183,89,142)

Color info

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

RGB color model

#B7598E color RGB value is (183,89,142).

  • red value is 183;
  • green value is 89;
  • blue value is 142.
RGB:
(183,89,142)
(72%,35%,56%)

RGB channels and saturation

R 183 of 255 = 72%
G 89 of 255 = 35%
B 142 of 255 = 56%

183
89
142

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

Portions of RGB colors in percentages

R + G + B =
183 + 89 + 142 = 414 (100%)
R 183 of 414 ~ 44.2%
G 89 of 414 ~ 21.5%
B 142 of 414 ~ 34.3%

%44.2
%21.5
%34.3

CMYK color model

#B7598E color CMYK value is (0,51,22,28).

  • cyan value is 0.00%
  • magenta value is 51.37%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(0,51,22,28)
C0M51Y22K28 
(0%,51%,22%,28%)
(0.00/0.51/0.22/0.28)	

CMYK percentages

%0
%51.37
%22.4
%28.24

Codes

Color #B7598E in popluar color models

B7598E
RGB18389142
HSL326°39.50%53.33%
HSB/HSV326°51.37%71.76%
CMYK0.00%51.37%22.40%
28.24%

Color #B7598E in popluar number systems.

HEXB7598E
Decimal18389142
Binary10110111101100110001110
Octal267131216

Shades and tints

Shades of #B7598E

#B7598E
(183,89,142)
#A75182
(167,81,130)
#974976
(151,73,118)
#87416A
(135,65,106)
#77395E
(119,57,94)
#673152
(103,49,82)
#572946
(87,41,70)
#47213A
(71,33,58)
#37192E
(55,25,46)
#271122
(39,17,34)
#170916
(23,9,22)
#000000
(0,0,0)

Tints of #B7598E

#B7598E
(183,89,142)
#BD6898
(189,104,152)
#C377A2
(195,119,162)
#C986AC
(201,134,172)
#CF95B6
(207,149,182)
#D5A4C0
(213,164,192)
#DBB3CA
(219,179,202)
#E1C2D4
(225,194,212)
#E7D1DE
(231,209,222)
#EDE0E8
(237,224,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7598E color. Also use rgb(183,89,142) instead hex code.

Text Font Color

.myTextColor { color: #B7598E; }

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

This text font color is #B7598E.


Background Color

.myBgColor { background-color: #B7598E; }

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

This div background color is #B7598E.


Border color

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

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

This div border color is #B7598E.


Opacity

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

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

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

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

This text has shadow with #B7598E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7598E on black background.


Color preview on white background

This text has color #B7598E on white background.



Black color preview on #B7598E background

This text has black color on #B7598E background.


White color preview on #B7598E background

This text has white color on #B7598E background.