COLOR #B2949C

HEX: #B2949C RGB: (178,148,156)

Color info

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

RGB color model

#B2949C color RGB value is (178,148,156).

RGB: (178,148,156) (70%, 58%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 156 of 255 = 61%

178
148
156

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

Portions of RGB colors in percentages

R + G + B = 178 + 148 + 156 = 482 (100%)
R 178 of 482 ~ 36.93%
G 148 of 482 ~ 30.71%
B 156 of 482 ~ 32.37'%

%36.93
%30.71
%32.37

CMYK color model

#B2949C color CMYK value is (0,17,12,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 12.36%
  • key color value is 30.20%

CMYK: (0,17,12,30)
C0M17Y12K30 (0%, 17%, 12%, 30%)
(0.00 / 0.17 / 0.12 / 0.30)

CMYK percentages

%0
%16.85
%12.36
%30.2

Codes

Color #B2949C in popluar color models

B2 94 9C
RGB 178 148 156
HSL 344° 16.30% 63.92%
HSB/HSV 344° 16.85% 69.80%
CMYK 0.00% 16.85% 12.36%
30.20%

Color #B2949C in popluar number systems.

HEX B2 94 9C
Decimal 178 148 156
Binary 10110010 10010100 10011100
Octal 262 224 234

Shades and tints

Shades of #B2949C

#B2949C
(178,148,156)
#A2878E
(162,135,142)
#927A80
(146,122,128)
#826D72
(130,109,114)
#726064
(114,96,100)
#625356
(98,83,86)
#524648
(82,70,72)
#42393A
(66,57,58)
#322C2C
(50,44,44)
#221F1E
(34,31,30)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B2949C

#B2949C
(178,148,156)
#B99DA5
(185,157,165)
#C0A6AE
(192,166,174)
#C7AFB7
(199,175,183)
#CEB8C0
(206,184,192)
#D5C1C9
(213,193,201)
#DCCAD2
(220,202,210)
#E3D3DB
(227,211,219)
#EADCE4
(234,220,228)
#F1E5ED
(241,229,237)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2949C; }

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

This text font color is #B2949C.

Background Color

.myBgColor { background-color: #B2949C; }

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

This div background color is #B2949C.

Border color

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

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

This div border color is #B2949C.

Opacity

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

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

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

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

This text has shadow with #B2949C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2949C.

Preview

Color preview on black background

This text has color #B2949C on black background.


Color preview on white background

This text has color #B2949C on white background.


Black color preview on #B2949C background

This text has black color on #B2949C background.


White color preview on #B2949C background

This text has white color on #B2949C background.


Related colors

Complementary color

Complementary color for #hex is #4D6B63.


I love getcolorcode.com

Triadic colors

1 #9CB294 and #949CB2 with #B2949C are triadic colors.

2 #9C94B2 and #94B29C with #B2949C are triadic colors.