COLOR #B8968E

HEX: #B8968E
RGB: (184,150,142)

Color info

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

RGB color model

#B8968E color RGB value is (184,150,142).

  • red value is 184;
  • green value is 150;
  • blue value is 142.
RGB: (184,150,142) (72%,59%,56%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 142 of 255 = 56%

184
150
142

R + G + B ~ 62%. #B8968E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 142 = 476 (100%)
R 184 of 476 ~ 38.66%
G 150 of 476 ~ 31.51%
B 142 of 476 ~ 29.83%

%38.66
%31.51
%29.83

CMYK color model

#B8968E color CMYK value is (0,18,23,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK: (0,18,23,28) C0M18Y23K28 (0%,18%,23%,28%) (0.00/0.18/0.23/0.28)

CMYK percentages

%0
%18.48
%22.83
%27.84

Codes

Color #B8968E in popluar color models

B8968E
RGB184150142
HSL11°22.83%63.92%
HSB/HSV11°22.83%72.16%
CMYK0.00%18.48%22.83%
27.84%

Color #B8968E in popluar number systems.

HEXB8968E
Decimal184150142
Binary101110001001011010001110
Octal270226216

Shades and tints

Shades of #B8968E

#B8968E
(184,150,142)
#A88982
(168,137,130)
#987C76
(152,124,118)
#886F6A
(136,111,106)
#78625E
(120,98,94)
#685552
(104,85,82)
#584846
(88,72,70)
#483B3A
(72,59,58)
#382E2E
(56,46,46)
#282122
(40,33,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #B8968E

#B8968E
(184,150,142)
#BE9F98
(190,159,152)
#C4A8A2
(196,168,162)
#CAB1AC
(202,177,172)
#D0BAB6
(208,186,182)
#D6C3C0
(214,195,192)
#DCCCCA
(220,204,202)
#E2D5D4
(226,213,212)
#E8DEDE
(232,222,222)
#EEE7E8
(238,231,232)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8968E color. Also use rgb(184,150,142) instead hex code.

Text Font Color

.myTextColor { color: #B8968E; }

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

This text font color is #B8968E.


Background Color

.myBgColor { background-color: #B8968E; }

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

This div background color is #B8968E.


Border color

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

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

This div border color is #B8968E.


Opacity

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

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

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

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

This text has shadow with #B8968E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B8968E on black background.


Color preview on white background

This text has color #B8968E on white background.



Black color preview on #B8968E background

This text has black color on #B8968E background.


White color preview on #B8968E background

This text has white color on #B8968E background.