COLOR #B7909F

HEX: #B7909F
RGB: (183,144,159)

Color info

#B7909F contains red, green and blue colors in about the same proportion. Web safe color of #B7909F is #CC9999 (or #C99).

RGB color model

#B7909F color RGB value is (183,144,159).

  • red value is 183;
  • green value is 144;
  • blue value is 159.
RGB:
(183,144,159)
(72%,56%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 144 of 255 = 56%
B 159 of 255 = 62%

183
144
159

R + G + B ~ 63%. #B7909F is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 144 + 159 = 486 (100%)
R 183 of 486 ~ 37.65%
G 144 of 486 ~ 29.63%
B 159 of 486 ~ 32.72%

%37.65
%29.63
%32.72

CMYK color model

#B7909F color CMYK value is (0,21,13,28).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(0,21,13,28)
C0M21Y13K28 
(0%,21%,13%,28%)
(0.00/0.21/0.13/0.28)	

CMYK percentages

%0
%21.31
%13.11
%28.24

Codes

Color #B7909F in popluar color models

B7909F
RGB183144159
HSL337°21.31%64.12%
HSB/HSV337°21.31%71.76%
CMYK0.00%21.31%13.11%
28.24%

Color #B7909F in popluar number systems.

HEXB7909F
Decimal183144159
Binary101101111001000010011111
Octal267220237

Shades and tints

Shades of #B7909F

#B7909F
(183,144,159)
#A78391
(167,131,145)
#977683
(151,118,131)
#876975
(135,105,117)
#775C67
(119,92,103)
#674F59
(103,79,89)
#57424B
(87,66,75)
#47353D
(71,53,61)
#37282F
(55,40,47)
#271B21
(39,27,33)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #B7909F

#B7909F
(183,144,159)
#BD9AA7
(189,154,167)
#C3A4AF
(195,164,175)
#C9AEB7
(201,174,183)
#CFB8BF
(207,184,191)
#D5C2C7
(213,194,199)
#DBCCCF
(219,204,207)
#E1D6D7
(225,214,215)
#E7E0DF
(231,224,223)
#EDEAE7
(237,234,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7909F color. Also use rgb(183,144,159) instead hex code.

Text Font Color

.myTextColor { color: #B7909F; }

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

This text font color is #B7909F.


Background Color

.myBgColor { background-color: #B7909F; }

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

This div background color is #B7909F.


Border color

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

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

This div border color is #B7909F.


Opacity

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

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

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

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

This text has shadow with #B7909F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7909F on black background.


Color preview on white background

This text has color #B7909F on white background.



Black color preview on #B7909F background

This text has black color on #B7909F background.


White color preview on #B7909F background

This text has white color on #B7909F background.