COLOR #B2949E

HEX: #B2949E
RGB: (178,148,158)

Color info

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

RGB color model

#B2949E color RGB value is (178,148,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 158 of 255 = 62%

178
148
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 158 = 484 (100%)
R 178 of 484 ~ 36.78%
G 148 of 484 ~ 30.58%
B 158 of 484 ~ 32.64%

%36.78
%30.58
%32.64

CMYK color model

#B2949E color CMYK value is (0,17,11,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(0,17,11,30)
C0M17Y11K30 
(0%,17%,11%,30%)
(0.00/0.17/0.11/0.30)	

CMYK percentages

%0
%16.85
%11.24
%30.2

Codes

Color #B2949E in popluar color models

B2949E
RGB178148158
HSL340°16.30%63.92%
HSB/HSV340°16.85%69.80%
CMYK0.00%16.85%11.24%
30.20%

Color #B2949E in popluar number systems.

HEXB2949E
Decimal178148158
Binary101100101001010010011110
Octal262224236

Shades and tints

Shades of #B2949E

#B2949E
(178,148,158)
#A28790
(162,135,144)
#927A82
(146,122,130)
#826D74
(130,109,116)
#726066
(114,96,102)
#625358
(98,83,88)
#52464A
(82,70,74)
#42393C
(66,57,60)
#322C2E
(50,44,46)
#221F20
(34,31,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #B2949E

#B2949E
(178,148,158)
#B99DA6
(185,157,166)
#C0A6AE
(192,166,174)
#C7AFB6
(199,175,182)
#CEB8BE
(206,184,190)
#D5C1C6
(213,193,198)
#DCCACE
(220,202,206)
#E3D3D6
(227,211,214)
#EADCDE
(234,220,222)
#F1E5E6
(241,229,230)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2949E; }

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

This text font color is #B2949E.


Background Color

.myBgColor { background-color: #B2949E; }

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

This div background color is #B2949E.


Border color

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

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

This div border color is #B2949E.


Opacity

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

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

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

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

This text has shadow with #B2949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2949E on black background.


Color preview on white background

This text has color #B2949E on white background.



Black color preview on #B2949E background

This text has black color on #B2949E background.


White color preview on #B2949E background

This text has white color on #B2949E background.