COLOR #B7507A

HEX: #B7507A
RGB: (183,80,122)

Color info

#B7507A contains mainly red color. Web safe color of #B7507A is #CC6666 (or #C66).

RGB color model

#B7507A color RGB value is (183,80,122).

  • red value is 183;
  • green value is 80;
  • blue value is 122.
RGB:
(183,80,122)
(72%,31%,48%)

RGB channels and saturation

R 183 of 255 = 72%
G 80 of 255 = 31%
B 122 of 255 = 48%

183
80
122

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

Portions of RGB colors in percentages

R + G + B =
183 + 80 + 122 = 385 (100%)
R 183 of 385 ~ 47.53%
G 80 of 385 ~ 20.78%
B 122 of 385 ~ 31.69%

%47.53
%20.78
%31.69

CMYK color model

#B7507A color CMYK value is (0,56,33,28).

  • cyan value is 0.00%
  • magenta value is 56.28%
  • yellow value is 33.33%
  • key color value is 28.24%
CMYK:
(0,56,33,28)
C0M56Y33K28 
(0%,56%,33%,28%)
(0.00/0.56/0.33/0.28)	

CMYK percentages

%0
%56.28
%33.33
%28.24

Codes

Color #B7507A in popluar color models

B7507A
RGB18380122
HSL336°41.70%51.57%
HSB/HSV336°56.28%71.76%
CMYK0.00%56.28%33.33%
28.24%

Color #B7507A in popluar number systems.

HEXB7507A
Decimal18380122
Binary1011011110100001111010
Octal267120172

Shades and tints

Shades of #B7507A

#B7507A
(183,80,122)
#A7496F
(167,73,111)
#974264
(151,66,100)
#873B59
(135,59,89)
#77344E
(119,52,78)
#672D43
(103,45,67)
#572638
(87,38,56)
#471F2D
(71,31,45)
#371822
(55,24,34)
#271117
(39,17,23)
#170A0C
(23,10,12)
#000000
(0,0,0)

Tints of #B7507A

#B7507A
(183,80,122)
#BD5F86
(189,95,134)
#C36E92
(195,110,146)
#C97D9E
(201,125,158)
#CF8CAA
(207,140,170)
#D59BB6
(213,155,182)
#DBAAC2
(219,170,194)
#E1B9CE
(225,185,206)
#E7C8DA
(231,200,218)
#EDD7E6
(237,215,230)
#F3E6F2
(243,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7507A color. Also use rgb(183,80,122) instead hex code.

Text Font Color

.myTextColor { color: #B7507A; }

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

This text font color is #B7507A.


Background Color

.myBgColor { background-color: #B7507A; }

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

This div background color is #B7507A.


Border color

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

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

This div border color is #B7507A.


Opacity

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

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

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

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

This text has shadow with #B7507A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7507A on black background.


Color preview on white background

This text has color #B7507A on white background.



Black color preview on #B7507A background

This text has black color on #B7507A background.


White color preview on #B7507A background

This text has white color on #B7507A background.