COLOR #B7949F

HEX: #B7949F
RGB: (183,148,159)

Color info

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

RGB color model

#B7949F color RGB value is (183,148,159).

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

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 159 of 255 = 62%

183
148
159

R + G + B ~ 64%. #B7949F is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 159 = 490 (100%)
R 183 of 490 ~ 37.35%
G 148 of 490 ~ 30.2%
B 159 of 490 ~ 32.45%

%37.35
%30.2
%32.45

CMYK color model

#B7949F color CMYK value is (0,19,13,28).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(0,19,13,28)
C0M19Y13K28 
(0%,19%,13%,28%)
(0.00/0.19/0.13/0.28)	

CMYK percentages

%0
%19.13
%13.11
%28.24

Codes

Color #B7949F in popluar color models

B7949F
RGB183148159
HSL341°19.55%64.90%
HSB/HSV341°19.13%71.76%
CMYK0.00%19.13%13.11%
28.24%

Color #B7949F in popluar number systems.

HEXB7949F
Decimal183148159
Binary101101111001010010011111
Octal267224237

Shades and tints

Shades of #B7949F

#B7949F
(183,148,159)
#A78791
(167,135,145)
#977A83
(151,122,131)
#876D75
(135,109,117)
#776067
(119,96,103)
#675359
(103,83,89)
#57464B
(87,70,75)
#47393D
(71,57,61)
#372C2F
(55,44,47)
#271F21
(39,31,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B7949F

#B7949F
(183,148,159)
#BD9DA7
(189,157,167)
#C3A6AF
(195,166,175)
#C9AFB7
(201,175,183)
#CFB8BF
(207,184,191)
#D5C1C7
(213,193,199)
#DBCACF
(219,202,207)
#E1D3D7
(225,211,215)
#E7DCDF
(231,220,223)
#EDE5E7
(237,229,231)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7949F; }

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

This text font color is #B7949F.


Background Color

.myBgColor { background-color: #B7949F; }

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

This div background color is #B7949F.


Border color

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

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

This div border color is #B7949F.


Opacity

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

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

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

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

This text has shadow with #B7949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7949F on black background.


Color preview on white background

This text has color #B7949F on white background.



Black color preview on #B7949F background

This text has black color on #B7949F background.


White color preview on #B7949F background

This text has white color on #B7949F background.