COLOR #B2979C

HEX: #B2979C RGB: (178,151,156)

Color info

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

RGB color model

#B2979C color RGB value is (178,151,156).

RGB: (178,151,156) (70%, 59%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 151 of 255 = 59%
B 156 of 255 = 61%

178
151
156

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

Portions of RGB colors in percentages

R + G + B = 178 + 151 + 156 = 485 (100%)
R 178 of 485 ~ 36.7%
G 151 of 485 ~ 31.13%
B 156 of 485 ~ 32.16'%

%36.7
%31.13
%32.16

CMYK color model

#B2979C color CMYK value is (0,15,12,30).

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

CMYK: (0,15,12,30)
C0M15Y12K30 (0%, 15%, 12%, 30%)
(0.00 / 0.15 / 0.12 / 0.30)

CMYK percentages

%0
%15.17
%12.36
%30.2

Codes

Color #B2979C in popluar color models

B2 97 9C
RGB 178 151 156
HSL 349° 14.92% 64.51%
HSB/HSV 349° 15.17% 69.80%
CMYK 0.00% 15.17% 12.36%
30.20%

Color #B2979C in popluar number systems.

HEX B2 97 9C
Decimal 178 151 156
Binary 10110010 10010111 10011100
Octal 262 227 234

Shades and tints

Shades of #B2979C

#B2979C
(178,151,156)
#A28A8E
(162,138,142)
#927D80
(146,125,128)
#827072
(130,112,114)
#726364
(114,99,100)
#625656
(98,86,86)
#524948
(82,73,72)
#423C3A
(66,60,58)
#322F2C
(50,47,44)
#22221E
(34,34,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #B2979C

#B2979C
(178,151,156)
#B9A0A5
(185,160,165)
#C0A9AE
(192,169,174)
#C7B2B7
(199,178,183)
#CEBBC0
(206,187,192)
#D5C4C9
(213,196,201)
#DCCDD2
(220,205,210)
#E3D6DB
(227,214,219)
#EADFE4
(234,223,228)
#F1E8ED
(241,232,237)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2979C; }

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

This text font color is #B2979C.

Background Color

.myBgColor { background-color: #B2979C; }

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

This div background color is #B2979C.

Border color

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

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

This div border color is #B2979C.

Opacity

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

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

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

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

This text has shadow with #B2979C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2979C.

Preview

Color preview on black background

This text has color #B2979C on black background.


Color preview on white background

This text has color #B2979C on white background.


Black color preview on #B2979C background

This text has black color on #B2979C background.


White color preview on #B2979C background

This text has white color on #B2979C background.


Related colors

Complementary color

Complementary color for #hex is #4D6863.


I love getcolorcode.com

Triadic colors

1 #9CB297 and #979CB2 with #B2979C are triadic colors.

2 #9C97B2 and #97B29C with #B2979C are triadic colors.