COLOR #B7609A

HEX: #B7609A
RGB: (183,96,154)

Color info

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

RGB color model

#B7609A color RGB value is (183,96,154).

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

RGB channels and saturation

R 183 of 255 = 72%
G 96 of 255 = 38%
B 154 of 255 = 60%

183
96
154

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

Portions of RGB colors in percentages

R + G + B =
183 + 96 + 154 = 433 (100%)
R 183 of 433 ~ 42.26%
G 96 of 433 ~ 22.17%
B 154 of 433 ~ 35.57%

%42.26
%22.17
%35.57

CMYK color model

#B7609A color CMYK value is (0,48,16,28).

  • cyan value is 0.00%
  • magenta value is 47.54%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(0,48,16,28)
C0M48Y16K28 
(0%,48%,16%,28%)
(0.00/0.48/0.16/0.28)	

CMYK percentages

%0
%47.54
%15.85
%28.24

Codes

Color #B7609A in popluar color models

B7609A
RGB18396154
HSL320°37.66%54.71%
HSB/HSV320°47.54%71.76%
CMYK0.00%47.54%15.85%
28.24%

Color #B7609A in popluar number systems.

HEXB7609A
Decimal18396154
Binary10110111110000010011010
Octal267140232

Shades and tints

Shades of #B7609A

#B7609A
(183,96,154)
#A7588C
(167,88,140)
#97507E
(151,80,126)
#874870
(135,72,112)
#774062
(119,64,98)
#673854
(103,56,84)
#573046
(87,48,70)
#472838
(71,40,56)
#37202A
(55,32,42)
#27181C
(39,24,28)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #B7609A

#B7609A
(183,96,154)
#BD6EA3
(189,110,163)
#C37CAC
(195,124,172)
#C98AB5
(201,138,181)
#CF98BE
(207,152,190)
#D5A6C7
(213,166,199)
#DBB4D0
(219,180,208)
#E1C2D9
(225,194,217)
#E7D0E2
(231,208,226)
#EDDEEB
(237,222,235)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7609A; }

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

This text font color is #B7609A.


Background Color

.myBgColor { background-color: #B7609A; }

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

This div background color is #B7609A.


Border color

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

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

This div border color is #B7609A.


Opacity

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

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

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

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

This text has shadow with #B7609A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7609A on black background.


Color preview on white background

This text has color #B7609A on white background.



Black color preview on #B7609A background

This text has black color on #B7609A background.


White color preview on #B7609A background

This text has white color on #B7609A background.