COLOR #B2949A

HEX: #B2949A
RGB: (178,148,154)

Color info

#B2949A contains red, green and blue colors in about the same proportion. Web safe color of #B2949A is #999999 (or #999).

RGB color model

#B2949A color RGB value is (178,148,154).

  • red value is 178;
  • green value is 148;
  • blue value is 154.
RGB:
(178,148,154)
(70%,58%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 154 of 255 = 60%

178
148
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 154 = 480 (100%)
R 178 of 480 ~ 37.08%
G 148 of 480 ~ 30.83%
B 154 of 480 ~ 32.08%

%37.08
%30.83
%32.08

CMYK color model

#B2949A color CMYK value is (0,17,13,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,17,13,30)
C0M17Y13K30 
(0%,17%,13%,30%)
(0.00/0.17/0.13/0.30)	

CMYK percentages

%0
%16.85
%13.48
%30.2

Codes

Color #B2949A in popluar color models

B2949A
RGB178148154
HSL348°16.30%63.92%
HSB/HSV348°16.85%69.80%
CMYK0.00%16.85%13.48%
30.20%

Color #B2949A in popluar number systems.

HEXB2949A
Decimal178148154
Binary101100101001010010011010
Octal262224232

Shades and tints

Shades of #B2949A

#B2949A
(178,148,154)
#A2878C
(162,135,140)
#927A7E
(146,122,126)
#826D70
(130,109,112)
#726062
(114,96,98)
#625354
(98,83,84)
#524646
(82,70,70)
#423938
(66,57,56)
#322C2A
(50,44,42)
#221F1C
(34,31,28)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #B2949A

#B2949A
(178,148,154)
#B99DA3
(185,157,163)
#C0A6AC
(192,166,172)
#C7AFB5
(199,175,181)
#CEB8BE
(206,184,190)
#D5C1C7
(213,193,199)
#DCCAD0
(220,202,208)
#E3D3D9
(227,211,217)
#EADCE2
(234,220,226)
#F1E5EB
(241,229,235)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2949A color. Also use rgb(178,148,154) instead hex code.

Text Font Color

.myTextColor { color: #B2949A; }

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

This text font color is #B2949A.


Background Color

.myBgColor { background-color: #B2949A; }

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

This div background color is #B2949A.


Border color

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

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

This div border color is #B2949A.


Opacity

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

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

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

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

This text has shadow with #B2949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2949A on black background.


Color preview on white background

This text has color #B2949A on white background.



Black color preview on #B2949A background

This text has black color on #B2949A background.


White color preview on #B2949A background

This text has white color on #B2949A background.