COLOR #B2849C

HEX: #B2849C
RGB: (178,132,156)

Color info

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

RGB color model

#B2849C color RGB value is (178,132,156).

  • red value is 178;
  • green value is 132;
  • blue value is 156.
RGB:
(178,132,156)
(70%,52%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 132 of 255 = 52%
B 156 of 255 = 61%

178
132
156

R + G + B ~ 61%. #B2849C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 156 = 466 (100%)
R 178 of 466 ~ 38.2%
G 132 of 466 ~ 28.33%
B 156 of 466 ~ 33.48%

%38.2
%28.33
%33.48

CMYK color model

#B2849C color CMYK value is (0,26,12,30).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(0,26,12,30)
C0M26Y12K30 
(0%,26%,12%,30%)
(0.00/0.26/0.12/0.30)	

CMYK percentages

%0
%25.84
%12.36
%30.2

Codes

Color #B2849C in popluar color models

B2849C
RGB178132156
HSL329°23.00%60.78%
HSB/HSV329°25.84%69.80%
CMYK0.00%25.84%12.36%
30.20%

Color #B2849C in popluar number systems.

HEXB2849C
Decimal178132156
Binary101100101000010010011100
Octal262204234

Shades and tints

Shades of #B2849C

#B2849C
(178,132,156)
#A2788E
(162,120,142)
#926C80
(146,108,128)
#826072
(130,96,114)
#725464
(114,84,100)
#624856
(98,72,86)
#523C48
(82,60,72)
#42303A
(66,48,58)
#32242C
(50,36,44)
#22181E
(34,24,30)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #B2849C

#B2849C
(178,132,156)
#B98FA5
(185,143,165)
#C09AAE
(192,154,174)
#C7A5B7
(199,165,183)
#CEB0C0
(206,176,192)
#D5BBC9
(213,187,201)
#DCC6D2
(220,198,210)
#E3D1DB
(227,209,219)
#EADCE4
(234,220,228)
#F1E7ED
(241,231,237)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2849C; }

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

This text font color is #B2849C.


Background Color

.myBgColor { background-color: #B2849C; }

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

This div background color is #B2849C.


Border color

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

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

This div border color is #B2849C.


Opacity

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

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

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

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

This text has shadow with #B2849C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2849C on black background.


Color preview on white background

This text has color #B2849C on white background.



Black color preview on #B2849C background

This text has black color on #B2849C background.


White color preview on #B2849C background

This text has white color on #B2849C background.