COLOR #B8979C

HEX: #B8979C
RGB: (184,151,156)

Color info

#B8979C contains red, green and blue colors in about the same proportion. Web safe color of #B8979C is #CC9999 (or #C99).

RGB color model

#B8979C color RGB value is (184,151,156).

  • red value is 184;
  • green value is 151;
  • blue value is 156.
RGB:
(184,151,156)
(72%,59%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 156 of 255 = 61%

184
151
156

R + G + B ~ 64%. #B8979C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 156 = 491 (100%)
R 184 of 491 ~ 37.47%
G 151 of 491 ~ 30.75%
B 156 of 491 ~ 31.77%

%37.47
%30.75
%31.77

CMYK color model

#B8979C color CMYK value is (0,18,15,28).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 15.22%
  • key color value is 27.84%
CMYK:
(0,18,15,28)
C0M18Y15K28 
(0%,18%,15%,28%)
(0.00/0.18/0.15/0.28)	

CMYK percentages

%0
%17.93
%15.22
%27.84

Codes

Color #B8979C in popluar color models

B8979C
RGB184151156
HSL351°18.86%65.69%
HSB/HSV351°17.93%72.16%
CMYK0.00%17.93%15.22%
27.84%

Color #B8979C in popluar number systems.

HEXB8979C
Decimal184151156
Binary101110001001011110011100
Octal270227234

Shades and tints

Shades of #B8979C

#B8979C
(184,151,156)
#A88A8E
(168,138,142)
#987D80
(152,125,128)
#887072
(136,112,114)
#786364
(120,99,100)
#685656
(104,86,86)
#584948
(88,73,72)
#483C3A
(72,60,58)
#382F2C
(56,47,44)
#28221E
(40,34,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #B8979C

#B8979C
(184,151,156)
#BEA0A5
(190,160,165)
#C4A9AE
(196,169,174)
#CAB2B7
(202,178,183)
#D0BBC0
(208,187,192)
#D6C4C9
(214,196,201)
#DCCDD2
(220,205,210)
#E2D6DB
(226,214,219)
#E8DFE4
(232,223,228)
#EEE8ED
(238,232,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8979C color. Also use rgb(184,151,156) instead hex code.

Text Font Color

.myTextColor { color: #B8979C; }

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

This text font color is #B8979C.


Background Color

.myBgColor { background-color: #B8979C; }

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

This div background color is #B8979C.


Border color

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

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

This div border color is #B8979C.


Opacity

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

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

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

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

This text has shadow with #B8979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8979C on black background.


Color preview on white background

This text has color #B8979C on white background.



Black color preview on #B8979C background

This text has black color on #B8979C background.


White color preview on #B8979C background

This text has white color on #B8979C background.