COLOR #B8969E

HEX: #B8969E RGB: (184,150,158)

Color info

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

RGB color model

#B8969E color RGB value is (184,150,158).

RGB: (184,150,158) (72%, 59%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 158 of 255 = 62%

184
150
158

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

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 158 = 492 (100%)
R 184 of 492 ~ 37.4%
G 150 of 492 ~ 30.49%
B 158 of 492 ~ 32.11'%

%37.4
%30.49
%32.11

CMYK color model

#B8969E color CMYK value is (0,18,14,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 14.13%
  • key color value is 27.84%

CMYK: (0,18,14,28)
C0M18Y14K28 (0%, 18%, 14%, 28%)
(0.00 / 0.18 / 0.14 / 0.28)

CMYK percentages

%0
%18.48
%14.13
%27.84

Codes

Color #B8969E in popluar color models

B8 96 9E
RGB 184 150 158
HSL 346° 19.32% 65.49%
HSB/HSV 346° 18.48% 72.16%
CMYK 0.00% 18.48% 14.13%
27.84%

Color #B8969E in popluar number systems.

HEX B8 96 9E
Decimal 184 150 158
Binary 10111000 10010110 10011110
Octal 270 226 236

Shades and tints

Shades of #B8969E

#B8969E
(184,150,158)
#A88990
(168,137,144)
#987C82
(152,124,130)
#886F74
(136,111,116)
#786266
(120,98,102)
#685558
(104,85,88)
#58484A
(88,72,74)
#483B3C
(72,59,60)
#382E2E
(56,46,46)
#282120
(40,33,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #B8969E

#B8969E
(184,150,158)
#BE9FA6
(190,159,166)
#C4A8AE
(196,168,174)
#CAB1B6
(202,177,182)
#D0BABE
(208,186,190)
#D6C3C6
(214,195,198)
#DCCCCE
(220,204,206)
#E2D5D6
(226,213,214)
#E8DEDE
(232,222,222)
#EEE7E6
(238,231,230)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8969E; }

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

This text font color is #B8969E.

Background Color

.myBgColor { background-color: #B8969E; }

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

This div background color is #B8969E.

Border color

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

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

This div border color is #B8969E.

Opacity

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

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

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

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

This text has shadow with #B8969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8969E.

Preview

Color preview on black background

This text has color #B8969E on black background.


Color preview on white background

This text has color #B8969E on white background.


Black color preview on #B8969E background

This text has black color on #B8969E background.


White color preview on #B8969E background

This text has white color on #B8969E background.


Related colors

Complementary color

Complementary color for #hex is #476961.


I love getcolorcode.com

Triadic colors

1 #9EB896 and #969EB8 with #B8969E are triadic colors.

2 #9E96B8 and #96B89E with #B8969E are triadic colors.