COLOR #B6949D

HEX: #B6949D
RGB: (182,148,157)

Color info

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

RGB color model

#B6949D color RGB value is (182,148,157).

  • red value is 182;
  • green value is 148;
  • blue value is 157.
RGB:
(182,148,157)
(71%,58%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 148 of 255 = 58%
B 157 of 255 = 62%

182
148
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 148 + 157 = 487 (100%)
R 182 of 487 ~ 37.37%
G 148 of 487 ~ 30.39%
B 157 of 487 ~ 32.24%

%37.37
%30.39
%32.24

CMYK color model

#B6949D color CMYK value is (0,19,14,29).

  • cyan value is 0.00%
  • magenta value is 18.68%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,19,14,29)
C0M19Y14K29 
(0%,19%,14%,29%)
(0.00/0.19/0.14/0.29)	

CMYK percentages

%0
%18.68
%13.74
%28.63

Codes

Color #B6949D in popluar color models

B6949D
RGB182148157
HSL344°18.89%64.71%
HSB/HSV344°18.68%71.37%
CMYK0.00%18.68%13.74%
28.63%

Color #B6949D in popluar number systems.

HEXB6949D
Decimal182148157
Binary101101101001010010011101
Octal266224235

Shades and tints

Shades of #B6949D

#B6949D
(182,148,157)
#A6878F
(166,135,143)
#967A81
(150,122,129)
#866D73
(134,109,115)
#766065
(118,96,101)
#665357
(102,83,87)
#564649
(86,70,73)
#46393B
(70,57,59)
#362C2D
(54,44,45)
#261F1F
(38,31,31)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6949D

#B6949D
(182,148,157)
#BC9DA5
(188,157,165)
#C2A6AD
(194,166,173)
#C8AFB5
(200,175,181)
#CEB8BD
(206,184,189)
#D4C1C5
(212,193,197)
#DACACD
(218,202,205)
#E0D3D5
(224,211,213)
#E6DCDD
(230,220,221)
#ECE5E5
(236,229,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6949D color. Also use rgb(182,148,157) instead hex code.

Text Font Color

.myTextColor { color: #B6949D; }

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

This text font color is #B6949D.


Background Color

.myBgColor { background-color: #B6949D; }

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

This div background color is #B6949D.


Border color

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

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

This div border color is #B6949D.


Opacity

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

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

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

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

This text has shadow with #B6949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6949D on black background.


Color preview on white background

This text has color #B6949D on white background.



Black color preview on #B6949D background

This text has black color on #B6949D background.


White color preview on #B6949D background

This text has white color on #B6949D background.