COLOR #B9607E

HEX: #B9607E
RGB: (185,96,126)

Color info

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

RGB color model

#B9607E color RGB value is (185,96,126).

  • red value is 185;
  • green value is 96;
  • blue value is 126.
RGB:
(185,96,126)
(73%,38%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 96 of 255 = 38%
B 126 of 255 = 49%

185
96
126

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

Portions of RGB colors in percentages

R + G + B =
185 + 96 + 126 = 407 (100%)
R 185 of 407 ~ 45.45%
G 96 of 407 ~ 23.59%
B 126 of 407 ~ 30.96%

%45.45
%23.59
%30.96

CMYK color model

#B9607E color CMYK value is (0,48,32,27).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 31.89%
  • key color value is 27.45%
CMYK:
(0,48,32,27)
C0M48Y32K27 
(0%,48%,32%,27%)
(0.00/0.48/0.32/0.27)	

CMYK percentages

%0
%48.11
%31.89
%27.45

Codes

Color #B9607E in popluar color models

B9607E
RGB18596126
HSL340°38.86%55.10%
HSB/HSV340°48.11%72.55%
CMYK0.00%48.11%31.89%
27.45%

Color #B9607E in popluar number systems.

HEXB9607E
Decimal18596126
Binary1011100111000001111110
Octal271140176

Shades and tints

Shades of #B9607E

#B9607E
(185,96,126)
#A95873
(169,88,115)
#995068
(153,80,104)
#89485D
(137,72,93)
#794052
(121,64,82)
#693847
(105,56,71)
#59303C
(89,48,60)
#492831
(73,40,49)
#392026
(57,32,38)
#29181B
(41,24,27)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B9607E

#B9607E
(185,96,126)
#BF6E89
(191,110,137)
#C57C94
(197,124,148)
#CB8A9F
(203,138,159)
#D198AA
(209,152,170)
#D7A6B5
(215,166,181)
#DDB4C0
(221,180,192)
#E3C2CB
(227,194,203)
#E9D0D6
(233,208,214)
#EFDEE1
(239,222,225)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9607E color. Also use rgb(185,96,126) instead hex code.

Text Font Color

.myTextColor { color: #B9607E; }

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

This text font color is #B9607E.


Background Color

.myBgColor { background-color: #B9607E; }

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

This div background color is #B9607E.


Border color

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

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

This div border color is #B9607E.


Opacity

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

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

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

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

This text has shadow with #B9607E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9607E on black background.


Color preview on white background

This text has color #B9607E on white background.



Black color preview on #B9607E background

This text has black color on #B9607E background.


White color preview on #B9607E background

This text has white color on #B9607E background.