COLOR #B0968C

HEX: #B0968C RGB: (176,150,140)

Color info

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

RGB color model

#B0968C color RGB value is (176,150,140).

RGB: (176,150,140) (69%, 59%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 140 of 255 = 55%

176
150
140

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

Portions of RGB colors in percentages

R + G + B = 176 + 150 + 140 = 466 (100%)
R 176 of 466 ~ 37.77%
G 150 of 466 ~ 32.19%
B 140 of 466 ~ 30.04'%

%37.77
%32.19
%30.04

CMYK color model

#B0968C color CMYK value is (0,15,20,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (0,15,20,31)
C0M15Y20K31 (0%, 15%, 20%, 31%)
(0.00 / 0.15 / 0.20 / 0.31)

CMYK percentages

%0
%14.77
%20.45
%30.98

Codes

Color #B0968C in popluar color models

B0 96 8C
RGB 176 150 140
HSL 17° 18.56% 61.96%
HSB/HSV 17° 20.45% 69.02%
CMYK 0.00% 14.77% 20.45%
30.98%

Color #B0968C in popluar number systems.

HEX B0 96 8C
Decimal 176 150 140
Binary 10110000 10010110 10001100
Octal 260 226 214

Shades and tints

Shades of #B0968C

#B0968C
(176,150,140)
#A08980
(160,137,128)
#907C74
(144,124,116)
#806F68
(128,111,104)
#70625C
(112,98,92)
#605550
(96,85,80)
#504844
(80,72,68)
#403B38
(64,59,56)
#302E2C
(48,46,44)
#202120
(32,33,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #B0968C

#B0968C
(176,150,140)
#B79F96
(183,159,150)
#BEA8A0
(190,168,160)
#C5B1AA
(197,177,170)
#CCBAB4
(204,186,180)
#D3C3BE
(211,195,190)
#DACCC8
(218,204,200)
#E1D5D2
(225,213,210)
#E8DEDC
(232,222,220)
#EFE7E6
(239,231,230)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0968C color. Also use rgb(176,150,140) instead hex code.

Text Font Color

.myTextColor { color: #B0968C; }

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

This text font color is #B0968C.

Background Color

.myBgColor { background-color: #B0968C; }

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

This div background color is #B0968C.

Border color

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

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

This div border color is #B0968C.

Opacity

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

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

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

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

This text has shadow with #B0968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0968C.

Preview

Color preview on black background

This text has color #B0968C on black background.


Color preview on white background

This text has color #B0968C on white background.


Black color preview on #B0968C background

This text has black color on #B0968C background.


White color preview on #B0968C background

This text has white color on #B0968C background.


Related colors

Complementary color

Complementary color for #hex is #4F6973.


I love getcolorcode.com

Triadic colors

1 #8CB096 and #968CB0 with #B0968C are triadic colors.

2 #8C96B0 and #96B08C with #B0968C are triadic colors.