COLOR #B2858E

HEX: #B2858E
RGB: (178,133,142)

Color info

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

RGB color model

#B2858E color RGB value is (178,133,142).

  • red value is 178;
  • green value is 133;
  • blue value is 142.
RGB:
(178,133,142)
(70%,52%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 142 of 255 = 56%

178
133
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 133 + 142 = 453 (100%)
R 178 of 453 ~ 39.29%
G 133 of 453 ~ 29.36%
B 142 of 453 ~ 31.35%

%39.29
%29.36
%31.35

CMYK color model

#B2858E color CMYK value is (0,25,20,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,25,20,30)
C0M25Y20K30 
(0%,25%,20%,30%)
(0.00/0.25/0.20/0.30)	

CMYK percentages

%0
%25.28
%20.22
%30.2

Codes

Color #B2858E in popluar color models

B2858E
RGB178133142
HSL348°22.61%60.98%
HSB/HSV348°25.28%69.80%
CMYK0.00%25.28%20.22%
30.20%

Color #B2858E in popluar number systems.

HEXB2858E
Decimal178133142
Binary101100101000010110001110
Octal262205216

Shades and tints

Shades of #B2858E

#B2858E
(178,133,142)
#A27982
(162,121,130)
#926D76
(146,109,118)
#82616A
(130,97,106)
#72555E
(114,85,94)
#624952
(98,73,82)
#523D46
(82,61,70)
#42313A
(66,49,58)
#32252E
(50,37,46)
#221922
(34,25,34)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #B2858E

#B2858E
(178,133,142)
#B99098
(185,144,152)
#C09BA2
(192,155,162)
#C7A6AC
(199,166,172)
#CEB1B6
(206,177,182)
#D5BCC0
(213,188,192)
#DCC7CA
(220,199,202)
#E3D2D4
(227,210,212)
#EADDDE
(234,221,222)
#F1E8E8
(241,232,232)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2858E color. Also use rgb(178,133,142) instead hex code.

Text Font Color

.myTextColor { color: #B2858E; }

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

This text font color is #B2858E.


Background Color

.myBgColor { background-color: #B2858E; }

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

This div background color is #B2858E.


Border color

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

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

This div border color is #B2858E.


Opacity

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

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

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

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

This text has shadow with #B2858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2858E on black background.


Color preview on white background

This text has color #B2858E on white background.



Black color preview on #B2858E background

This text has black color on #B2858E background.


White color preview on #B2858E background

This text has white color on #B2858E background.