COLOR #B2828C

HEX: #B2828C
RGB: (178,130,140)

Color info

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

RGB color model

#B2828C color RGB value is (178,130,140).

  • red value is 178;
  • green value is 130;
  • blue value is 140.
RGB:
(178,130,140)
(70%,51%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 130 of 255 = 51%
B 140 of 255 = 55%

178
130
140

R + G + B ~ 59%. #B2828C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 130 + 140 = 448 (100%)
R 178 of 448 ~ 39.73%
G 130 of 448 ~ 29.02%
B 140 of 448 ~ 31.25%

%39.73
%29.02
%31.25

CMYK color model

#B2828C color CMYK value is (0,27,21,30).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,27,21,30)
C0M27Y21K30 
(0%,27%,21%,30%)
(0.00/0.27/0.21/0.30)	

CMYK percentages

%0
%26.97
%21.35
%30.2

Codes

Color #B2828C in popluar color models

B2828C
RGB178130140
HSL348°23.76%60.39%
HSB/HSV348°26.97%69.80%
CMYK0.00%26.97%21.35%
30.20%

Color #B2828C in popluar number systems.

HEXB2828C
Decimal178130140
Binary101100101000001010001100
Octal262202214

Shades and tints

Shades of #B2828C

#B2828C
(178,130,140)
#A27780
(162,119,128)
#926C74
(146,108,116)
#826168
(130,97,104)
#72565C
(114,86,92)
#624B50
(98,75,80)
#524044
(82,64,68)
#423538
(66,53,56)
#322A2C
(50,42,44)
#221F20
(34,31,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #B2828C

#B2828C
(178,130,140)
#B98D96
(185,141,150)
#C098A0
(192,152,160)
#C7A3AA
(199,163,170)
#CEAEB4
(206,174,180)
#D5B9BE
(213,185,190)
#DCC4C8
(220,196,200)
#E3CFD2
(227,207,210)
#EADADC
(234,218,220)
#F1E5E6
(241,229,230)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2828C color. Also use rgb(178,130,140) instead hex code.

Text Font Color

.myTextColor { color: #B2828C; }

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

This text font color is #B2828C.


Background Color

.myBgColor { background-color: #B2828C; }

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

This div background color is #B2828C.


Border color

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

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

This div border color is #B2828C.


Opacity

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

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

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

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

This text has shadow with #B2828C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2828C on black background.


Color preview on white background

This text has color #B2828C on white background.



Black color preview on #B2828C background

This text has black color on #B2828C background.


White color preview on #B2828C background

This text has white color on #B2828C background.